Showing posts with label Registry Tricks. Show all posts
Showing posts with label Registry Tricks. Show all posts

Free Up ur PC With A Simple Coding File

Here Is A Trick To Feel Ur PC Like Water.

I'm Kidding How Can u Feel Ur PC like WATER.

Here Is A Simple Trick To Make PC Free Without Any Menu

Simply Copy This Code:

ECHO OFF
CS
:MENU
ECHO.
ECHO ………………………………………..
ECHO PRESS 1 or 2 or 3 or 4 or 5 or 6 to select your task, or 7 to EXIT.
ECHO ………………………………………..
ECHO.
ECHO 1 – DELETE COOKIES
ECHO 2 – DELETE RECENT DOCUMENTS LIST
ECHO 3 – DELETE MY TEMP
ECHO 4 – DELETE MY TEMP INTERNET FILES
ECHO 5 – DELETE SYSTEM TEMP
ECHO 6 – DELETE RECYCLE BIN
ECHO 7 – EXIT
ECHO.
SET /P M=Type 1, 2, 3, 4, 5, 6 or 7 then press ENTER:
IF %M%==1 GOTO DELETE COOKIES
IF %M%==2 GOTO RECENT DOCUMENTS LIST
IF %M%==3 GOTO MY TEMP
IF %M%==4 GOTO MY TEMP INTERNET FILES
IF %M%==5 GOTO SYSTEM TEMP
IF %M%==6 GOTO RECYCLE BIN
IF %M%==7 GOTO EXIT
: DELETE COOKIES (no space between : and D)
del /F /S /Q C:\docume~1\%USERNAME%\cookies\*.*
GOTO MENU
:RECENT DOCUMENTS LIST
del /F /S /Q C:\docume~1\%USERNAME%\recent\*.*
GOTO MENU
:MY TEMP
del /F /S /Q C:\docume~1\%USERNAME%\locals~1\temp\*.*
GOTO MENU
:MY TEMP INTERNET FILES
del /F /S /Q C:\docume~1\%USERNAME%\locals~1\tempor~1\*.*
GOTO MENU
:SYSTEM TEMP
del /F /S /Q %SystemRoot%\temp\*.*
GOTO MENU
:RECYCLE BIN
REM del /F /S /Q C:\recycler\*.*
GOTO MENU

And Save It As FreeUp.bat
 If u Are Having Prblm With It U Can Download A RAR File From HERE

How to use Kaspersky for Lifetime without Patch

Generally Kaspersky provide us 30 days trial period on its Anti-virus Product. So there are the few steps that you have to perform when your trial license going to expire after 30 days for getting a new trial license.

Step 1. Delete old key and turn off self defense (Settings-Options in kaspersky and turn off Enable self-defense, and click OK).

Step 2. Open Registry editor (click start in windows menu then go to run and write regedit and click Ok) and go through These:
For 32bit OS: HKEY_LOCAL_MACHINE \ SOFTWARE \ KasperskyLab \ protected \ AVP9 \ environment
For 64bit OS: HKEY_LOCAL_MACHINE \ SOFTWARE \ Wow6432Node \ KasperskyLab \ protected \ AVP9 \ environment

Step 3. Right look for PCID and right click and modify three or four last numbers or letters example:
(8F10C22F-6EF6-4378-BAB1-34722F6D454) and enter any other three-letter four-number and close the Registry Editor.

Step 4. Right click on Kaspersky icon in the task bar and choose exit.

Step 5. Go to Start-Programs menu, open the Kaspersky and when you activate searching trial license and you have new license of a peaceful month.

Step 6. Go to Kaspersky settings and turn on self-defense.

This is hardly a 2 minute job and you got again a trial period of 30 days, and there is no rush for more keys.

Note : Most of the patches that you will found on the net are basically work on that trick, they simply make the changes in the registry and change identification of your computer to the Kaspersky server, thus Kaspersky log server recognizes you as a new user and assigns you new trial license.