Solved Safely deleting old W7 installation/folders on old drive?

starstuff

New member
Local time
11:25 PM
Messages
15
I have an old W7 installation on my data storage HDD [E:\] that I would like to remove.
Which folders can I safely remove that do not contain any personal data?

On my current system I run W7 on an SSD and to save space I've outsourced all installation paths to the data HDD mentioned above.

If I delete the AppData folders on that old drive will that interfere with my current install or is it completely independant?

Can I completely delete the Windows folder and folders Windows creates automatically?
What's the cleanest approach to do so?

The folders in question would be:

E:\Windows
E:\ProgramData (hidden)
E:\Users\[User]\AppData

Is AppData or ProgramData on the old drive being used by my current active install or can I safely delete it?

Cheers!
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
OS
Windows 7 Ultimate x64
"On my current system I run Windows 7 on an SSD and to save space I've outsourced all installation paths to the data HDD mentioned above."

What paths did you outsource and how?
 

My Computer My Computer

At a glance

Microsoft Windows 7 Home Premium 64-bits 7601...Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz4,00 GBATI Mobility Radeon HD 5400 Series
Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
"On my current system I run Windows 7 on an SSD and to save space I've outsourced all installation paths to the data HDD mentioned above."

What paths did you outsource and how?

Temp files incl. browser cache go to E:\Temp
When installing programs I select E:\Program Files(alt. E:\Program Files (x86)) as installation path.
Didn't change any other env. variables afaik when setting up the SSD.

The AppData/ProgramData on my active SSD/W7 installation are on the SSD itself, so I'm guessing the stuff on the E:\ is just the old stuff but I'm simply unsure whether I can safely delete those on E:\ without losing data that is actively being used by the system.
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
OS
Windows 7 Ultimate x64
Just rename
E:\Windows
E:\ProgramData (hidden)
E:\Users

to

E:\Windows2
E:\ProgramData2 (hidden)
E:\Users2

And test. It isn't using e:\windows that's for sure. In command prompt
Code:
echo %programdata%
Is it pointing to C? If so fine...

Delete the folders on E a week later. First test if all is working fine. If you did what you told me it is safe to delete
 

My Computer My Computer

At a glance

Microsoft Windows 7 Home Premium 64-bits 7601...Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz4,00 GBATI Mobility Radeon HD 5400 Series
Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
Just rename
E:\Windows
E:\ProgramData (hidden)
E:\Users

to

E:\Windows2
E:\ProgramData2 (hidden)
E:\Users2

And test. It isn't using e:\windows that's for sure. In command prompt
Code:
echo %programdata%
Is it pointing to C? If so fine...

Delete the folders on E a week later. First test if all is working fine. If you did what you told me it is safe to delete

Ha, good idea with the renaming, didn't think of it myself, doh!

%programdata% is indeed pointing to C.

Thanks a ton :)
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
OS
Windows 7 Ultimate x64
Back
Top