Go to start click on run command and type cmd and hit enter, command prompt window opens or Go to start click on Accessories > Command prompt
Go to registry editor, find this key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\Compress old files Delete the Default Value Key and the next time you start Disk Cleanup, it will skip the compression analyisis which indicates that the compressio…
There are a lot of extremely large, bloated programs that cost a lot of money, and many of you probably own some of this software. Here's a list of alternative programs & utilities. All of the following programs have been tested by me, as well as several friends, and are completel…
Spyware of all types can degrade performance significantly. Two programs I'm recommending here are some of the free ways to keep your PC Spyware and Malware free, that work alongside AntiVirus programs. Spybot - Search & Destroy Spybot Search & Destroy is an easy to use pro…
Disk scan is one of the protective feature of windows which runs to clean any cross-links or bad sectors that may be generated because of the improper shutdown of windows due to some reason. So, when ever you shutdown your system in some improper way ,the next time you boot your windows …
Got start-,open run, then type msconfig>services and select disable all. Alternatively, navigate to my computer>properties>advanced>performance settings>adjust for best performance>ok
Open notepad and type the following 1. Type, mystring=(80000000) 2. Save it on to your desktop as "ram.vbe" 3. Now double click it twice, the ram will be cleared now
Password to open the document: If it is applied then you have to give the correct password to open the document, otherwise you cannot open the document. Password to modify the document: If it is applied then you have to give the correct password to modify the document, otherwise your…
By default software setup will attempt to install program in C:\Program Files directory. It is good practice to make the backup of the installed programs, if you installed all your programs in other than C drive. If you have little knowledge about editing windows registry then you can co…
1.Go to start, open run and type gpedit.msc then click ok, group policy editor box displays. 2.Now you can see computer configuration and user configuration, Under user configuration click on administrative templates . 3.After you click on administrative templates click on system dis…
You can now turn off or shutdown your computer at the time you want.First you need to do is create a batch file to shutdown your computer, open notepad and paste the following C:\Windows\system32\shutdown -s -f -t 10 then save it as shutdown.bat , remember you can save any file name yo…
It is very much simple to open command prompt window on the desktop To do this hold down the Shift key and right click on the desktop. the right click menu appears,then click on open command window here After you click on the open command window here option, command prompt opens.
Go to command prompt, by typing cmd in the run command, then command prompt opens, To get the model name type wmic csproduct get name hit enter To get the serial number type wmic bios get serialnumber hit enter
Go to run command and type edit and hit enter the , text editor opens, it's an alternative to notepad.Notepad support very few lines, where as the ms dos editor supports 65,279 lines ,approx 5mb.Programs can also be written in this text editor. Here is the snapshot
Accessibility Options- access.cpl Accessibility Wizard- accwiz.exe Activate Windows- msoobe.exe Active Connections Utility- netstat.exe Add Hardware Wizard- hdwwiz.cpl Add or Remove Programs- appwiz.cpl Address Book- wab.exe Attrib- attrib.exe Backup- ntbackup.exe Boot Configurat…
Go to run command and type CMD , then command prompt will open then ☺Once at the prompt type: cd\ del *.tmp ☺Delete all temporary files found in the root directory of the C drive. ☺Next type: cd\ cd temp ☺If present or in the C:\TEMP> directory type del *.* and delete all files…
The run command keeps list last commands or any filename used i.e commands,filenames,features etc . The used commands filenames etc are in most recently used list(MRU). So to delete the run command history first you need to locate RUNMRU. Go to windows registry and point to the following…
Most of you're in search of about how to delete the run command entries,the run command keeps list last commands or any filename used i.e commands,filenames,features etc . The used commands filenames etc are in most recently used list(MRU).Run commands are used as a shortcut option, b…
By using this tweak you are able to restrict access to the Internet when using Internet Explorer and other Microsoft compatible products Open your registry and find the key below. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] Change the value of &quo…
Open notepad and add the following text
You might some times see that there's a no cd/dvd drive icon in your my computer,this might have caused due to some reasons,so you need to do is 1.Go to my computer,on top you can see system properties or else go to control panel and click on system 2.A dialog box appears containi…
Math Input Panel uses the math recognizer that's built into Windows 7 to recognize handwritten math expressions. You can then insert the recognized math into a word-processing or computational program.Math Input Panel is designed to be used with a tablet pen on a Tablet PC, but you ca…
To open a calculator go to run command and hit calc ,or else go to start command ,click on accessories and then click on calculator.The calculator is always set to standard mode To use the calculator in a scientific mode ,go to view option click on scientific option after you select th…
This sticky notes is nothing but the to do list,or else you can say the reminder.This feature is been available in windows 7,there are much more additional features added in windows 7,But this one is gotta be really useful.You could try this out To get the sticky notes Goto start,click…
It is noticed that most of you're worried about your peripherals not getting detected in the PC,and seems that though you've plugged the peripherals correctly and PC is upto date,then why isn't it getting detected. This is because the device you had recently changed or modifi…
Like to take the snapshot we used to use the print screen options from the keyboard in the earlier options of windows,now it's easy to take a snap shot in windows 7 by using the snipping tool,by this tool you can select only the part of full screen as a whole.It's really a great t…
This unique Mathematics based trick will probably work when websites are blocked in your institution or corporate network based on the host name or their IP address. The trick is to convert the human readable website address that's blocked (like bebo.com) into an IP address (208.75.…
Go to run command by pressing the windows key and the R key simultaneously or go to start and select run ,the dialog box will appear then type %temp%
Wondering why your PC Shows Detecting array error? MediaShield IDE ROM BIOS 4.43 Copyright (c) 2005 NVIDIA Corp. Detecting Array ..... This problem or error may be due to improper placing of the peripherals.
Open notepad and type the following code. C:\Windows\system32\shutdown -r -f -t 03 -c "Your message ;)!" Click on save as> filename.bat It is important to note here that the extension must be .bat only in order to create a executable batch file.
In order to shut the PC using a batch file, open the notepad and type the following code.