Google Search

 

Headlines!

Interesting Snippets!
Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Wednesday, February 21, 2007

Advanced WindowsCare v2 Personal - Comprehensive PC Care Utility

Advanced WindowsCare v2 Personal is a comprehensive PC care utility that takes an one-click approach to help protect, repair and optimize your computer. It provides an all-in-one and super convenient solution for PC maintenance and protection. This fantastic program is available free of charge for private use.

Comparison of Advanced WindowsCare v2 Personal with its competitors can be found here.

Download
Advanced WindowsCare v2 Personal from here.

Monday, February 5, 2007

Locking a Folder Using Notepad

There are plenty of software which lock your folders, some are free, other costs a lot of money. Why you’ll waste time and money when you could do it with your notepad.

* Consider you want to lock a folder named PICS in your D:\, whose path is D:\PICS

* Now open the Notepad and type the following

ren pics pics.{21EC2020-3AEA-1069-A2DD-08002B30309D}

* Where pics is your folder name. Save the text file as loc.bat in the same drive.
* Open another new notepad text file and type the following

ren pics.{21EC2020-3AEA-1069-A2DD-08002B30309D} pics

* Save the text file as key.bat in the same drive.


Usage:

* To lock the pics folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.
* To unlock the folder click the key.bat file. Thus the folder will be unlocked and the contents are accessible.

That’s all!