| 
       | 
    
       | 
    
DELPROF (Resource Kit)
Delete NT user profiles. 
syntax
      DELPROF [options]
key
   /Q      Quiet, no confirmation.
   /I      Ignore errors and continue deleting.
   /P      Prompts for confirmation before deleting each profile.
   /C:\\computer_name
           Delete profiles on a remote computer.
   /D:Number_of_days
           Only delete profiles that have been inactive for
           'X' Number of days (or greater)
   /R      Delete roaming profile cache only ##
## = New in version 5.2 (XP resource kit)
 
 Example:
  
  delprof /D:14
  
  "The best way to destroy the capitalist system is to debauch the currency" 
  - John 
  Keynes  
Related Commands:
  
  DEL Delete one or more files
  DELTREE Delete a folder and all subfolders 
  RD - Delete folders or entire folder trees (DELTREE)
  
  
  Equivalent Linux BASH commands:
  
  none