Great Reads

Welcome to the world of Greatreads. You can find old as well as newer reads.

Friday, June 27, 2008

Folder Access Locker version 2.0

It might work on all the versions of folder locker. In the other locker it might work too...

If you had forgetten your password in this and you have locked your any important folder for security then open the "Command Prompt" and goto to the containing folder. Type the command called "Ren " and then the first letter of the and press "Tab" button until the filename and a extension having a "CLSID" of the locked folder comes. Now type new name for the folder. The folder will be unlocked. This may not work in older version of windows.

Win Easily "CoolPool" Game

In the folder of the coolpool there you can see the folder named "Gamelogic". There are files named "Computer1" & "Computer2". Open it with notepad. There you can put the value of those minimum in the lines. Remove the file as read only and save the file and again keep the files as read only.

Some important VBCodes(Changes desktop wallpaper instantly without having to reboot )

'Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long'Public Const SPI_SETDESKWALLPAPER = 20
'Place the following code in under a command button or in a menu, etc...
Dim ChangeWPdim sourcesource = "C:\windows\setup.bmp"ChangeWP = SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, source, 0)