Posts

Showing posts with the label THE TRICKS

DELETING FILES WITHOUT GETTING A PROMPT

Image
Usually, when you try to delete one or more files, Windows will prompt you to confirm before it deletes them. Sometimes this is inconvenient, however, especially if you need to delete a large number of files.  If you're sure that you want to delete the files , and you don't want Windows to ask you before deleting them, follow these instructions. Temporarily prevent prompt when deleting files Holding down the Shift key when deleting files will disable the confirmation prompt only for the files you're currently deleting. Permanently prevent the confirmation prompt when deleting Delete files faster by removing the "Are you sure you want to delete" Microsoft Windows confirmation box for all files by right-clicking the Recycle Bin icon on the Desktop. In the pop-up menu, click  Properties  and  uncheck  "Display delete confirmation dialog", as shown in the picture below. Once this has been done clic...

How To Shutdown My Pc using Command Prompt

Image
Most of us shutdown our computers using the power button given in the Start menu. Some of us use the physical power button on our machines. Very few people actually use other means of shutting down a computer and even less is the number of people who use the command prompt to shutdown a computer. A reason for this is that most of us don't know that the command prompt can be used to not only shutdown, restart or log off  our  computer instantly but also to shutdown a remote computer provided you have administrative access. It can also be used to hibernate a computer and give a comment containing the reason for shutdown. This post will show you how to do all this. Required A computer running Windows (XP, Vista, 7, 8, 8.1 or 10) with the command prompt working perfectly, i.e. not  disabled by a virus . Initial Steps  1) Press Windows Key + R. 2) Enter CMD and press Enter. This will start the command prompt. Follow the instructions below depending ...

HOW TO MAKE COMPUTER WELCOME YOU WITH SPEACH USING NOTEPAD

Image
Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome.  Then you are at the right place, this article describes exactly how you can make your computer welcome you like this. With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username." Make Windows Greet you with a Custom Voice Message at Startup To use this trick, follow the instructions given below:- Click on  Start . Navigate to All Programs, Accessories and  Notepad . Copy and paste the exact code given below. Dim speaks, speech speaks="Welcome to your PC,  Username " Set speech=CreateObject("sapi.spvoice") speech.Speak speaks      3.  Replace  Username  with your own  name . ...

HOW TO ENABLE AND DISABLE HIBERNATION IN WINDOWS

Image
Hibernation is a special power saving state designed for laptops which do not have easy access to power supply for an extended amount of time. When you put your computer to sleep, your running programs stay in the memory (RAM) and your computer keeps drawing power to keep the RAM running. Hibernation on the other hand stores the content of your computer's memory on the hard disk in a hidden protected system file (C:/ hiberfil.sys ) which generally consumes disk space equal to 75% of your computer's RAM size. This means that all your running programs and open documents are stored on your computer's hard disk as opposed to staying in the RAM. So, after hibernation, when you start your computer, your running programs are loaded in your computer's memory from your computer's hard disk. This leads to a reduction in the amount of power consumed as your computer does not constantly need power to keep your RAM running. This article contains some methods you can use to...

CHANGE YOUR COMPUTER PROCESSOR NAME

Image
How To Permanently Change Your Processors Name It is very easy to change your processor name permanently by creating a registry key and placing a shortcut to it in the Windows start up folder. To do so, just follow the steps given below:- Steps  :- 1.  Open Notepad. 2.  Copy and paste the exact code given below:- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor \0 ] "ProcessorNameString"=" My Processor name 50000MHz " To change the processor name, edit the part of the code given in blue. Also understand that \0 in the above code should only be present if Windows store your processor name at that location. Open the Registry Editor and navigate to the above mentioned keys to check whether or not to include the \0. 3.  Click on File Menu, click on Save As and select "All Types" in the Save as Type option. Save the file as ProcessorNameChange.reg or *.reg. 4.  Create a new shortcut on yo...