dragon2309
P.I Dragon
Hey all, hoping some smart bod can help me out on this one...
Making a .reg file to add a key to stop MSN Messenger being run on that account... This is what I've got so far in my reg file, it works and to my knowledge it is correct, howerver, there is one problem, detailed below
Here's the code:
Basically, it wont create a DWORD value at all, it will constantly revert to the default REG_SZ value, which is a string, thats not what i need and i doubt it will work int he same way...No matter how i structure my reg file, it always comes out in the same wrong way.... is there something I'm missing here...???
dragon2309
Making a .reg file to add a key to stop MSN Messenger being run on that account... This is what I've got so far in my reg file, it works and to my knowledge it is correct, howerver, there is one problem, detailed below
Here's the code:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Messenger\Client]
"PreventRun"="REG_DWORD:0"
Basically, it wont create a DWORD value at all, it will constantly revert to the default REG_SZ value, which is a string, thats not what i need and i doubt it will work int he same way...No matter how i structure my reg file, it always comes out in the same wrong way.... is there something I'm missing here...???
dragon2309