Subscribe to our RSS Feeds

COMPUTER TROUBLESHOOTING 38

0 Comments »
Uninstall the windows XP using command prompt



Today tip will help you uninstall the upgraded version of windows XP using the command prompt options. If you have upgraded your operating system from the previous versions of windows 98 Second Edition, or Windows Millennium Edition (Me) and now you wants to revert to the operating system that was previously installed on your computer. Windows XP can be removed by uninstalling from a Command Prompt option in Safe mode because XP includes the Uninstall Windows XP option.
Follow the given steps to revert to the operating system that was previously installed on your computer:
To manage windows XP, first you should log onto your computer with administrative rights
First boot your system in Safe mode by pressing F8 button at the same time before the windows logo appears.
First click on Start button and type cmd in Run option then press Ok button to display the Command Prompt.
At the command prompt type cd/ command and press enter.
Now again type the command cd\windows\system32 and press enter button. After execution of this command, system will change the previous directory mode.
Now type the command at command prompt osuninst.exe to start the process.
Now on the computer screen, follow the instructions on the screen to begin uninstalling Windows XP from your computer to restore the previous operating system
12:33 PM

COMPUTER TROUBLESHOOTING 37

0 Comments »
Turn Your Num Lock On Forever
You can set your Num Lock to stay on by default when you logon your system.
There are two different techniques to set Num Lock stay on by default.
If you can use Registry Editor correctly then Click on start button and type Regedt32.exe in Run command. Here Navigate to HKEY_USERS\.Default\Control Panel\Keyboard and change the value for InitialKeyboardIndicators from 0 to 2.
You can do same by configuring the script to change the NUM LOCK state. Click Start button and then open Notepad. Copy the giving code and paste in Notepad.
set WshShell = CreateObject("WScript.Shell")

WshShell.SendKeys "{NUMLOCK}"
Now save this file with name "num.vbs" must including the quotes. At the end copy this file to user startup folder. The path for this folder is Documents and Settings\All Users\Start Menu\Programs\Startup.
Now restart the computer. Num Lock should come on and stay on.
12:30 PM

COMPUTER TROUBLESHOOTING 36

0 Comments »
Close All Windows Programs quickly
A cool tip to minimize and maximize all your active windows programs. You can do all using your mouse, but if you want to do this with keyboard then simply press Windows key+M to minimize all active programs and later maximize it using Windows key+Shift+M.
If you want to minimize the all active windows programs one by one then use the shortcut by pressing Alt+Space+N keys and sequentially maximize the active windows programs using shortcut Alt+Space+X keys.
12:28 PM