Jump to content

Recommended Posts


Posted (edited)

is it a temp folder you create?

usually to delete a folder you would use

rm /s /q <foldername>

This will remove the folder and all files and folders inside it.

e.g. rm /s /q c:\temp

so in RunOnce it would be

REG ADD %KEY%\z099 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\z099 /V 1 /D "rm /s /q c:\temp" /f

Edited by phkninja

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...