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!)
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
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
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
thanks for your help
Drako
--
ITGeek-2011 (Blog) : [link]
Facebook (Like it!) : [link]
--
JOIN #Nikon-Photographers!
RIP LulzSec ... Live Long #AntiSec!
--
ITGeek-2011 (Blog) : [link]
Facebook (Like it!) : [link]
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 /freg 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!
RIP LulzSec ... Live Long #AntiSec!
If you want to see manual way of changing the Windows 7 login screen, read this article on AskVG.com
[link]
--
ITGeek-2011 (Blog) : [link]
Facebook (Like it!) : [link]
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!
RIP LulzSec ... Live Long #AntiSec!
--
ITGeek-2011 (Blog) : [link]
Facebook (Like it!) : [link]
using it with a UAC exploit makes running exploits silent and quick with limited CPU usage
--
JOIN #Nikon-Photographers!
RIP LulzSec ... Live Long #AntiSec!