Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
CALL HI.BATECHO Hi Out There!pause
Normally I try not to have posters download anything, but in this case it's safer than hacking the registry and turning your PC into a brick.
My final hope is to run a batch file(SDOS.BAT) that calls out an executable file(Sdelete.exe)
SDelete needs access to certain files before they are locked by Windows.
Just asking, but if Windows protects files it needs to operate, why are you deleting them?
The Startup Control Panel will give you some limited access to the registry startup functions.
If I were to download that and place a batch file in the RunServicesOnce or RunServices (the batch file being a customlogin file) would is disrupt the startup process of the computer and harm it?
The batch code posted should be the poster child of what not to do when writing batch code.[/opinion]
set /p newname="Enter new username:"if "%newname%"=="%newname%" goto inputname:inputname
goto next:next