Tripredacus Posted October 16, 2012 Posted October 16, 2012 Really simple. ;#RequireAdmin RegWrite ( "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Accent" , "ColorSet_Version3" , "REG_DWORD" , "0x0000000e" ) Sleep(1000) RunWait (@ComSpec & " /c taskkill.exe /f /im explorer.exe") Sleep(1000) Run(@ComSpec & " /c Start c:\windows\explorer.exe") RequireAdmin is not "required" for me, but may be needed with UAC enabled. The hex code for the color directly matched up with how the OOBE program displays it. So blue is 0x0000008, and in the picture is the 9th color option (remember Hex starts at zero), so you can easily figure out what colors. Here are some example color codes. Blue = 0x00000008 Red = 0x0000000e Green = 0x0000000b Twitter | MSFN | VGCollect
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now