Thursday, March 6, 2008

Boot Defragment

Boot Defragment
1. Start Regedit.
2. Navigate to HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Dfrg\BootOptimizeFunction
3. Select Enable from the list on the right.
4. Right on it and select Modify.
5. Change the value to Y to enable.
6. Reboot your computer.

Completely Hiding Folders and Files

Completely Hiding Folders and Files
Method 1 (Folders Only)

* Right click on any folder and rename.
* Switch off numlock.
* Hold the left alt key and type 0160 from the numpad.
* Click anywhere and the name field on the folder will be blank.
* Now go to its properties and change its icon to a blank one.

The Folder will become invisible. Incase of files you can only give a blank name field and not icon.

Method 2 (Files and Folders)

This method involves use of some basic programming in .bat

OPEN NOTEPAD AND TYPE THE GIVEN LINES

1. Hide Folders

* attrib +h +r +s "E:\Music"

2. Hide Files

* attrib +h +r +s "E:\Music\Lonely.mp3"

3. Hide All FILES Inside a Folder

* attrib +h +r +s "E:\Music\*.*"

Save the file as filename.bat and run it to hide whatever you want to.

* By replacing the '+' with '-' you can reverse this.
* The attrib command refers to attributes.
* h, r, s denote hidden ,read-only, and system attributes respectively.
* "*.*" command will apply to all FILES (NOT FOLDERS) inside the specified folder .

Use your 30 day trial version for as many days....

Use your 30 day trial version for as many days....
Hi Friends,

Try this freeware program called setasdate. Just copy this program into the program files folder of the particular program which is running on a trial basis & set the date for the program. It does not change the system date but instead only sets the date for that particular program. My cuteftp trial showed 1 days remaining. I used setasdate program & now it is still showing 1 day remaining since the last 2 weeks. This is good if you download any Adobe softwares as they are 30 day trial softwares. But once your PC is formatted, the registry might register it as trial expired & things wont work. (P.S. wont work with trials that have expired)

url: http://www.nirsoft.net/utils/run_as_date.html

(Doesnt require installation)

Clean your RAM by notepad

clean u r RAM
Clean your RAM by notepad
Clean Yer RAM & Make Your Comp Speed Better
credit goes to sid for sharing this trick with us


Clean Ur RAM
U may recognize that ur system gets slower and slower when playing and working a lot with ur pc. That's cause ur RAM is full of remaining progress pieces u do not need any more.

So create a new text file on ur desktop and call it .. uhm.. "RAMcleaner" or something...

Type

FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You may choose the "All Files" option when u save it ]

Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater "cleaning-progress".


FreeMem=Space(1280000000)

just try it out.. i worked for me

if this works for u reply here

Amezing trick to lock folder

amezing trick to lock folder
this 1 is amezing trick to lock u r folder
using this trick not only lock u r folder but also hide it
here it is

copy following program:-

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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 Locker "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%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

now go for following few steps
1>copy above folder into notepad.
2>the text which is written in bold letters delete it & type u r password there.
3>save that file by extension .bat ( name is u r choice)
4>now on ur screen there is a bat file appear.
5>double click on that file.
6>u will see the locker folder.
7>save the files in that folder.
8>double click on that folder & lock that folder
9>after lock that folder it will become hidden.
10>to open that folder double click on that bat file
11>type ur password & open that folder.

RAJ SOLUTION'S

PROMISSING NOTE:-

All This Stuff is For u only..
But u all only If dont comments then its Better we should stop Blogging....