blfr Posted April 3, 2014 Posted April 3, 2014 Hi, i'm testing to modify the compatibility of an application in W7 but i can't write in HKLM in the registry - I'm localadministrator - I disable UAC - I test with HKLM64 #RequireAdmin RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers", "C:\Program Files\Sterci\StematchProd\bin\smatch.exe", "REG_SZ", "DISABLETHEMES") If i try to write in the current user, it works... I hope somebody can help me. Sorry but i begin so maybe it's a stupid things.. i already search but nothing works. Thanks
JohnOne Posted April 3, 2014 Posted April 3, 2014 Show how "I test with HKLM64". AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Solution blfr Posted April 3, 2014 Author Solution Posted April 3, 2014 hooo.... I test again and it's work #RequireAdmin RegWrite("HKLM64\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers", "C:\Program Files\Sterci\StematchProd\bin\smatch.exe", "REG_SZ", "DISABLETHEMES") Sorry for the useless post. Thanks John
JohnOne Posted April 3, 2014 Posted April 3, 2014 ace. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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