OK, rather stuck on trying to update a registry key on a local machine.
The machine automatically logs on and i want to change the key that specifies the machine to do this.
Looking at REG ADD /? i came up with the below command
reg add \\10.18.22.53\HKLM\MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\AutoAdminLogon /t REG_SZ /ve
I have tried different orders of the end of the command also, but it always returns the same error
"Error: Too many command-line parameters"
The machine i am working from is using WindowsXP and the machine i am trying to connect to is a Windows NT 4 Workstation machine. REG ADD is the only one i can see that will remotely change a key/string....
The machine automatically logs on and i want to change the key that specifies the machine to do this.
Looking at REG ADD /? i came up with the below command
reg add \\10.18.22.53\HKLM\MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\AutoAdminLogon /t REG_SZ /ve
I have tried different orders of the end of the command also, but it always returns the same error
"Error: Too many command-line parameters"
The machine i am working from is using WindowsXP and the machine i am trying to connect to is a Windows NT 4 Workstation machine. REG ADD is the only one i can see that will remotely change a key/string....