Jump to content

dword:00000004


DaveXP

Recommended Posts


  • 1 month later...
  • 1 month later...

Actually I think it depends on the key, for instance for Services

HKEY_LOCAL_MACHINE, "SYSTEM\CurrentControlSet\Services\upnphost", "Start", 4, REG_DWORD

where;

1 Boot

2 Automatic

3 Manual

4 Disabled

Then

'Enable cmd prompt quick edit

Reg_Write HKEY_CURRENT_USER, "Console", "QuickEdit", 1, REG_DWORD

Else

Reg_Write HKEY_CURRENT_USER, "Console", "QuickEdit", 0, REG_DWORD

basically 1 says Enable and 0 is not

Also

Reg_Write HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon", "AllowMultipleTSSessions", 1, REG_DWORD

But its right back where it was, Depends on key because a 1 can be Disable whereas 0 is allow or even no key means allow.

Edited by maxXPsoft
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...