Jump to content

Recommended Posts

Posted

Delprof

Delprof.exe is a command-line utility that you can use to delete user profiles on a local or remote computers running Windows 2000, Windows XP, and Windows Server 2003.

 

if you want to do it on multiple computers do

 

c:\>for /f %a in ('net view ^| find "prefix" /I ') do delprof /c:%a /q /i

 

where prefix is a common factor of computer names.

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



×
×
  • Create New...