Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Privacy Security Windows

Ask Slashdot: How To Clean Up My Work Computer Before I Leave? 547

An anonymous reader writes "I'm leaving my current job for a new one. I've been at this job for 10+ years so I'm sure there is tons of personal stuff stored on my machine. Since I can't take it with me does any one have a suggestions of tools or practices to clean off all of that data. I've already got my personal documents and files. I'm most worried about CC, debit card numbers and web site passwords I've used in browsers. Does clearing the cache, cookies, temp files do a good enough job? BTW it's a Windows 7 system if that makes a difference."
This discussion has been archived. No new comments can be posted.

Ask Slashdot: How To Clean Up My Work Computer Before I Leave?

Comments Filter:
  • dd (Score:5, Informative)

    by Anonymous Coward on Friday July 27, 2012 @11:34AM (#40791025)

    Boot a Linux live-cd and type dd if=/dev/zero of=/dev/sda

  • OK more seriously (Score:5, Informative)

    by GameboyRMH ( 1153867 ) <`gameboyrmh' `at' `gmail.com'> on Friday July 27, 2012 @11:34AM (#40791027) Journal

    Clear your browser including flash cookies and cache, clear temp folders, uninstall and wipe the folders of any chat apps you may have been using, and that's good enough unless you think they're going to use a file recovery app on your hard disk.

  • DBAN! (Score:5, Informative)

    by brandor ( 714744 ) on Friday July 27, 2012 @11:35AM (#40791045)
    http://www.dban.org/ [dban.org] Works wonders :)
  • Wipe (Score:5, Informative)

    by Anrego ( 830717 ) * on Friday July 27, 2012 @11:35AM (#40791049)

    Depend on your IT setup, but if an option, just ask your sysadmin to re-image it. Don't discount the obvious and direct route. It's a reasonable request, you have justification, and if you are on good terms with the IT department I'm sure they'll hook you up.

  • DBAN (Score:1, Informative)

    by T-Mckenney ( 2008418 ) on Friday July 27, 2012 @11:35AM (#40791059)
    Boot it, Nuke it. http://www.dban.org/ [dban.org]
  • by admdrew ( 782761 ) on Friday July 27, 2012 @11:36AM (#40791087) Homepage
    Agreed. http://www.dban.org/ [dban.org] (although you should probably verify with your IT that they simply reimage old machines).
  • Piece of Cake (Score:4, Informative)

    by mackil ( 668039 ) <movieNO@SPAMmoviesoundclips.net> on Friday July 27, 2012 @11:37AM (#40791105) Homepage Journal
    Remove your files and profiles manually, then delete your windows user account. Create a new one, and use one of the many delete utilities (Like Hard Disk Scrupper [summitcn.com]) to wipe out the present free space so they cannot be recovered.

    If you work for the NSA, that might not be good enough, but it should be for the majority of people.

  • by Anonymous Coward on Friday July 27, 2012 @11:44AM (#40791261)

    Reformatting DOES NOT get rid of files. Programs like TestDisk can easily recover the data. I know from personal experience, reformatted my NTFS XP hard drive to FAT32. Used TestDisk to completely recover the drive, like nothing every happened. Well, I had to use SuperGrub to fix the MBR, but a minor hitch.

  • Re:dd (Score:5, Informative)

    by Anonymous Coward on Friday July 27, 2012 @11:47AM (#40791319)

    dd if=/dev/zero | tee | /dev/sda will write them to your screen as well

    dd if=/dev/urandom bs 1024k | tee | dd of=/dev/sda bs=1024k is better for security and ASCII bells, as well as ruining your termcap temporarily and erasing faster.

    pv -ptres "Size of disk in gigabytes followed by a G" /dev/urandom | dd of=/dev/sda bs=1024k will provide a nifty progress bar

  • Wait...what? (Score:3, Informative)

    by killmenow ( 184444 ) on Friday July 27, 2012 @11:48AM (#40791351)

    I've been at this job for 10+ years so I'm sure there is tons of personal stuff stored on my machine...BTW it's a Windows 7 system if that makes a difference."

    Ummm...my math may be a bit off here but...

  • Delete Your Profile (Score:4, Informative)

    by c0d3r ( 156687 ) on Friday July 27, 2012 @11:49AM (#40791377) Homepage Journal

    Delete your profile Control Panel->System->Advanced system settings->Advanced -> User Profiles -> Select and delete.

  • Re:OK more seriously (Score:2, Informative)

    by Anonymous Coward on Friday July 27, 2012 @11:50AM (#40791413)

    CCleaner [piriform.com] does pretty good. It also has secure delete for the tinfoil hat people. Chances are you'll forget about storing something important.

  • by SkimTony ( 245337 ) on Friday July 27, 2012 @12:03PM (#40791631)

    Given that it's Windows 7, I'd recommend sdelete (http://technet.microsoft.com/en-us/sysinternals/bb897443.aspx) for the free-space wipe.

  • by Anonymous Coward on Friday July 27, 2012 @12:17PM (#40791857)

    Just because an company as an entity is not going to do so, doesn't mean that some guy in the IT will use completely free programs, like TestDisk, to poke around on a computer. People do do this you know. I have heard stories from IT guys I knew about people in their department doing this, though I have no proof it ever occurs anywhere. I do know that employees at restaurants have gotten got stealing CC numbers and the like, hotels etc. The point is, just because you can trust the company as a whole, doesn't mean you can trust that all the individuals in it are ethical/moral. Indeed I would argue the exact opposite that you can trust that at least one employee in the company is not ethical/moral.

  • by fluffythedestroyer ( 2586259 ) on Friday July 27, 2012 @12:23PM (#40791951) Homepage
    Even if you grenade that PC to hell and make him sufer, , me...an admin, can have access to his files on his computer. All I need is the network admin access or his own access and I have everything he had since it's stored on the network. All I have to do is access his account and I'll will start to sync all the info and data that is syncable...even cookies if I did that. So dban is useless in a network environment. He just has to delete the files, cookies and other data on his computer so the data on the network will be wiped out in the next even (logoff or next log on usually)
  • by Culture20 ( 968837 ) on Friday July 27, 2012 @12:35PM (#40792139)

    Why not? Reimaging the disk should write to every bit on the disk, right?

    no, it doesn't.

    That is, unless "reimaging" has been changed to mean "create a new partition over the old one and recursively copy the appropriate directory structure and files to it". But that would be a misnomer. If it's not bit for bit identical, it's not a disk image.

    "Reimage" hasn't meant "dd" is a long time. Most programs like ghost or partimage create a new partition over the old one and recursively copy the appropriate directory structure and files to it. There's a reason why wiping a 3TB disk with one pass takes two days but deploying an image to it can take as little as five minutes.

  • by Anonymous Coward on Friday July 27, 2012 @12:36PM (#40792161)

    Alternatively if unable to download files from the 'net, run this from within CMD:

    cipher /w:c:\

    It'll achieve the same thing as sdelete-ing - wiping free space on c: and it's built into windows.

  • by RatherBeAnonymous ( 1812866 ) on Friday July 27, 2012 @12:41PM (#40792229)
    Windows Pro versions contain cipher.exe, and that can wipe free space as well

    cipher /W:[drive letter]:\
  • by djl4570 ( 801529 ) on Friday July 27, 2012 @12:44PM (#40792269) Journal
    INAL but a complete wipe could be construed as destruction of employer owned data. I suggest a less invasive approach using Eraser from http://sourceforge.net/projects/eraser/ [sourceforge.net] Uninstall the non standard software, use Eraser to wipe the personal and non business related files. Shrink the paging file to minimum size and run an erase of free space. A single pass should be adequate*. Then go to http://hubblesite.org/gallery/album/entire/pr2003011a/warn/ [hubblesite.org] and download the 16,000x16000 pixel image of the Helix nebula. Open multiple copies of this image until the system forces an expansion of the paging file. While this isn't a military grade approach it will leave the system intact. An intact system with business docs isn't suspicious. A freshly wiped system might draw attention.

    * Guttman only proposed his thirty-five pass hypothesis; so far as I can tell the hypothesis has never been tested on a real hard drive. The original hypothesis was based on disk drive technology in the mid nineties about the time magneto resistive technology entered the supply chain which suggests Guttman's research was on older disk drive technology. Does anyone know if forensics has ever recovered data from an overwritten hard drive?
  • by jhoegl ( 638955 ) on Friday July 27, 2012 @01:21PM (#40792751)
    Regardless, he cannot do anything like this to the computer. He is liable if something goes missing and they suspect he deleted it.
    If he was that concerned about this information, he should have used his own computer.

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...