I want to delete the Documents and Settings\Administrator profile. (so it gets recreated next time the account is logged in).
I've read about
Quote
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
I tried loading a test command, with no success- There was no RunServicesOnce so I created it.
Quote
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce]
"001"="c:\\test.cmd"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce]
"001"="c:\\test.cmd"
c:\test.cmd
@echo off ECHO "Hello world" > c:\test.txt
So I'm a bit stumped...



Help

Back to top









