Comment Re:Brilliant! Simply brilliant! (Score 1) 1037
They might not, but you can:
- Start->Run->Regedt32.exe
- Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr
e ntVersion\Explorer\CLSID\ - If you do not see a subkey named {20D04FE0-3AEA-1069-A2D8-08002B30309D}, make one.
- If the subkey already existed, it may contain a <No Name> value with a REG_SZ data type. Delete that value/data pair.
- Edit->Add Value... to create a value named <No Name> with a data type of REG_EXPAND_SZ.
- In the String Editor window, paste: User: %USERNAME% on: %COMPUTERNAME% and click OK
- Minimize Registry Editor, click on the desktop, and press F5.
- Enjoy.
Note that this only changes the behavior in your profile; for a multi-user machine, you'll want to make the same change logged on as each different user. Select the subkey you edited in Registry Editor, choose Registry->Save Subtree As..., and save it as personalcomputer.reg . Now each user can simply double-click the
Make the same changes as above to HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\Cu
DISCLAIMER: Careless and/or ignorant editing of the registry can be an effective way to completely hose your machine. If in doubt, don't touch. If you screw it up, don't blame me - and I almost certainly will not be able to help you fix it. Backups are your friend.