Wrench Posted April 21, 2004 Posted April 21, 2004 [start] [Run] [Regedit]Registry Key: HKEY_CURRENT_USER\Control Panel\DesktopModify/Create the Value Name [userPreferencesMask] according to the Value Data listed below.Data Type: REG_BINARY [binary Value] // Value Name: UserPreferencesMaskValue Data: [in Binary Mode - Change 3e to 28. Do Not Alter Other Values]I have no Idea how this tweak should look in my regtweak file can some helpThis is an export of my registry but it doesn't work it gives me scroll instead.;Disable Fade Effects[HKEY_CURRENT_USER\Control Panel\Desktop]"UserPreferencesMask"=hex:30,00,05,80Which one is the right way?;Disable Fade Effects[HKEY_CURRENT_USER\Control Panel\Desktop]"UserPreferencesMask"=hex:28,00,05,80 ;Disable Fade Effects[HKEY_CURRENT_USER\Control Panel\Desktop]"UserPreferencesMask"="28,00,05,80"
XtremeMaC Posted April 22, 2004 Posted April 22, 2004 ;Disable Fade Effects[HKEY_CURRENT_USER\Control Panel\Desktop]"UserPreferencesMask"=hex:28,00,05,80use that one other one will create a string value with 28,etc..the other one is binary, so use that.and frankly i don't see a change from 3e to 28 that's 30, if its not a typo..mine's like this be 3e 07 80
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now