confusedtekguy
IS-IT--Management
I'm trying to use the regini.exe tool, that comes with win2k server, to modify registry through the logon batch file. The problem I'm having is that I cant even get regini to run on the server... I tried to run a simple script that modifies the registry to not display last username that was loged on:
\registry\machine\software\microsoft\windows\currentversionpolicies\system
DontDisplayLastUserName = REG_DWORD 1
I made the script in text pad and saved it as test.ini, but when I try to run a command:
C:\winnt\system32\regini test.ini
It seems like it compiles, but when I go to the registry the changes arn't modified, what am I doing wrong?
\registry\machine\software\microsoft\windows\currentversionpolicies\system
DontDisplayLastUserName = REG_DWORD 1
I made the script in text pad and saved it as test.ini, but when I try to run a command:
C:\winnt\system32\regini test.ini
It seems like it compiles, but when I go to the registry the changes arn't modified, what am I doing wrong?