Body
If we need to delete a bunch of profiles on a NCU owned Windows computer, such as when the hard drive gets filled up, this is the process to do so:
- Log into the computer with your NCU username and password.
- Navigate to S:\SOFTWARE\Microsoft\Windows Server 2003 Resource Kit Tools.
- This address can be typed in the URL bar of a File Explorer Window.
- Copy the 'delprof' application to the desktop
- Right click on the Start Menu and select 'Command Prompt (Admin)'
- Select 'Yes' in the dialogue box.
- Type cd c:\users\YOUR USERNAME\desktop
- Type delprof /Q/I
- After completion, close out all windows and log out of computer.
It will look something like this while running:
This will take a long time to run. Feel free to lock the computer and come back in like 30 minutes.
We need to do it like this because this will also delete all the registry keys, system settings, etc. We need to delete more than just the files, otherwise it will create a temporary profile in their name, and that is bad.