Hi friends this is simple trick to find the hidden folders or files Steps: Go to start->runType as cmd and hit enterNow command prompt will be opened.Navigate to any folder using cd commandand type this command “dir/ah”(without quotes)Now hit enter.You can see list of directories and files. You can arrange in tabbed view.for that type […]
Category: Windows 7
Tricks to install from Pen drive (windows xp,7,vista)
you don’t have cd drive? In this situation how can you install the windows xp or 7 or vista. ? I am going to guide you to install the Windows. Requirements:Windows Dvd or it’s ISO imageOptical drive emulation software( like demon tools)Wintoflash softwareUSB drive (minimum 4 gb)1.Download and Install Demon tools. http://www.filehippo.com/download_daemon_tools/ 2.Mount the windows […]
How to load the thumbnail of taskbar programs faster in windows 7?
Windows 7 users know that thumbnail preview of taskbar items is a very cool feature. You can view the thumbnail by hovering the mouse over the respective taskbar item. However, you may notice that sometimes, the previews do not appear quickly. Here is a hack to fix the taskbar preview delay time. 1. Launch Windows […]
How to enable alert User interface in windows 7?
Aero is a very cool and beautiful user interface of Windows 7. To run Aero, you need a PC with specs like 1 GHz CPU, 1 GB system memory and 128MB of video RAM. If your system is low on specs, you won’t be able to use Aero. Here is a workaround for enabling Aero […]
How to enable Quick launch in Windows 7?
1. Right click on the taskbar and then select New Toolbar. 2. You need to put the following location %userprofile%AppDataRoamingMicrosoftInternet ExplorerQuick Launch in the new window that appears. 3. Next, click on ‘Select Folder’. 4. Quick Launch will appear on the taskbar but will contain text of the respective icon. To hide it, click on […]
How to change the login page in windows 7?
1. Launch the Windows Registry Editor by typing Regedit in Start Menu 2. Go to ‘HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackground‘. 3. Double-click the DWORD value called ‘OEM Background’ to open it and enter 1 in the Value data field. Note: If the DWORD ‘OEM Background’ is not there, you need to make it. 4. Browse to the background image […]
How to Access Hidden Themes in Windows 7?
Windows 7 offers a good assortment of themes to customize the feel as well as the look of your computer. Windows 7 features particular themes which are based on the location and the language you select while you install the Windows 7. You can look for the location-specific theme in the Personalize menu. You just […]
Small fun with Notepad |caps Lock Trick
What fun are we going to make with notepad? Below you can find the Visual Basic Script code. This code make the caps lock light blink continuously. If you run this script twice the rate of blink increases and alternatively NumLock light start to blink with CapsLock.VBS CODE: Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”loop Save this […]
How to clean the Process in RAM using Notepad?
All of us know about RAM is important for system. RAM is known as Random Access Memory(temporary memory for system). RAM stores data or process which are running currently now. But the stored data will be alive until the system is turned on. Once you turned off the system data will be erased from system. […]
How to lock a folder without any software (Batch Programming)
Hi in my last post i guide you to create a batch programming to create a locker. This is very cool. You don’t need to download any locker softwares. You are going to enjoy this hack. In my older post i explain you how to lock folder using command prompt. But in that no password […]