September 3, 200323 yr am i right whne i say thatdword:00000001=manualdword:00000002=automaticdword:00000003=?dword:00000004=disable
November 18, 200322 yr 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, 200322 yr by maxXPsoft
Create an account or sign in to comment