Jump to content

Tweak re-write, need help


Recommended Posts

[start] [Run] [Regedit]

Registry Key: HKEY_CURRENT_USER\Control Panel\Desktop

Modify/Create the Value Name [userPreferencesMask] according to the Value Data listed below.

Data Type: REG_BINARY [binary Value] // Value Name: UserPreferencesMask

Value 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 help

This 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,80

Which 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"
Link to comment
Share on other sites


;Disable Fade Effects

[HKEY_CURRENT_USER\Control Panel\Desktop]

"UserPreferencesMask"=hex:28,00,05,80

use 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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...