Citrix XenApp

Your Journey towards cloud.

Virtualization Picking up Speed

Are your Skills keeping up? Skill up. Be Relevant

Are you a System Admin

Learn Citrix XenApp, Its future.

Citrix XenApp

Industry-leading virtualization platform for building cloud.

Cloud Computing in Demand

Learn how to build cloud on Citrix XenApp.

Friday, 13 April 2012

Show Hidden Operating System Files

This setting controls whether the normally hidden operating system files should be displayed when using explorer to browse the file system.

Navigate the following key:
HKEY_CURRENT_USERS\Software\Microsoft\Windows\CurrentVersion\Explorer\Advance 
and create Dword 
value ShowSuperHidden 
and give 1 to show the files

Thursday, 12 April 2012

Unload Unused DLLs

After an application is closed in widows XP, it has the bad habit of leaving the associated DLL files in memory. This can hog precious resources and memory, and also cause stability problems. To makethe DLLs unload themselves from memory after the program is closed,
Navigate to: HLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AlwaysUnloadDLL
If the DWORD AlwaysUnloadDLL is not present, you will need to create it. Set the Value of the (Default) setting to 1. Application associated DLLs will get unloaded when the application is closed.

Wednesday, 11 April 2012

Remove the Hardware Tab

This restriction removes the hardware tab from applicable items in the Control Panel and from the local drive properties. This prevents users from changing the hardware device properties.
Navigate the following key:
HKEY_CURRENT_USERS\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer and create Dword value NoHardwareTab and give the value 1.

Boot directly into BIOS - Workstation 8

In Workstation 8, there's a nice new little feature that let's you boot directly into BIOS from the power on button. Instead of having this option under edit settings it has been moved to the power on button itself.

A small thing perhaps, but quite practical.


Tuesday, 10 April 2012

Remove the Distributed File System Tab

This restriction removes the Distributed File System (DFS) tab from Windows explorer. This prevents users from viewing or changing the properties of local DFS shares.
Navigate the following key:
HKEY_CURRENT_USERS\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer and create Dword value NoDFSTab and give the value 1.

Monday, 9 April 2012

Hide All Items on the Desktop

Enabling this options hides all the items and programs on the Windows desktop.
Navigate the following key:
HKEY_CURRENT_USERS\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer and create Dword value NoDesktop and give the value 1.

Sunday, 8 April 2012

Disable the Ability to Right Click on the Desktop

This setting removes the context menu that would normally appear when the user right clicks on the desktop or in the Explorer right results pane.
Navigate the following key:
HKEY_CURRENT_USERS\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer and create Dword value NoViewContextMenu and give the value 1.