prostitute524 Posted April 17, 2007 Posted April 17, 2007 Do anyone know the code how to remove certain unwanted folder for Runonce.cmd silently without having to answer y/n. Thank you
phkninja Posted April 17, 2007 Posted April 17, 2007 (edited) is it a temp folder you create?usually to delete a folder you would userm /s /q <foldername>This will remove the folder and all files and folders inside it.e.g. rm /s /q c:\tempso in RunOnce it would beREG ADD %KEY%\z099 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\z099 /V 1 /D "rm /s /q c:\temp" /f Edited April 17, 2007 by phkninja
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now