Richard Parmiter

Virtualisation blog and Knowledge Base

  • You are here: 
  • Home
  • reg

How to show drive letters first in My Computer

Posted on August 26th, 2008

By default, windows explorer and My Computer show the drive description before the drive letter as shown:

This order can be changed so that the drive letter gets shown first, as shown:

To change this order so that the drive letter gets shown first add the following registry key:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer

Add a REG_DWORD named: ShowDriveLettersFirst

Set the value to the desired level (4 is best)

  • 0 – Show drive letters after description (default)
  • 1 – Show network drive letters before description, and local drive letters after description
  • 2 – No drive letter is displayed
  • 4 – Show drive letters before description

You will need to logout and back in to view the change.

Tags: , , ,
Filed under Scripts/Reg, Windows 2003 | No Comments »

Change the PN Agent URL via registry

Posted on August 26th, 2008

The citrix PNA agent URL is hidden in HEX values in the registry.  The URL can be changed by adding a new string value located in a different key, which automatically gets moved and converted to HEX.  The original key is deleted automatically.  This is presumably a security feature to stop users on PNAgent sites from making a mess of their terminal’s config.

Open this key:

HKEY_CURRENT_USER\Software\Citrix\Program Neighborhood Agent

Create the string value:  “Config URL” (ignore quotes)

Set the value to your pnagent URL, eg,

http://blah.blah.blah/Agent/config.xml

When you open PNAgent next, this new key will disappear, however the new URL will be used by PNAgent.

Notes:  This can also be set on a per machine basis at the registry key, HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\PNAgent .  Create a string value called ServerURL and set your URL value there.  Note that the HKCU value has precedence.

This procedure has changed with recent versions of PNAgent, so for full details of which keys to set, check CTX112674 .  I have proven it to work on 10.200.2650

Thanks to Steve for this article. The original can be found here.

Tags: , ,
Filed under Citrix Clients / Recievers | No Comments »

Run Visio viewer and Visio on the same machine

Posted on August 9th, 2008

To enable some users to view Microsoft visio documents with visio viewer and other users to use the full product.

Follow this order:

  • Install visio viewer
  • install visio 2003 standard
  • run this regfile to re-associate .vsd files with viewer

This will default the .vsd files with the viewer
Read the rest of this entry »

Tags: , , , , , , ,
Filed under Applications, Scripts/Reg | 1 Comment »

Ads

Ads