Tag: shutdown

Auto kill tasks on shutdown

July 07, 2008 by Jason

By default, Windows XP will prompt the user for input if there are one or more applications which have crashed or are not responding and it receives a shut down command. This halts the shutdown process entirely until the user approves the stopping of the non-responsive app.

By altering the registry slightly, Windows XP can be set to close crashed applications automatically. While this does not technically speed up the shut down process, it does streamline it, and ensure that the user will not give the shutdown command then get up and leave, only to find the PC still powered on because Windows never received input on what to do with a hung application. Read More»

Turn XP into a Blazing Speed Demon

July 06, 2008 by Jason

I used to rely on Norton’s Speed Disk, then, eventually Perfect Disc and Diskeeper to optimize my HDD. Defragmenting is the idea- an antiquated process of reorganizing bytes on spinning platter so that each file is grouped into contiguous locations on the disk. Many still believe that defragmenting hard disk drives on a regular basis keeps PCs operating at peak performance. But that idea is behind the times.

Defragmenting served its purpose back when folks chugged along on 486DX4 PCs powered by 5400rpm drives. Now those where slooooow drives and extra spindle movements arising from defragmentation truly hobbled the system. But that’s no longer the case. Today, 7200-RPM hard-disk drives with monster seek and latency times are the bare minimum; most brag a 16-MB cache buffer. Couple that with Windows XP’s high speed NTFS and you’ll quickly discover that defragmenting no longer makes much improvement, if any, to system performance. I say this after thorough experimentation on my QuadCore running on a 10,000RPM Western Digital Raptor. Read More»

Tweak Vista with Some Usefull Rundll32 Commands For Windows vista

March 05, 2008 by Jason

These are some very usefull and mostly used rundll32 commands which can be used to form shortcuts for control panel, folder options ,hibernate ,shutdown in windows vista.

Some Usefull commands are as follows…(type all these commands in run or set them in the target path of the shortcut).

Forgotten Password Wizard
RunDll32.exe keymgr.dll,PRShowSaveWizardExW

Hibernate
RunDll32.exe powrprof.dll,SetSuspendState Read More»

How to shutdown a remote computer on the network

February 16, 2008 by Jason

This is little bit of windows hacking when you say you want to shutdown a remote computer on your LAN network, if you are doing it for FUN then its ok.

But let me tell you, this may also cause some potential data loss at the remote computer.

Requirement: You must have administrator rights in order to remotely shutdown a computer.

How to:

1. Start>>Run and type cmd and press Enter. Read More»

Enable detailed logon, logoff and shutdown status messages

December 14, 2007 by Jason

Instead of showing the default logon, logoff and shutdown status messages you can enable detailed messages that will tell you exactly what is going on. Wondering what is taking your logon so long? With detailed messages turned on you will see messages like Processing group policy and other specific tasks Windows Vista is executing.

To enable detailed status messages on your computer, follow these steps: Read More»

Windows Automatically Restart

August 25, 2007 by Jason

This tutorial will show you how to schedule your PC to reboot at a given time and date, using the utility provided. This tutorial will work with Windows Server 2003, Windows XP, Windows 2000, and Windows 98. For this tutorial I will be using windows XP.

First Schedule Windows to Automatically Restart Download. Save it to disk and extract shutdown.exe to your C:\ drive.

Now open the Control Panel by clicking Start > Control Panel Read More»

Animate your Start Menu user picture

August 25, 2007 by Jason

In early builds of Windows Vista, testers were shown a new 3D interface powered by the Windows Presentation Foundation (WPF) that was filled with animations of all sorts. This interface was very cool looking. However, because of delays, Microsoft had to cut the use of WPF in the UI and most of the “WOW” was removed.

Thankfully, there are some very talented developers out there that have made utilities to bring back the excitement of the cut features. The one I am covering in this article, is the animated user picture shown on the Start Menu.

Using a great utility called 3D User Picture, you can easily make your start menu look just like the video above. Read More»

Timer Shutdown

June 24, 2007 by Jason

Here’s a useful tip if you want to make sure your children switch the PC off at a particular time, or even limit your own usage to prompt you to go home/get to bed at a reasonable hour. XP has a built-in utility called Shutdown that can be programmed to switch the PC off after a predetermined delay. To use Shutdown go to Run on the Start menu and type ‘cmd’ (without the quotes) and this will bring up a DOS type window. Read More»

4 Tricks to Shut Down your Windows

June 22, 2007 by Jason

There are many methods that you can use to shut down your computer. The normal way is click on Start > Turn Off Computer > Turn Off. But here I will share with you how you can shut down your computer in different ways.

1. The fastest way

I always do this when I want to shutdown my computer. Just press the Windows key (on the keyboard) and press U key two times. Read More»

Single Click Shutdown

May 30, 2007 by Jason

Here’s the updated version of the popular shutdown shortcut for Windows XP. Just right-click onto an empty area of the desktop then select New then Shortcut from the menu that appears. Click the Browse button and navigate your way to: C:\Windows\System32\Shutdown.exe.

Click Next, give the shortcut a name and click Finish. Now right-click the new shortcut, select Properties and in the Target box, add the command line ‘switch’ -l (to log off), -s (to shut down) or -r (to reboot). A basic shutdown shortcut command line should look like this: Read More»