Thursday, September 10, 2009

how to disable right click functionality

This registry tweak can disable right click funtion, after doing this you cant right on my computer, folder or file. for example you cant do changes in system desktop appearance, themes, and screen saver as well as other display settings.actually this prevents the menu that displayed on right click, here's how to do it.
  • Open registry editor
  • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  • Now right click on the key and create new DWORD value
  • Rename the key as " NoViewContextMenu "
  • Double click to open the key and edit value data to 1
Now close the registry editor and restart your computer to any changes to go into effect.

Note - if you want to enable right click functionality again on desktop then simply change the value data to 0 or delete the NoViewContextMenu DWORD key.

how to prevent users changing start menu

This registry tweak can prevent users from changing your pc's start menu , not even right click. the procedure as follows.
  • Open registry editor
  • Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  • Right click on the key and create new DWORD value
  • Rename the key as " NoChangeStartMenu "
  • Double click to open the key and edit it's value to 1
After restart your pc, the settings will be affected

disable indexing service to more speedier performance

Indexing service is useful for speeder search results , but it can slow down your pc's performance. turning off this feature will no harm to your system, so if you thinking more speedier pc rather than speeder search results you can turn off this feature. follow these steps.
  • Go to start > run > type services.msc press enter
  • The services window will open, then find " indexing service "
  • Double click to open indexing service properties
  • Now in the startup type, click drop down arrow and select disable
  • Click apply and ok
From the next restart indexing service stops working automatically, leaving your pc much faster than before.

how to auto end programs & reduce shutdown time

When windows xp shutting down it takes some time to close running programs, you can reduce this time by editing some of registry key, here's how to do it.
  • Open registry editor (start>run>type regedit> press enter)
  • Navigate to key HKEY_CURRENT_USER\Control Panel\Desktop
  • In the right pane double click AutoEndTasks and enter value 1 in the "value data field"
  • Now in the same side open WaitToKillAppTimeout and enter value 3500 in the field (default value is 20000)
  • Close the registry editor and restart pc changes to go into effect.

how to disable right click on taskbar

Does your taskbar & start menu settings messed up by someone , you know you can prevent them using taskbar properties , with a simple edit of registry you can disable right clicking on taskbar, this prevents users from getting "taskbar and start menu properties" here's how we do it.
  • Open registry editor
  • Go to the key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  • Now right click on the key, point to new then click DWORD value
  • Name the key as NoTrayContextMenu
  • Now open the key and put 1 in the "value data" field
From the next restart the settings will be effected , you can revert this process by putting 0 to "value data" field, or deleting the key

Tuesday, September 8, 2009

delete items without sending to recycle bin

There are 3 ways to configure this option described as follows, use more suitable way to you

From recycle bin properties
  • Right click on recycle bin and click properties
  • In the recycle bin properties window click global tab
  • Select "use one setting for all drives" (it may be already selected) when this option selected it is used one settings for partitions.
  • Now select " do not move files to the recycle bin.remove files immediately when deleted"
  • Click apply and ok
From registry
  • Open registry editor
  • Locate the key of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ Explorer\BitBucket
  • Now in the right pane double click to open NukeOnDelete key and set its value to 1
Manual method
  • Just select the files or folders you want to delete, now in keyboard press shift and delete key simultaneously, click yes to delete the files.

how to disable security center warnings

Does security center frequently alerts you a message "Your computer may be at risk. Your virus protection status is unknown" with useless repeating reminder. do you want to stop this warning messages ever appearing again. there are 2 ways to disable this reminders, take more suitable way to you.follow these steps.

Disable from control panel
  • Go to the control panel
  • Double click security center icon
  • Now in the left pane under " Resources " click change the way security center alerts me
  • In the opened " alert settings window " deselect the options that you don't want to remind (ex - firewall , virus protection)
  • Click ok and close security center
Disable from registry
  • Open registry editor
  • Locate the key of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center
  • In the right pane double click to open the keys of " AntiVirusDisableNotify , firewalldisablenotify , updatesdisablenotify " and put DWORD value data as 1
  • Now close the registry editor and restart your computer for changes to go into effect.

how to backup entire registry manually

This will show you how to backup windows registry, follow these steps
  • Open registry editor (start > run > type regedit > press enter)
  • Now click on file menu and click export
  • In the " export range " (see the bottom of export registry file window) select all
  • Give it a name for file and select the saving location
  • Click save to backup the registry.

clear temporary files when exiting internet explorer

This will show you how to clear temporary internet files when you closing internet explorer, follow these steps.
  • Open internet properties window (start > run> type inetcpl.cpl >press enter or right click internet explorer and click properties)
  • Now click advanced tab
  • In there find " Empty Temporary internet files folder when browser is closed " (should be located at security listing) and select it by checking the box.
  • Click apply and click ok
  • From now on temporary internet files were automatically deleted when closing internet explorer.

create shortcut to shutdown and restart

This post will show how to create shortcuts for shutdown & restart your system without taking long way to find your restart and shutdown buttons. the procedure as follows.

Shutdown
  • Right click on desktop, point to new, click create shortcut
  • In the location field (space near browse button) type shutdown -s -t 0 and click next
  • Now type a name for shortcut and click finish
  • Now double click shortcut to shutdown your pc
Note - if you want you can change the icon of newly created shortcut, just right click on shortcut and click properties, now in the "shortcut" tab click change icon button, pick icon as you like click ok, then apply and ok.

Restart
  • Right click on desktop, point to new, click create shortcut
  • In the location field (space near browse button) type shutdown -r -t 0 and click next
  • Now type a name for shortcut and click finish
  • Now double click shortcut to restart your pc
Tip - instead double clicking shortcut you can add them to quick launch at taskbar to perform single click operation. first you need to put quick launch to taskbar, right click on taskbar and click properties, in "taskbar" tab select show quick launch by checking the box. click apply and ok. now drag newly created shortcut to quick launch.