Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

Notices

Windows

Windows forum sponsored by

For all of your Windows problems

Go Back   EduGeek.net Forums > Technical > Windows
Reply
 
LinkBack Thread Tools Search Thread Language
Old 07-07-2008, 08:36 AM   #31
 
chrbb's Avatar
 
Join Date: Oct 2005
Location: Midlands
Posts: 656
Thanks: 29
Thanked 10 Times in 10 Posts
Rep Power: 10 chrbb will become famous soon enough
Default

I run a psexec batch file to delete profiles in the suite, generally once a month, I use the 'delete except' vbs script - found on this site
I leave the pupil set of laptops alone in case the wireless goes down so that users can use cached profiles to log on, and don't let delprof anywhere near the staff laptops so i don't delete anyone's work!
  Reply With Quote
Old 07-07-2008, 09:21 AM   #32
 
witch's Avatar
 
Join Date: Nov 2005
Location: Dorset
Posts: 1,937
uk uk wales
Thanks: 7
Thanked 35 Times in 32 Posts
Rep Power: 16 witch has a spectacular aura aboutwitch has a spectacular aura aboutwitch has a spectacular aura about
Default

To reinforce the cautionary tale: I ran delprof- carefully avoiding the staff laptops - but forgot that the ART computer is used locally as well as on the network (no, I don't know why either!)
Cue a very upset teacher whose pics of the whole schools art work had vanished....
Luckily, the handy little prog called 'recuva' recommended on this site found everything which was moved onto the server very quickly.
The local log on was speedily removed as well
  Reply With Quote
Old 07-07-2008, 03:57 PM   #33
 
chrbb's Avatar
 
Join Date: Oct 2005
Location: Midlands
Posts: 656
Thanks: 29
Thanked 10 Times in 10 Posts
Rep Power: 10 chrbb will become famous soon enough
Default

Does recuva recover even deleted profiles then? Handy to know just in case
  Reply With Quote
Old 28-08-2008, 02:38 PM   #34
tjb
 
tjb's Avatar
 
Join Date: Mar 2008
Location: Townsville
Posts: 27
australia au queensland
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 0 tjb is an unknown quantity at this point
Default

Quote:
Originally Posted by webman View Post
Bossman made a vbscript to delete all but some profiles from local machines, and assigned it via GPO as a shutdown script. Attached here, might be handy...
Does anyone have a copy of Bossman's profiles-clean.vbs script anywhere please as the attached zip file appears to be corrupt?
  Reply With Quote
Old 28-08-2008, 02:43 PM   #35
 
mrtechsystems's Avatar
 
Join Date: Jun 2005
Location: North Yorkshire
Posts: 342
uk uk yorkshire
Thanks: 19
Thanked 9 Times in 9 Posts
Rep Power: 9 mrtechsystems is on a distinguished road
Send a message via MSN to mrtechsystems
Default

Check this out aswell


Delete Local Profiles (VBScript)
  Reply With Quote
The Following User Says Thank You to mrtechsystems For This Useful Post:
tjb (28-08-2008)
Old 28-08-2008, 03:55 PM   #36
 
Andi's Avatar
 
Join Date: Feb 2007
Location: Monmouth, South Wales
Posts: 274
uk wales
Thanks: 51
Thanked 3 Times in 3 Posts
Rep Power: 4 Andi is on a distinguished road
Send a message via MSN to Andi
Default

Has anybody successfully deployed delprof via GPO then? I've extracted the files to get the msi but deploy doesn't work.

I know that you can get it to run from a server, but this scrolls through machines one at a time and takes a while, whereas if I had it installed locally I could run a whole room at a time, as well as other scheduled tasks, (Virus scan, defrag etc).
  Reply With Quote
Old 28-08-2008, 04:20 PM   #37
 
Andi's Avatar
 
Join Date: Feb 2007
Location: Monmouth, South Wales
Posts: 274
uk wales
Thanks: 51
Thanked 3 Times in 3 Posts
Rep Power: 4 Andi is on a distinguished road
Send a message via MSN to Andi
Default

Scratch that, I've successfully deployed it with a script.
  Reply With Quote
Old 30-10-2008, 05:40 PM   #38
 
mullet_man's Avatar
 
Join Date: Oct 2005
Location: Somewhere in Oldham
Posts: 379
Thanks: 2
Thanked 8 Times in 8 Posts
Rep Power: 8 mullet_man is on a distinguished road
Default

Quote:
Originally Posted by mattx View Post
Deleting local profiles using Delprof can take time - [ depending on how large the profiles are to start with ] and you will be surprised as to how large local profiles can be.
Not advisable running on startup.
If you need to remove all the profiles over the summer the best way would be to make a .txt file with the names of your PCs in and then run delprof from a PC that has admin rights on over the network. [ Make sure all the PCs are turned on !! ]
Create a txt file called computers.txt - make sure each computer name is on a new line then:

Code:
For /f %a in (computers.txt) Do 
Delprof.exe /I /Q /C:\\%a /D:90
Delprof will then delete all the profiles that haven't been used in 90 days that are in the txt file.
Just had a little go with this before I left school but couldn't get it going.

If i put the code into a batch file in a folder with delprof and computers.txt file it should work when running?

Upon running it I got nothing back, and sometimes got an unepected in error.

Any pointers?
  Reply With Quote
Old 31-10-2008, 04:15 AM   #39
 
WHSadmin's Avatar
 
Join Date: Oct 2008
Location: Wollongong
Posts: 1
au au new south wales
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 WHSadmin is an unknown quantity at this point
Default

Quote:
Originally Posted by Oops_my_bad View Post
the little darlings
I thought I was the only one that called them that!!!

Thanks for the script. Works a charm. This forum is the best resource for a new Administrator like me. Thanks very much to you all!!!!
  Reply With Quote
Old 13-11-2008, 05:45 PM   #40
 
chrispso's Avatar
 
Join Date: Nov 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 chrispso is an unknown quantity at this point
Default Domain Guest account

I thought i read someone's post that if you set the user up as a Domain Guest that their local profile will be deleted after log off, i've tried this and it didn't work. Is there something else i need to do?
  Reply With Quote
Reply

Register now for FREE and post messages!


Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Image Verification
  I agree to forum rules 

Similar Threads
Thread Thread Starter Forum Replies Last Post
Deletion of local profiles on xp. mac_shinobi Scripts 25 13-06-2007 08:14 PM
Delprof not Deleting all Local Profiles - Why? Behuck Windows 17 14-12-2006 02:52 PM
Deleting profiles on server pinemarten General Chat 4 29-08-2006 08:44 PM
Deleting User Profiles Gordie Scripts 4 19-06-2006 03:41 PM



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search Thread
Search Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 08:38 PM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright EduGeek.net