If you need to Disable to "Right Mouse Click Menu" on the Desktop, modify this registry key to Create a new DWORD value, called "NoViewContextMenu" and set it according to the value data below.
[HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ Explorer]
Value Name = NoViewContextMenu
(0 = Disable, 1 = Enable)
Monday, October 5, 2009
Thursday, October 1, 2009
Saturday, September 26, 2009
HDD 5MB memory storage in 1956.
Wednesday, September 23, 2009
Automatically Shut Down Your Windows XP Computer
It’s been said, “Not owning a computer is the most secure computer.” While that’s true, we need to take steps to keep our computer secure.
As a general rule, I like to shut my computer off when I’m away from it for long periods of time. That includes going out for the day or night, as well as going to sleep. Sometimes it’s hard to remember to shut it off. So in this article I’ll show you a way to shut your Windows XP computer off automatically.
Windows XP comes with a program called shutdown.exe and is located in your system32 folder which typically resides under C:\Windows or the main folder where Windows XP was installed.
So let’s set this up quickly:
1. Go to “Start->Control Panel” and click on “Scheduled Tasks” if you’re in “Classic View”. If you’re not in “Classic View” you are probably in “Category View”. In “Category View” you’ll click on “Performance and Maintenance”. Then click on “Scheduled Tasks”. You’ll see the following screen. Double-click the “Add Scheduled Task” icon.
2. Click “Next” on the “Schedule Task Wizard”
3. Click the “Browse” button on the next screen that lists the different applications you can select from (below).
4. Browse to C:\Windows\system32 and select the program shutdown.exe
5. After selecting shutdown.exe, select “Daily” for “Perform this task:”
6. I sleep during the night. That’s why I shut my PC down automagically at 3:00am (below). But, I run some jobs automatically at 1:00am – virus scan and spyware scan, which will be part of a future article. Feel free to adjust this time to fit your schedule.
7. You’ll be asked to provide a user name and password that will be used to run this task (below). Warning: If you don’t know your password, that ok. You can add or change it later. If you don’t provide the correct password, you’ll get an error screen after this step. However, you’ll still be able to finish this process.
8. At this point you’ve successfully added a new schedule task to run at 3:00am. However, let’s click on the “Open advanced properties fro this task when I click Finish” checkbox and click “Finish” so we can add some command line parameters to shutdown.exe
9. Add the following command line parameters as seen below and here – C:\Windows\system32\shutdown.exe -s -t 60 -c “Daily Shutdown” -f. The -s stands for “Shutdown the computer”. The -t 60 stands for “Set timeout for shudown to xx seconds. Feel free to adjust that. You never know when you’re going to be working at 3:00am, so it’s nice to have 60 seconds to prepare for the shutdown. The -c stands “Shutdown comment” which shows up on the screen when the PC is shutting down. And finally the -f stands for “Forces running applications to close without warning”.
10. There’s nothing to change on “Schedule” tab. However, feel free to adjust anything that pertains to your work environment or routine.
11. I also leave the “Settings” tab alone. Again, change what you need to or experiment what suits your work style.
12. This is the final screen that pops up when the task runs. You will have 60 seconds to close applications if you need to.
As a general rule, I like to shut my computer off when I’m away from it for long periods of time. That includes going out for the day or night, as well as going to sleep. Sometimes it’s hard to remember to shut it off. So in this article I’ll show you a way to shut your Windows XP computer off automatically.
Windows XP comes with a program called shutdown.exe and is located in your system32 folder which typically resides under C:\Windows or the main folder where Windows XP was installed.
So let’s set this up quickly:
1. Go to “Start->Control Panel” and click on “Scheduled Tasks” if you’re in “Classic View”. If you’re not in “Classic View” you are probably in “Category View”. In “Category View” you’ll click on “Performance and Maintenance”. Then click on “Scheduled Tasks”. You’ll see the following screen. Double-click the “Add Scheduled Task” icon.
2. Click “Next” on the “Schedule Task Wizard”
3. Click the “Browse” button on the next screen that lists the different applications you can select from (below).
4. Browse to C:\Windows\system32 and select the program shutdown.exe
5. After selecting shutdown.exe, select “Daily” for “Perform this task:”
6. I sleep during the night. That’s why I shut my PC down automagically at 3:00am (below). But, I run some jobs automatically at 1:00am – virus scan and spyware scan, which will be part of a future article. Feel free to adjust this time to fit your schedule.
7. You’ll be asked to provide a user name and password that will be used to run this task (below). Warning: If you don’t know your password, that ok. You can add or change it later. If you don’t provide the correct password, you’ll get an error screen after this step. However, you’ll still be able to finish this process.
8. At this point you’ve successfully added a new schedule task to run at 3:00am. However, let’s click on the “Open advanced properties fro this task when I click Finish” checkbox and click “Finish” so we can add some command line parameters to shutdown.exe
9. Add the following command line parameters as seen below and here – C:\Windows\system32\shutdown.exe -s -t 60 -c “Daily Shutdown” -f. The -s stands for “Shutdown the computer”. The -t 60 stands for “Set timeout for shudown to xx seconds. Feel free to adjust that. You never know when you’re going to be working at 3:00am, so it’s nice to have 60 seconds to prepare for the shutdown. The -c stands “Shutdown comment” which shows up on the screen when the PC is shutting down. And finally the -f stands for “Forces running applications to close without warning”.
10. There’s nothing to change on “Schedule” tab. However, feel free to adjust anything that pertains to your work environment or routine.
11. I also leave the “Settings” tab alone. Again, change what you need to or experiment what suits your work style.
12. This is the final screen that pops up when the task runs. You will have 60 seconds to close applications if you need to.
Friday, September 18, 2009
You receive a "Generic Host Process" error message after you start the computer
You may receive the following error message after you start the computer:
Generic Host Process for Win32 Services ErrorNote This problem only occurs in Microsoft Windows XP Service Pack 2 (SP2).
just download and install this
Windows XP, 32-bit versions
The following file is available for download from the Microsoft Download Center:
Download the WindowsXP-KB894391-x86-ENU.exe package now.
Generic Host Process for Win32 Services ErrorNote This problem only occurs in Microsoft Windows XP Service Pack 2 (SP2).
just download and install this
Windows XP, 32-bit versions
The following file is available for download from the Microsoft Download Center:
Download the WindowsXP-KB894391-x86-ENU.exe package now.
Thursday, September 3, 2009
Increase Shutdown Time So That Processes Can Quit Properly in Windows XP
When Windows shuts down, each running process is given 20 seconds to perform cleanup work by default. If a process does not respond within this time-out period, Windows displays the "Wait, End Task, or Cancel" dialog box for the process, which prompts you to wait for another 20 seconds, stop the process, or cancel the shutdown process.
To prolong this time-out period, you can modify a registry value. The default time-out value
(20 seconds) is stored in the WaitToKillAppTimeout value in the following registry key:
HKEY_CURRENT_USER\Control Panel\Desktop This value is expressed in milliseconds. You can use Registry Editor to modify this value and then restart the computer for the change to take effect.
To prolong this time-out period, you can modify a registry value. The default time-out value
(20 seconds) is stored in the WaitToKillAppTimeout value in the following registry key:
HKEY_CURRENT_USER\Control Panel\Desktop This value is expressed in milliseconds. You can use Registry Editor to modify this value and then restart the computer for the change to take effect.
No More Connections Can Be Made At This Time
If you are using a computer that is running Windows NT or later, you may receive the following error message:
If the specified number of connections has been reached, increase the user limit or set the value to "maximum allowed"
*Start the Registry Editor (REGEDT32।EXE)
*Find the following key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManServer\Parameters\Users
*If it was, the following registry parameter may need to be increased from a hex value of
0xa (10) to 0xFFFFFFFF
*Exit the Registry Editor.
*Either shut down and restart.
command prompt type:
NET STOP SERVER
And then type:
NET START SERVER
If the specified number of connections has been reached, increase the user limit or set the value to "maximum allowed"
*Start the Registry Editor (REGEDT32।EXE)
*Find the following key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManServer\Parameters\Users
*If it was, the following registry parameter may need to be increased from a hex value of
0xa (10) to 0xFFFFFFFF
*Exit the Registry Editor.
*Either shut down and restart.
command prompt type:
NET STOP SERVER
And then type:
NET START SERVER
Subscribe to:
Comments (Atom)