DaveXP Posted September 3, 2003 Posted September 3, 2003 am i right whne i say thatdword:00000001=manualdword:00000002=automaticdword:00000003=?dword:00000004=disable
maxXPsoft Posted November 18, 2003 Posted November 18, 2003 (edited) Actually I think it depends on the key, for instance for ServicesHKEY_LOCAL_MACHINE, "SYSTEM\CurrentControlSet\Services\upnphost", "Start", 4, REG_DWORD where;1 Boot2 Automatic3 Manual4 DisabledThen'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_DWORDbasically 1 says Enable and 0 is notAlsoReg_Write HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon", "AllowMultipleTSSessions", 1, REG_DWORDBut 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 November 25, 2003 by maxXPsoft
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