Archive for January, 2007

Disable The Right Click on the Taskbar

Monday, January 29th, 2007

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

Monday, January 29th, 2007

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

Monday, January 29th, 2007

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

Saturday, January 6th, 2007

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.

(more…)