All Users Default Path is root D: - help

Dogway

New member
Local time
12:28 PM
Messages
8
Hello, I don't know why but when I install something that points to All Users, a public folder is created at root D:\. I edited my Win7 Image to make it unattended and automate a few things inside, but I didn't do anything strange. Anyways reinstall Win7 is not an option, I would like to know how to change default All Users path. Moving the folder with the "Location" tab doesn't change the behavior.
 

My Computer My Computer

Computer type
PC/Desktop
OS
Windows 7 Ultimate x64, Windows XP SP3 Professional x86
Sounds very strange if only the Public folder is relocated. You can relocate the whole Users folder with <FolderLocations> tags in settings pass OobeSystem in answer file, for instance this would put the main user profile folder in D: with a new default location D:\Users:
Code:
<FolderLocations>
     <ProfilesDirectory>D:\Users</ProfilesDirectory>
</FolderLocations>
But the thing is, this would move the whole Users folder, not only the Public folder under it. These tags cannot be used to move a single folder under Users, all or nothing policy applies here.

Do you still have the answer file you used? If so, please zip it and upload here, I will check it to see what's done and if it's easily reverted.

Kari
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
HP ENVY 17-1150eg
OS
Windows 10 Pro x64 EN-GB
CPU
1.6 GHz Intel Core i7-720QM Processor
Memory
6 GB
Graphics Card(s)
ATI Mobility Radeon HD 5850 Graphics
Sound Card
Beats sound system with integrated subwoofer
Monitor(s) Displays
17" laptop display, 22" LED and 32" Full HD TV through HDMI
Screen Resolution
1600*900 (1), 1920*1080 (2&3)
Hard Drives
Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm
External: 2TB for backups, 3TB USB3 network drive for media
Cooling
As Envy runs a bit warm, I have it on a Cooler Master pad
Keyboard
Logitech diNovo Media Desktop Laser (bluetooth)
Mouse
Logitech Performance Mouse MX
Internet Speed
50/10 Mbps VDSL
Antivirus
Windows Defender 4.3.9431.0
Browser
Maxthon 3.5.2., IE11
That's actually what I did, I set my user profile on D:\Profiles, and my admin profile is there inside Users, but when it comes to All Users (some programs want to put something there) it goes to root D: (Public Images, Public Documents, etc). I don't know why. Maybe it might be hard coded somewhere in registry, I hope.
Here is my answer file.
 

Attachments

My Computer My Computer

Computer type
PC/Desktop
OS
Windows 7 Ultimate x64, Windows XP SP3 Professional x86
Back
Top