deviant art





Login
Join deviantART for FREE Take the Tour Lost Password?
Deviant Login
Shop
 Join deviantART for FREE Take the Tour
[x]

More from ~yvidhiatama

Featured in Groups:

Details

July 2, 2011
662 KB
Link
Thumb

Statistics

Comments: 17
Favourites: 20 [who?]
Views: 6,348 (5 today)
Downloads: 44,390 (11 today)
[x]
:iconyvidhiatama:
THIS SOFTWARE IS ALSO A SNEAK PEEK PREVIEW FOR THE GUI OF LOGON PERSONALIZATION 3.0

Easy Login Screen Changer lets you change the Windows 7 login screen background image within just a few clicks!

Features:

- Change login screen background in Windows 7
- Desktop context menu integration (Thanks to ParasSidhu for the code, thanks for PC2012 for the suggestion!)
:icon:
Add a Comment:
 
love 0 0 joy 0 0 wow 0 0 mad 0 0 sad 1 1 fear 0 0 neutral 1 1
:icondrako126:
~Drako126 Apr 27, 2012  New member
Any one know of a program for how to change the position of the profile picture on the login screen and resize it change the border colour etc....
thanks for your help
Drako
Reply
:iconjustmarkos:
Mood: Sadness ~justmarkos Feb 2, 2012  Student Interface Designer
Is it just me or the image quality becomes quite lower than the original file?
Reply
:iconyvidhiatama:
~yvidhiatama Feb 3, 2012  Student Artist
It is not you, but yes indeed, the image will become low with this software

--
:windows: Windows 8 Developer Preview user!

ITGeek-2011 (Blog) : [link]
Facebook (Like it!) : [link]
Reply
:iconbiozz:
!BiOzZ Jul 6, 2011  Hobbyist Photographer
allot of these have pope dup recently ... did they add some sort of login changer oneliner in .net 4.0.3 or something?

--
JOIN #Nikon-Photographers!
:bulletwhite::bulletblack::bulletwhite:
:bulletwhite::bulletwhite::bulletblack:
:bulletblack::bulletblack::bulletblack:
RIP LulzSec ... Live Long #AntiSec!
Reply
:iconyvidhiatama:
~yvidhiatama Jul 6, 2011  Student Artist
Nope. They did not add something like that.

--
:windows: Windows 8 Developer Preview user!

ITGeek-2011 (Blog) : [link]
Facebook (Like it!) : [link]
Reply
:iconbiozz:
!BiOzZ Jul 6, 2011  Hobbyist Photographer
ohhh i see ... you just change C:\Windows\System32\oobe\background.bmp
probably make a .cmd file to give the user permission to change that file
... probally
FOR %%f IN (@files@) DO icacls %bgfolder%%%f /grant *S-1-5-11:(R,W,M)
than you have to give windows permission to use an oem file not in the lib file soooo
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background /v OEMBackground /t REG_DWORD /d 1 /f
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\System /v UseOEMBackground /t REG_DWORD /d 1 /f


or some shit like that?

IDK i never made anything like this before

--
JOIN #Nikon-Photographers!
:bulletwhite::bulletblack::bulletwhite:
:bulletwhite::bulletwhite::bulletblack:
:bulletblack::bulletblack::bulletblack:
RIP LulzSec ... Live Long #AntiSec!
Reply
:iconyvidhiatama:
~yvidhiatama Jul 6, 2011  Student Artist
Nope.

If you want to see manual way of changing the Windows 7 login screen, read this article on AskVG.com
[link]

--
:windows: Windows 8 Developer Preview user!

ITGeek-2011 (Blog) : [link]
Facebook (Like it!) : [link]
Reply
:iconbiozz:
!BiOzZ Jul 6, 2011  Hobbyist Photographer
I threw together my script in C# and it works fine.
I just need to throw in a Jpeg and PNG to BMP converter and a nice XML gui and ill upload it

<script>reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background /v OEMBackground /t REG_DWORD /d 1 /f
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\System /v UseOEMBackground /t REG_DWORD /d 1 /f</script>

this batch script takes care of the registry enabling of OEM backgrounds nice and cleanly and with only one need to accept administrative privileges

<script> FOR %%f IN (@files@) DO icacls %bgfolder%%%f /grant *S-1-5-11:(R,W,M) </script> gives you permissions to change the background file without all the hassle of accepting prompts

--
JOIN #Nikon-Photographers!
:bulletwhite::bulletblack::bulletwhite:
:bulletwhite::bulletwhite::bulletblack:
:bulletblack::bulletblack::bulletblack:
RIP LulzSec ... Live Long #AntiSec!
Reply
:iconyvidhiatama:
~yvidhiatama Jul 7, 2011  Student Artist
great! Thanks for the script by the way!

--
:windows: Windows 8 Developer Preview user!

ITGeek-2011 (Blog) : [link]
Facebook (Like it!) : [link]
Reply
:iconbiozz:
!BiOzZ Jul 7, 2011  Hobbyist Photographer
not a problem! ... its useful for modifying anything in the registry fairly silently

using it with a UAC exploit makes running exploits silent and quick with limited CPU usage

--
JOIN #Nikon-Photographers!
:bulletwhite::bulletblack::bulletwhite:
:bulletwhite::bulletwhite::bulletblack:
:bulletblack::bulletblack::bulletblack:
RIP LulzSec ... Live Long #AntiSec!
Reply
:icon:
Add a Comment: