Disable The Right Click on the Taskbar

January 29, 2007 by Admin  
Filed under Tips Tricks

With this tips you can disable the right click on the taskbar.

  • Start regedit
  • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  • Modify/Create DWORD Value of Data type REG_DWORD Named “NoTrayContextMenu”
  • Setting for Value Data: 0 or 1 (0 = Enabled / 1 = Disabled)
  • Close regedit
  • Reboot

Disable the Right Click on the Desktop

January 29, 2007 by Admin  
Filed under Tips Tricks

With this tips you can disable the right click on the desktop.

  • Start regedit
  • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  • Modify/Create DWORD Value of Data type REG_DWORD Named “NoViewContextMenu
  • Setting for Value Data: 0 or 1 (0 = Enabled / 1 = Disabled)
  • Close regedit
  • Reboot

Hiding All Icons from the Desktop

January 29, 2007 by Admin  
Filed under Tips Tricks

With this tips you can hiding all icons from the desktop.

  • Start regedit
  • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  • Add a new DWORD value “NoDesktop
  • Setting for Value Data: 0 or 1 (0 = Enabled / 1 = Disabled)
  • Close regedit
  • Reboot

IP Command Lines

January 6, 2007 by Admin  
Filed under Tips Tricks

ipconfig is small utility that come with Windows XP. This utility provides you with diagnostic information related to TCP/IP network configuration. Ipconfig also accepts various Dynamic Host Configuration Protocol (DHCP) commands, allowing a system to update or release its TCP/IP network configuration, and so on.

To run the Ipconfig.exe utility, at a command prompt, type ipconfig, and then add any appropriate options.

Read more