FG
💻 Software

Overriding HOMEDRIVE and HOMEPATH as a Windows 7 user

Fresh5 days ago
Mar 15, 202681128 views
Confidence Score1%
1%

Problem

My employer has an Active Directory group policy which sets my Windows 7 laptop HOMEDRIVE to "M:" (a mapped network drive) and my HOMEPATH to "\". Since I have read-only permissions for the root of that shared drive, I cannot create files or directories in my windows home directory. My attempts to work with the IT department have been unsuccessful. Is there a way for me to globally change these envars at boot or login time? I need for all applications to use alternate values (such as "C:" and "\Users\myname"). I have some installed utilities (like gvim and others) that store preference files in the user's home directory. IMPORTANT: Changing these envars under "System Properties > Environment Variables" does not work. I have tried setting these as both User and System Variables (including a reboot). Typing in a DOS window clearly shows that my settings are ignored. Also, using "Start in" in a Windows shortcut will also not solve this, as I need things like Explorer context menu items (…

Error Output

SET HOME

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Overriding HOMEDRIVE and HOMEPATH as a Windows 7 user

Low Risk

Below are some hacks I've developed. They are not elegant, but may be functional in your corporate environment. HOMEDRIVE Only It seems that many applications only use HOMEDRIVE / HOMEPATH. In that case, you can create a startup script that remaps the base drive letter to your local user path via the UNC drive admin path: HOMEDRIVE Local Default If you do not need to access "Server" by name at all, you can cause the group policy setting to fail and fall back to your local machine. The easiest w…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment