Peculiarly, by default command prompt in Windows 7 does not get really maximized unlike other program window; however, there is a way to enable true maximized window of command prompt in Windows 7. Click Start, type "cmd" (without the quotation marks) in the start menu search menu field. Command prompt link with icon will appear on the top of the list. Hit Enter from keyboard to launch the … [Read more...]
Using command Prompt in Windows 7 to detect current and maximum processor clock speed
With this described command, you can easily examine the current and maximum clock speed of your Windows 7 computer's CPU clock speed. Open an elevated Command Prompt window and run this WMIC command in Windows 7 to check the CPU current clock speed and expected clock speed repeatedly at 5 second interval: [crayon-651151fc030b3696710950-i/] You will get like this: If there is disparity, send … [Read more...]
Open an elevated command prompt in any folder from right click context menu in Windows 7
This Registry hack is applicable to Windows Vista and Windows 7, both 32 and 64-bit. By using this registry file, you will able to get an option to open elevated command prompt inside any folder. Download and extract the Elevated Command Prompt at right click context menu.zip, unzip it. You will get two registry file inside it. One is to add the command in right click context menu and another to … [Read more...]
How to check when your Windows 7 was installed?
It is possible to find out the date when your Windows 7 was installed using command prompt. Open Command Prompt by clicking Start button, typing "cmd" (without quotation marks) and then hitting Enter key from the keyboard. Command prompt will open, type: [crayon-651151fc030eb193331008-i/] It will show date in Unix epoch time format (i.e. number of seconds since 1970-01-01 00:00:00 UTC). To … [Read more...]
How to embed or hide text in normal picture files in Windows 7
It is a well known trick among advanced UNIX or UNIX like operating system users to hide or embed some "secret" text inside a normal picture using terminal in Mac OS X, for example. However, it is possible to embed such text in Microsoft Windows 7 too, using the same principle. In this tutorial, we will describe, how to do it. Requirements: 1. Two copies of exactly the same picture in any image … [Read more...]
Windows Double Explorer : manage two or more Windows Explorer in one application
Windows Double Explorer manages two or more Windows Explorer in one application. Also you can add your favorite folders with drag and drop to the toolbar for quick access. It is easier to manage your disc structure. It is developed by CodePlex, intended to be used for Microsoft Windows 7 and it is free. Click here to download. … [Read more...]
What is the direct download (DDL)?
Direct download (DDL) in English corresponds to the dissemination and downloading of audio or video depending on client-server model, that is to say directly using your browser. In fact, you do not need to install additional software, it is possible to download a video easily. This distribution method has gained momentum with the arrival of Internet Piracy and monitoring of P2P networks. Indeed, … [Read more...]
Manage your projector presentation in Windows 7 via Windows Mobility Center
This tutorial is primarily written on request of Dr.Arpita Sarcar, she feels that, managing projectors in seminars is tad difficult work. It is not a problem at all, infact with a Windows 7 laptop, you can boost the quality of your seminar presentations. This guide will tell you, how to enhance yet easily use projector in Windows 7 laptops using Windows Mobility Center. Switch on your laptop. … [Read more...]
How to download 64 bit version of iTunes for Windows 7
The default official page of iTunes gives link to download 32 bit of Apple's iTunes for Microsoft Windows operating system (including Windows 7), but it does not mention it : Its only while installing this version (32bit) of iTunes software in 64bit of Windows 7 you will discover that it is of 32 bit, so can not install: This is pathetic, because the size of installation file of iTunes is … [Read more...]
How to find MAC address (Physical Address) in Windows 7
To find MAC address or Physical address in Windows 7, follow these steps: Click Start, type "cmd" (without the quotation marks); right click over the cmd icon and link that appears top of the start menu search list > click "Run as administrator" : Command prompt will open. In the command prompt, type ipconfig /all and press enter: Scroll down to the listed network adapter that you want … [Read more...]
How to create a automated task that runs a program in a set time in Windows 7
This tutorial will show how to create task that will allow automated running of files and programs at a pre defined time as set by user in Windows 7. Click Start, type "task" in the Start Menu search bar without the quotation marks or by open it from All Programs -> Accesories -> System Tools : Windows Task Scheduler will open. Select 'Create Basic Task' from the right hand pane and the … [Read more...]