Showing posts with label Registry Tweaks. Show all posts
Showing posts with label Registry Tweaks. Show all posts

28 August, 2009

Different ways to Log-off | Shutdown PC

TechSiddharth.com
Different ways to Log-off | Shutdown PC

To log off your computer:

1.Press window key ;Press log off ;Again press log off
2.Press window key ; Press ‘l’ alphabet of keyboard ; Again press ‘l’ alphabet of keyboard
(In short press window key ; Press two times “l” alphabet of keyboard)
3.Right click on your desktop and select new;shortcut option. It will ask you to browse the shortcut. Browse “C:\WINDOWS\system32\logoff.exe” and give name to shortcut. Click on finish. When you want to log off your computer just double click on that shortcut.

To Shut down your computer:

1.Press window key ;Press shut down ; From windows dialog box select shut down option and click OK.
2.Press window key ; Press ‘u’ alphabet of keyboard ; Again press ‘u’ alphabet of keyboard OR From windows dialog box select shut down option and click OK.(In short press window key ; Press two times “u” alphabet of keyboard)
3.Right click on your desktop and select new;shortcut option. It will ask you to browse the shortcut. Browse “C:\WINDOWS\system32\shutdown.exe” and give name to shortcut. Click on finish. When you want to shut down your computer just double click on that shortcut.

04 August, 2009

Reduce the Shutdown time of Windows 2000 and XP

You can reduce the shutdown time of windows 2000 and XP using some tricks. Actually windows XP take time to close all running programs and applications before shutdown, but you can minimize this time if you have little knowledge about editing windows registry.

Follow the given steps to reduce the shutdown time:

· First click on Start button then type Regedit in Run option. Here locate the location to:
HKEY_Current_User\Control Panel\Desktop

· Here in right side panel, double click on AutoEndTasks and here its default value is 0. Now change it to 1.

· Now in same side panel double click on value name WaitToKillAppTimeout. Its default value data is 20000; now change this value of WaitToKillAppTimeout to 3500.

· Now close the registry editor and restart your computer after any changes to go into effect.

25 July, 2009

Disable the Send Error Report 'to Microsoft

To disable the stupid feature in WinXP which tries to send a report to microsoft every time a program crashes you will have to do this:

  • Open Control Panel
  • Click on Preformance and Maintenance.
  • Click on System.
  • Then click on the Advanced tab
  • Click on the error reporting button on the bottom of the windows.
  • Select Disable error reporting.
  • Click OK

15 June, 2009

Shutdown Computer with a Cell Phone

Using this method, a user can shutdown, restart, hibernate, etc. his or her computer, just by sending an email from his or her phone.

To do this, all you will need is Microsoft Outlook which should come with Microsoft Office, which most people have. This will need to be on the computer wish you wish to shutdown.

So, this is how you do this:

1. First, you need the batch files to perform the Shutdown, Hibernate etc. You can write them down yourselves

2. open your note pad

and write lik this...

c:\windows\system32\shutdown -s -f -t 00

and save it as shutdown.bat

3. Open up Microsoft Outlook. Make sure that you have already configured it for your email.Now we will need to make it so that Outlook checks your inbox about every minute (1 minute for testing time can be increased if a delayed shutdown is desired). You can do this by going to Tools: Options.

4. Then click the Mail Setup tab, and afterwards, the Send/Receive button.

5. Make sure that the Schedule an automatic send/receive every... box is checked, and set the number of minutes to 1. Now you may close all of these dialog boxes.

6. Now go to Tools: Rules and Alerts... Next click the options button in the upper right hand corner and press the Import Rules button.

7. Now select the shutdown.bat file ...whi u hv created ...

8. Now, when you send a message from your phone to your e-mail address with the subject shutdown or smsshutdown%%, your computer will shutdown.


Use any of the Isolated or dead E-mail address or any e-mail will shutdown your computer.

13 June, 2009

Windows Xp Service Pack -> Change

Many times, new softwares, games require you to have the latest service packs to install. There's a way to bypass that.

For example, the latest GTA IV requires that


You can change your service pack 2 to display 3, or vice-versa.


Step 1: Open the run option from the start meny and type in 'regedit' and press enter
Make a backup of your registry (just in case)
Step 3: Browse to "HKEY_LOCAL_MACHINE\SYSTEM\ CurrentControlSet\ Control\ Windows"
Step 4: Modify the value of "CSDVersion" from "0x00000200" (SP2) to the Windows XP SP3 value of "0x00000300"
Step 5: Close registry editor
Step 6: Reboot your computer

12 June, 2009

Create A Shutdown Shortcut

1.Create desktop icon for restart and shutdown
Do the following:->

* Right click on your desktop

* Then in NEW click on SHORTCUT

* A shortcut wizard will appear

* Type this in the box: shutdown -s -t 00

* Your done now right click on the folder>properties>Change Icon And then choose any appropriate icon For restart instead of -s type ?r

12 April, 2009

My Task Manager is Disabled. What to do?

http://technodigits.files.wordpress.com/2007/06/windowslivewritertaskmanagerhasbeendisablebyyouradministr-2f19taskmanager-error4.gifHere comes the Solution.

It is due to some kind of virus/ trojan activity which normally disables the task manager.Now due to this problem when ever the user press alt+ctrl+del to launch windows task manager it gives an error saying “Task Manager is being disabled by your administrator”.


Solution:

To Enable the Disabled Task Manager on your system

1. Press window key+r to show run prompt
2. Follow the following steps
  • Enter gpedit.msc in the run prompt and click OK
  • In the Group Policy settings window
  • Select User Configuration
  • Select Administrative Templates
  • Select System
  • Select Ctrl+Alt+Delete options
  • Select Remove Task Manager
  • Double-click the Remove Task Manager option’.
  • Set the property of this item as disabled.

For Those who use Windows XP Home Edition can use the registry to enable Task Manager

1.
open start --> run and type regedit

2. Navigate to the following path:

Hive: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
3. You will find a registry key with name DisableTaskMgr of type: REG_DWORD
4. Double click the key with and set the Value to 0
5. Exit the registry and restart to see the effect.



Courtesy:-Praveen kumar

11 April, 2009

HOW TO SHUTDOWN PC WITH TIMER?

1)Right click on your desktop and choose "New=>shortcuts".
2)In the box that says
"Type the location of the shortcut",
type in "shutdown -s -t 100" without the quotation marks and click next. (100 is time in
sec, u can give any value for that)
3)Give a name for the shortcut and you're done.
4)double click to activate timer
TO ABORT:(while the timer is running)
1)create another shortcut and make
the "location of the shortcut" to " shutdown -a" without the quotes