Windows 7

You can also visit my other blog at www.softknowledge.wordpress.com

Tips and Tricks

You can also visit my other blog at www.softknowledge.wordpress.com

How To(s)

You can also visit my other blog at www.softknowledge.wordpress.com

Downloads

You can also visit my other blog at www.softknowledge.wordpress.com

Wallpapers

You can also visit my other blog at www.softknowledge.wordpress.com

Quote of the Day

Thursday, September 16, 2010

Best way to Password Protect a Folder without any software

Best way to Password Protect a Folder 
without any software

Make a new folder ( name it as you like )

Inside this folder make a (.TXT ) file & copy the following inside it: 

cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End


After u copy the command go to line ( 23 ) u will find "password here" Change to any password u want.

After that, save it as locker.bat (the txt file will change to an application file)

Now go back to the folder & u will find a this locker.bat file.

Click on it & u will find a new folder called Private.

Now copy what u want in it & after that go to locker.bat by clicking it, it will open and ask you if you want to lock your folder? Y/N ?

Type Y

If you want to UNLOCK your folder, go open locker.bat & type your password and the Private folder will be made visible again.


Wednesday, September 8, 2010

Open a Command Prompt at any Folder - Windows 7


Open a Command Prompt at any Folder
Command prompt fans will welcome this handy tip. With it, you can open command prompt at any folder when you are in Windows Explorer. Remember – Powertoys for Windows XP ?? One tool in this PowerToy was ‘Open Command Window Here’.
Now, you can get exactly the same interface by this simple unknown trick: Before right clicking any folder, hold down the Shift key and then you would see the ‘Open Command Prompt Here’ in the context menu on clicking on which you can start a command prompt session from that folder as shown below:

Search the Internet from Start Menu - Windows 7

Search the Internet from Start Menu
The start menu search box is convenient way to search through PC – but you can also use this search box to perform double duty by making to search the internet from well within the Start menu search. To enable this log on with an administrator account and perform this:
1. In the Start menu Picture of Start Button  search box, type ‘gpedit.msc’ (without quotes) and press enter to run the Group Policy Editor.
2. Go to User Configuration –> Administrative Templates –> Start Menu and Taskbar.
3. Double click “Add search internet link to Start Menu”, and then from the screen that appears, select Enabled. Then click OK and close the Group Policy Editor. See the figure for details":

4. From now on as soon as you type the item in the search box, a ‘Search the Internet’ link will appear. Just click on the link to launch the search in your web browser with the default search engine as shown in figure:



Get Hidden Themes back in Windows 7


Get Hidden Themes back in Windows 7
When you first installed Windows 7, during the final setup phase, the interactive setup asked for your langauge, time and currency. Then based on your response, it installed wallpaper set and the corresponding themes based on your location. For example, if you choose, English (United Kingdom) for your time and currency format, then the available themes and backgrounds will include a United Kingdom section and it’s various wallpapers.
Now, the hidden themes, though, are background scenery and themes from other English-speaking countries – Australia, Canada, Great Britain and South Africa. Normally you can’t access those backgrounds or themes, but there is a simple way by which you can install and use them:
1. Press Windows key Picture of Start Button + R to bring forward the Run dialog box. TypeC:\Windows\Globalization\MCT and press Enter (Note: If your Windows is installed on drive other than C:, use that alphabet instead.)
2. Now, Windows Explorer will launch and will show you the list of sub-folders under C:\Windows\Globalization\MCT viz. MCT-AU, MCT-CA, MCT-GB, MCT-US and MCT-ZA. These sub-folders have the wallpapers for a specific country: i.e. AU for Austrialia, CA for Canada, GB for Grait Britain, US for United States and ZA for South Africa.
3. Now, in the search box which is located on the extreme right side of window, type *.theme . After this you would get all the hidden themes with the similar interface as shown
4. Now, just select all the themes by pressing Control (CTRL) + A and then copy the selected themes to folder C:\Windows\Resources\Themes. After that when you would open personalization gallery, there under the installed themes section, you would see all the hidden themes as shown below:

Now, you can use these newly installed themes as per your liking, by right clicking the desktop, choosing personalize, and then choosing a background or theme. They would be listed in the section ‘Installed Themes’.