NARESH KUMAR
I LOVE MY INDIA HI,,, FRIEND, IS BLOG PE APKO ALL SOFTWARE ,SONGS, MOBILE SOFTWARE, MOBILE THEMES, PLAYER, MOBILE GAME,VIRUS CODING,COLL COMPUTER TIPS AND TRICSK,AND ETC MY CONTECT NO +918010378845
Thursday, November 17, 2011
Thursday, April 28, 2011
Wednesday, July 14, 2010
Monday, July 12, 2010
NOTEPAD TRICSK
1>
Cycle a message in your friend's computer:
Type :
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
Save it as "Anything.BAT" and send it.
2>
Convey your friend a lil' message and shut down his / her computer:
Type :
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
Save it as "Anything.BAT" in All Files and send it.
3>
Toggle your friend's Caps Lock button simultaneously:
Type :
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save it as "Anything.VBS" and send it.
9>
Open Notepad continually in your friend's computer:
Type :
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as "Anything.BAT" and send it.
10>
Hard prank: Pick your poison batch file. It asks your friend to choose a number between 1-5 and then does a certain action:
1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown
Type :
@echo off
title The end of the world
cd C:\
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press 'x' then your PC will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two
Save it as "Anything.BAT" and send it.
You might wanna have to change the Icon of the file before sending it to your friend, so right click the file, click Properties, click on the 'Change' Icon and change the icon from there.
ITS REALLY A MAGIC TRY IT
ITS REALLY A MAGIC TRY IT
For those using Windows, do the following:
1.) Open a new notepad file
2.) Type "Bush hid the facts" (without the quotes)
3.) Save it as whatever you want.
4.) Close it, and re-open it.
SEE THE MAGIC........
Posted by SHRENIK at 6:14 AM 0 comments
Labels: FUN, NOTEPAD
MONDAY, MARCH 31, 2008
Trick to Show ur name after time in taskbar...
Hi freinds !
I m here to tell u a trick to add up ur name in place of AM and PM beside time and make urself to feel proud among ur group of frnds.
Its simple
Start -> Control Pannel -> Regional and LAnguage option -> Customize (beside English US) -> Go to TIME tab -> Change AM symbol and PM symbol from AM and PM to ur name -> Apply -> Ok ...
IS it changed ??? Might be not ...Now go to time in taskbar and Double Click it to open "Date and time property" ...Look place where time chnges in digital form i.e. 02:47:52 AM , click to arrow to cnage the AM or PM by selecting and press arrow. It will Show ur name or name that was entered by u, Apply -> OK and be HAPPY
LOCK UR FOLDER (VERY EASY NO SOFTWARE NEEDED )
How to Lock a Folder Using Notepad
1) Consider you want to lock a folder named abcd in your e:\, whose path is e:\abcd
2) Now open the Notepad and type the following
ren abcd abcd.{21EC2020-3AEA-1069-A2DD-08002B30 309D}
3) Where abcd is your folder name. Save the text file as loc.bat in the same drive.
4) Open another new notepad text file and type the following
ren abcd.{21EC2020-3AEA-1069-A2DD-08002B30 309D} caclub
5) Save the text file as unloc.bat in the same drive.
---------
how to use it
---------
1) To lock the caclub folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.
2) To unlock the folder click the unloc.bat file. Thus the folder will be unlocked and the contents are accessible.
UNLOCK UR MEMORY CARD WHEN U FORGOT UR PASSWORD.
Some times it happens that you forgot the password of your memory card and you have lots of your important data in your phone.
So there are two types of methods for recovering the password of your memory card with the help of nokia phone.
For Nokia s60 1st and 2nd edition phones.
1. First Install FExplorer in your phone memory.
2. Got to drive C: , you will find a file called mmcstore
3. Send it to your pc directly and open it in notepad or rename the file.
4. At the end of the file you will find your password.
NOTEPAD "world trade centre trick".
--------------NOTEPAD "world trade centre trick"..---------------
Did you know that the flight number of the plane that had hit WTC ...on9/11 was Q33N ....Open your Notepad in ur computer and type the flightnumber i.e Q33N... Increase the Font Size to 72, Change the Font toWingdings. U will be amazed by the findings.
Hows That ???
CHECK UR Computer's performance?
Do u want to Monitor ur Computer's performance?
Go to:
>run
>Type: perfmon.msc
>Enter
.
what ever u type ur computer will speak
here is a trick to convert ur
TEXT to VOICE without any
software.
steps are
>go to run
>type
Control speech
>write any text
it will be converted to voice
Cycle a message in your friend's computer:
Type :
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
Save it as "Anything.BAT" and send it.
2>
Convey your friend a lil' message and shut down his / her computer:
Type :
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
Save it as "Anything.BAT" in All Files and send it.
3>
Toggle your friend's Caps Lock button simultaneously:
Type :
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Save it as "Anything.VBS" and send it.
9>
Open Notepad continually in your friend's computer:
Type :
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as "Anything.BAT" and send it.
10>
Hard prank: Pick your poison batch file. It asks your friend to choose a number between 1-5 and then does a certain action:
1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown
Type :
@echo off
title The end of the world
cd C:\
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press 'x' then your PC will be formatted. Do not come crying to me when you fried your computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two
Save it as "Anything.BAT" and send it.
You might wanna have to change the Icon of the file before sending it to your friend, so right click the file, click Properties, click on the 'Change' Icon and change the icon from there.
ITS REALLY A MAGIC TRY IT
ITS REALLY A MAGIC TRY IT
For those using Windows, do the following:
1.) Open a new notepad file
2.) Type "Bush hid the facts" (without the quotes)
3.) Save it as whatever you want.
4.) Close it, and re-open it.
SEE THE MAGIC........
Posted by SHRENIK at 6:14 AM 0 comments
Labels: FUN, NOTEPAD
MONDAY, MARCH 31, 2008
Trick to Show ur name after time in taskbar...
Hi freinds !
I m here to tell u a trick to add up ur name in place of AM and PM beside time and make urself to feel proud among ur group of frnds.
Its simple
Start -> Control Pannel -> Regional and LAnguage option -> Customize (beside English US) -> Go to TIME tab -> Change AM symbol and PM symbol from AM and PM to ur name -> Apply -> Ok ...
IS it changed ??? Might be not ...Now go to time in taskbar and Double Click it to open "Date and time property" ...Look place where time chnges in digital form i.e. 02:47:52 AM , click to arrow to cnage the AM or PM by selecting and press arrow. It will Show ur name or name that was entered by u, Apply -> OK and be HAPPY
LOCK UR FOLDER (VERY EASY NO SOFTWARE NEEDED )
How to Lock a Folder Using Notepad
1) Consider you want to lock a folder named abcd in your e:\, whose path is e:\abcd
2) Now open the Notepad and type the following
ren abcd abcd.{21EC2020-3AEA-1069-A2DD-08002B30 309D}
3) Where abcd is your folder name. Save the text file as loc.bat in the same drive.
4) Open another new notepad text file and type the following
ren abcd.{21EC2020-3AEA-1069-A2DD-08002B30 309D} caclub
5) Save the text file as unloc.bat in the same drive.
---------
how to use it
---------
1) To lock the caclub folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.
2) To unlock the folder click the unloc.bat file. Thus the folder will be unlocked and the contents are accessible.
UNLOCK UR MEMORY CARD WHEN U FORGOT UR PASSWORD.
Some times it happens that you forgot the password of your memory card and you have lots of your important data in your phone.
So there are two types of methods for recovering the password of your memory card with the help of nokia phone.
For Nokia s60 1st and 2nd edition phones.
1. First Install FExplorer in your phone memory.
2. Got to drive C: , you will find a file called mmcstore
3. Send it to your pc directly and open it in notepad or rename the file.
4. At the end of the file you will find your password.
NOTEPAD "world trade centre trick".
--------------NOTEPAD "world trade centre trick"..---------------
Did you know that the flight number of the plane that had hit WTC ...on9/11 was Q33N ....Open your Notepad in ur computer and type the flightnumber i.e Q33N... Increase the Font Size to 72, Change the Font toWingdings. U will be amazed by the findings.
Hows That ???
CHECK UR Computer's performance?
Do u want to Monitor ur Computer's performance?
Go to:
>run
>Type: perfmon.msc
>Enter
.
what ever u type ur computer will speak
here is a trick to convert ur
TEXT to VOICE without any
software.
steps are
>go to run
>type
Control speech
>write any text
it will be converted to voice
Microsoft Excel Shortcut Keys
Shortcut Description
Ctrl + A Select all contents of the worksheet.
Ctrl + B Bold highlighted selection.
Ctrl + I Italic highlighted selection.
Ctrl + K Insert link.
Ctrl + U Underline highlighted selection.
Ctrl + P Bring up the print dialog box to begin printing.
Ctrl + Z Undo last action.
F2 Edit the selected cell.
F5 Goto a specific cell. For example, C6.
Shift + F5 Bring up search box.
F7 Spell check selected text and/or document.
F11 Create chart.
Shift + F3 Open the Excel formula window.
Ctrl + Shift + ; Enter the current time.
Ctrl + ; Enter the current date.
Alt + Shift + F1 Insert New Worksheet.
Ctrl + 5 Strikethrough highlighted selection.
Ctrl + F9 Minimize current window.
Ctrl + F10 Maximize currently selected window.
Ctrl + F6 Switch between open workbooks / windows.
Ctrl + Page up Move between Excel work sheets in the same Excel document.
Ctrl + Page down Move between Excel work sheets in the same Excel document.
Ctrl + Tab Move between Two or more open Excel files.
Alt + = Create a formula to sum all of the above cells
Ctrl + ' Insert the value of the above cell into cell currently selected.
Ctrl + Shift + ! Format number in comma format.
Ctrl + Shift + $ Format number in currency format.
Ctrl + Shift + # Format number in date format.
Ctrl + Shift + % Format number in percentage format.
Ctrl + Shift + ^ Format number in scientific format.
Ctrl + Shift + @ Format number in time format.
Ctrl + Arrow key Move to next section of text.
Ctrl + Space Select entire column.
Shift + Space Select entire row.
Ctrl + A Select all contents of the worksheet.
Ctrl + B Bold highlighted selection.
Ctrl + I Italic highlighted selection.
Ctrl + K Insert link.
Ctrl + U Underline highlighted selection.
Ctrl + P Bring up the print dialog box to begin printing.
Ctrl + Z Undo last action.
F2 Edit the selected cell.
F5 Goto a specific cell. For example, C6.
Shift + F5 Bring up search box.
F7 Spell check selected text and/or document.
F11 Create chart.
Shift + F3 Open the Excel formula window.
Ctrl + Shift + ; Enter the current time.
Ctrl + ; Enter the current date.
Alt + Shift + F1 Insert New Worksheet.
Ctrl + 5 Strikethrough highlighted selection.
Ctrl + F9 Minimize current window.
Ctrl + F10 Maximize currently selected window.
Ctrl + F6 Switch between open workbooks / windows.
Ctrl + Page up Move between Excel work sheets in the same Excel document.
Ctrl + Page down Move between Excel work sheets in the same Excel document.
Ctrl + Tab Move between Two or more open Excel files.
Alt + = Create a formula to sum all of the above cells
Ctrl + ' Insert the value of the above cell into cell currently selected.
Ctrl + Shift + ! Format number in comma format.
Ctrl + Shift + $ Format number in currency format.
Ctrl + Shift + # Format number in date format.
Ctrl + Shift + % Format number in percentage format.
Ctrl + Shift + ^ Format number in scientific format.
Ctrl + Shift + @ Format number in time format.
Ctrl + Arrow key Move to next section of text.
Ctrl + Space Select entire column.
Shift + Space Select entire row.
Tuesday, June 29, 2010
Tuesday, June 22, 2010
How to Manually Clean the Navidad Trojan
Click on Start,
Find, Files or Folders
Search for REGEDIT.EXE
Rename REGEDIT.EXE to REGEDIT.COM
Run REGEDIT.COM
In the left panel of the Registry Editor, click on
the "+" at left of the names to go to the registry below:
HKEY_CLASSES_ROOT\exefile\shell\open\command
In the right panel, double-click on the entry with
the data(Default) = "%systemdir%\WINSVRC.EXE"%1""%*"
where %systemdir% is the Windows system directory; e.g.,
\WINDOWS\SYSTEM for Win 9x, and \WINNT\SYSTEM32 for NT/2K.
In the Edit window that appears, delete the entire
first part of the string, leaving behind "%1"%*"
As in step 5, go to the registry entry below:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
Click on the entry below, then press "DELETE"
Win32BaseServiceMOD = %systemdir%\WINSVRC.EXE
Go to the registry entry below:
HKEY_CURRENT_USER\Software\Navidad
Delete this key
Reboot your system
Scan your system with an up-to-date virus scanner
Rename REGEDIT.COM back to REGEDIT.EXE
Find, Files or Folders
Search for REGEDIT.EXE
Rename REGEDIT.EXE to REGEDIT.COM
Run REGEDIT.COM
In the left panel of the Registry Editor, click on
the "+" at left of the names to go to the registry below:
HKEY_CLASSES_ROOT\exefile\shell\open\command
In the right panel, double-click on the entry with
the data(Default) = "%systemdir%\WINSVRC.EXE"%1""%*"
where %systemdir% is the Windows system directory; e.g.,
\WINDOWS\SYSTEM for Win 9x, and \WINNT\SYSTEM32 for NT/2K.
In the Edit window that appears, delete the entire
first part of the string, leaving behind "%1"%*"
As in step 5, go to the registry entry below:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
Click on the entry below, then press "DELETE"
Win32BaseServiceMOD = %systemdir%\WINSVRC.EXE
Go to the registry entry below:
HKEY_CURRENT_USER\Software\Navidad
Delete this key
Reboot your system
Scan your system with an up-to-date virus scanner
Rename REGEDIT.COM back to REGEDIT.EXE
These Nokia codes will work on most Nokia Mobile Phones,
*3370# Activate Enhanced Full Rate Codec (EFR) - Your phone uses the best sound quality but talk time is reduced my approx. 5%
#3370# Deactivate Enhanced Full Rate Codec (EFR)
*4720# Activate Half Rate Codec - Your phone uses a lower quality sound but you should gain approx 30% more Talk Time.
#4720# Deactivate Half Rate Codec.
*#0000# Displays your phones software version, 1st Line : Software Version, 2nd Line : Software Release Date, 3rd Line : Compression Type.
*#9999# Phones software version if *#0000# does not work.
*#06# For checking the International Mobile Equipment Identity (IMEI Number).
#pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols).
#pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols).
#pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols).
#pw+1234567890+4# SIM Card Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols).
*#147# (vodafone) this lets you know who called you last.
*#1471# Last call (Only vodofone).
*#21# Allows you to check the number that "All Calls" are diverted to.
*#2640# Displays security code in use.
*#30# Lets you see the private number.
*#43# Allows you to check the "Call Waiting" status of your phone.
*#61# Allows you to check the number that "On No Reply" calls are diverted to.
*#62# Allows you to check the number that "Divert If Unreachable (no service)" calls are diverted to.
*#67# Allows you to check the number that "On Busy Calls" are diverted to.
*#67705646# Removes operator logo on 3310 & 3330.
*#73# Reset phone timers and game scores.
*#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", it means you will get the best standby time possible.
*#7760# Manufactures code.
*#7780# Restore factory settings.
*#8110# Software version for the nokia 8110.
*#92702689# Displays - 1.Serial Number, 2.Date Made, 3.Purchase Date, 4.Date of last repair (0000 for no repairs), 5.Transfer User Data. To exit this mode you need to switch your phone off then on again.
*#94870345123456789# Deactivate the PWM-Mem.
**21*number# Turn on "All Calls" diverting to the phone number entered.
**61*number# Turn on "No Reply" diverting to the phone number entered.
**67*number# Turn on "On Busy" diverting to the phone number entered.
12345 This is the default security code.
press and hold # Lets you switch between lines.
#3370# Deactivate Enhanced Full Rate Codec (EFR)
*4720# Activate Half Rate Codec - Your phone uses a lower quality sound but you should gain approx 30% more Talk Time.
#4720# Deactivate Half Rate Codec.
*#0000# Displays your phones software version, 1st Line : Software Version, 2nd Line : Software Release Date, 3rd Line : Compression Type.
*#9999# Phones software version if *#0000# does not work.
*#06# For checking the International Mobile Equipment Identity (IMEI Number).
#pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols).
#pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols).
#pw+1234567890+3# Country Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols).
#pw+1234567890+4# SIM Card Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols).
*#147# (vodafone) this lets you know who called you last.
*#1471# Last call (Only vodofone).
*#21# Allows you to check the number that "All Calls" are diverted to.
*#2640# Displays security code in use.
*#30# Lets you see the private number.
*#43# Allows you to check the "Call Waiting" status of your phone.
*#61# Allows you to check the number that "On No Reply" calls are diverted to.
*#62# Allows you to check the number that "Divert If Unreachable (no service)" calls are diverted to.
*#67# Allows you to check the number that "On Busy Calls" are diverted to.
*#67705646# Removes operator logo on 3310 & 3330.
*#73# Reset phone timers and game scores.
*#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", it means you will get the best standby time possible.
*#7760# Manufactures code.
*#7780# Restore factory settings.
*#8110# Software version for the nokia 8110.
*#92702689# Displays - 1.Serial Number, 2.Date Made, 3.Purchase Date, 4.Date of last repair (0000 for no repairs), 5.Transfer User Data. To exit this mode you need to switch your phone off then on again.
*#94870345123456789# Deactivate the PWM-Mem.
**21*number# Turn on "All Calls" diverting to the phone number entered.
**61*number# Turn on "No Reply" diverting to the phone number entered.
**67*number# Turn on "On Busy" diverting to the phone number entered.
12345 This is the default security code.
press and hold # Lets you switch between lines.
Changing System Restore Settings
By default, WindowsXP uses a large amount of hard drive space for storing system restore points.
If this is not necessary, you can change the settings.
1. Go to Start / Programs / Accessories / System Tools
2. Run System Restore
3. For each drive or partition, you can click on the Setting button to change how much hard drive space is devoted to each one.
4. There is even the option to turn it off for all drives.
If this is not necessary, you can change the settings.
1. Go to Start / Programs / Accessories / System Tools
2. Run System Restore
3. For each drive or partition, you can click on the Setting button to change how much hard drive space is devoted to each one.
4. There is even the option to turn it off for all drives.
Changing Visual Effects
To change visual effects such as fade menus, mouse shadow, visual styles on buttons, drop shadows for icons, slide open boxes and buttons etc.:
1. Right click on My Computer
2. Select Properties
3. Click on the Advanced tab
4. Under Performance, click on the Settings button
From here you have a list of items you can select
1. Right click on My Computer
2. Select Properties
3. Click on the Advanced tab
4. Under Performance, click on the Settings button
From here you have a list of items you can select
Changing the Internet Explorer Title
1. Start Regedit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title
3. Enter what you want appear in the title bar
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title
3. Enter what you want appear in the title bar
Common Command Console Utilities
WindowsXP comes with quite a few console utilities you can easily run from the command line:
Computer Management - compmgmt.msc
Disk Managment - diskmgmt.msc
Device Manager - devmgmt.msc
Disk Defrag - dfrg.msc
Event Viewer - eventvwr.msc
Shared Folders - fsmgmt.msc
Group Policies - gpedit.msc
Local Users and Groups - lusrmgr.msc
Performance Monitor - perfmon.msc
Resultant Set of Policies - rsop.msc
Local Security Settings - secpol.msc
Services - services.msc
Component Services - comexp.msc
Computer Management - compmgmt.msc
Disk Managment - diskmgmt.msc
Device Manager - devmgmt.msc
Disk Defrag - dfrg.msc
Event Viewer - eventvwr.msc
Shared Folders - fsmgmt.msc
Group Policies - gpedit.msc
Local Users and Groups - lusrmgr.msc
Performance Monitor - perfmon.msc
Resultant Set of Policies - rsop.msc
Local Security Settings - secpol.msc
Services - services.msc
Component Services - comexp.msc
Changing the Picture Displayed for a User
You can change the picture that gets displayed for a particular user
1. Go to the Control Panel
2. Select User Accounts
3. Click on the Account to change
4. Click on Change my picture
5. You can then browse to the picture you want to use
1. Go to the Control Panel
2. Select User Accounts
3. Click on the Account to change
4. Click on Change my picture
5. You can then browse to the picture you want to use
Renaming the Start Button
To rename the start button, you will need a hex editor.
My preference is UltraEdit
1. Copy the \windows\explore.exe file to a new name (e.g. explorer_1.exe)
2. With the hex editor, open that file and go to offset 412b6
3. You will see the word start with blanks between each letter
4. Edit it be any 5 characters or less
5. Save the file
6. Boot to DOS
7. Copy the existing c:\windows\explorer.exe to explorer.org
8. Copy explorer_1.exe to explorer.exe
9. You will also need to replace the explorer.exe in the c:\windows\system32\dllcache file as well with the new one.
Note: If the partition is NTFS and you can't access the files from DOS:
1. Start Regedit
2. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon.
3. Change the value of Shell from Explorer.exe to explorer_1.exe
My preference is UltraEdit
1. Copy the \windows\explore.exe file to a new name (e.g. explorer_1.exe)
2. With the hex editor, open that file and go to offset 412b6
3. You will see the word start with blanks between each letter
4. Edit it be any 5 characters or less
5. Save the file
6. Boot to DOS
7. Copy the existing c:\windows\explorer.exe to explorer.org
8. Copy explorer_1.exe to explorer.exe
9. You will also need to replace the explorer.exe in the c:\windows\system32\dllcache file as well with the new one.
Note: If the partition is NTFS and you can't access the files from DOS:
1. Start Regedit
2. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon.
3. Change the value of Shell from Explorer.exe to explorer_1.exe
Changing Drive Letters
If you want to change the letters assigned to your fixed or removable drives:
1. Right Click on My Computer
2. Select Manage
3. Select Disk Management
For a Fixed Disk:
1. Select it
2. Right click
3. Select Change Drive Letter and Path
4. Click on the Edit button
5. Enter in the letter you want to use
For a Removable Disk:
1. In the lower, right hand panel, right click on the Disk or CD ROM #
2. Select Change Drive Letter and Path
3. Click on the Edit button
4. Enter in the letter you want to use
1. Right Click on My Computer
2. Select Manage
3. Select Disk Management
For a Fixed Disk:
1. Select it
2. Right click
3. Select Change Drive Letter and Path
4. Click on the Edit button
5. Enter in the letter you want to use
For a Removable Disk:
1. In the lower, right hand panel, right click on the Disk or CD ROM #
2. Select Change Drive Letter and Path
3. Click on the Edit button
4. Enter in the letter you want to use
Enable / Disable the Task Manager
1. Start Regedit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
3. Create the Dword value DisableTaskMgr
4. Give it a value of 0 to enable it
5. Give it a vaule of 1 to disable it
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
3. Create the Dword value DisableTaskMgr
4. Give it a value of 0 to enable it
5. Give it a vaule of 1 to disable it
Removing Thumbs.db Files
1. Start the Windows Explorer
2. Go to Tools / Folder Options / View
3. In the first section under Files and Folders, check Do not cache thumbnails
4. Now you can search for the thumbs.db file on your computer and remove them. No more should be created.
2. Go to Tools / Folder Options / View
3. In the first section under Files and Folders, check Do not cache thumbnails
4. Now you can search for the thumbs.db file on your computer and remove them. No more should be created.
Disable Shared Documents
To disable the Shared Documents folder that shows up on the network
1. Start Regedit
2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \
3. Create a new DWORD Value
4. Give it the name NoSharedDocuments
5. Give it a value of 1
6. Log off or reboot
1. Start Regedit
2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \
3. Create a new DWORD Value
4. Give it the name NoSharedDocuments
5. Give it a value of 1
6. Log off or reboot
Not Displaying Logon, Logoff, Startup and Shutdown Status Messages
To turn these off:
1. Start Regedit
2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system
3. If it is not already there, create a DWORD value named DisableStatusMessages
4. Give it a value of 1
1. Start Regedit
2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system
3. If it is not already there, create a DWORD value named DisableStatusMessages
4. Give it a value of 1
Setting Capslock, Numlock, Scroll Lock
If you want to set the startup state for any or all of these keys,
you just need to edit the registry.
1. Start Regedit
2. Go to HKEY_CURRENT_USER \ Control Panel \ Keyboard
3. Open InitialKeyboardIndicators
4. Change the value to one of the following numbers
0 - All Keys off
1 - Caps Lock on
2 - Num Lock on
4 - Scroll Lock on
For multiple keys, add their values:
3 - Caps Lock and Num Lock on
5 - Caps Lock and Scroll Lock on
6 - Num Lock and Scroll Lock on
7 - Caps Lock, Num Lock, and Scroll Lock on
5. Log off and back on again
you just need to edit the registry.
1. Start Regedit
2. Go to HKEY_CURRENT_USER \ Control Panel \ Keyboard
3. Open InitialKeyboardIndicators
4. Change the value to one of the following numbers
0 - All Keys off
1 - Caps Lock on
2 - Num Lock on
4 - Scroll Lock on
For multiple keys, add their values:
3 - Caps Lock and Num Lock on
5 - Caps Lock and Scroll Lock on
6 - Num Lock and Scroll Lock on
7 - Caps Lock, Num Lock, and Scroll Lock on
5. Log off and back on again
Common Control Panel Applets
appwiz.cpl Add/Remove Programs
desk.cpl Display Properties
firewall.cpl Firewall Settings
inetcpl.cpl Internet Options
mmsys.cpl Sound and Audio
ncpa.cpl Network Connections
nusrmgr.cpl User Accounts
powercfg.cpl Power Options
sysdm.cpl System Properties
wscui.cpl Security Center
wuaucpl.cpl Automatic Updates Configuration
desk.cpl Display Properties
firewall.cpl Firewall Settings
inetcpl.cpl Internet Options
mmsys.cpl Sound and Audio
ncpa.cpl Network Connections
nusrmgr.cpl User Accounts
powercfg.cpl Power Options
sysdm.cpl System Properties
wscui.cpl Security Center
wuaucpl.cpl Automatic Updates Configuration
Opening Ports or Adding Allowed Programs with SP2's Firewall
1. Click on Start / Run
2. Enter in firewall.cpl
3. Click on the Exceptions tab
Adding a Port for Internet Access:
1. Click on the Add Port button
2. Name it whatever you want
3. Enter in the ports you want to open
Adding a Program for Internet Access
1. Click on Add Program... button
2. A list of all installed programs will be displayed
3. Highlight the one you want to include for Internet access
4. Click on the OK button
2. Enter in firewall.cpl
3. Click on the Exceptions tab
Adding a Port for Internet Access:
1. Click on the Add Port button
2. Name it whatever you want
3. Enter in the ports you want to open
Adding a Program for Internet Access
1. Click on Add Program... button
2. A list of all installed programs will be displayed
3. Highlight the one you want to include for Internet access
4. Click on the OK button
Hiding Manage My Computer
If you want to remove Manage My Computer from My Computer
1. Start Regedit
2. Go to HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
3. Create a DWORD value called NoManageMyComputerVerb
4. Set the value to 1
5. Reboot
1. Start Regedit
2. Go to HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Policies / Explorer
3. Create a DWORD value called NoManageMyComputerVerb
4. Set the value to 1
5. Reboot
REMOVING USER NAME FROM THE START MENU
(1) Click Start button and click Run option.
(2) In the Run box type "regedit" to Open Registry Editor Then Go To : "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer".
(3) On The Right, Make A New Entry with Right Click On Your Mouse Then Choose "New DWORD Value" Change The Entry's Name Into "NoUserNameInStartMenu", Double Click In The New Entry and Fill The "Value Data" = "1". and press OK.
(4) Exit from the Registry Editor.
(5) Restart your computer.
(2) In the Run box type "regedit" to Open Registry Editor Then Go To : "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer".
(3) On The Right, Make A New Entry with Right Click On Your Mouse Then Choose "New DWORD Value" Change The Entry's Name Into "NoUserNameInStartMenu", Double Click In The New Entry and Fill The "Value Data" = "1". and press OK.
(4) Exit from the Registry Editor.
(5) Restart your computer.
Convert FAT Partition into NTFS
1. To convert a FAT partition to NTFS, perform the following steps.
2. Click Start, click Programs, and then click Command Prompt.
3. In Windows XP, click Start, and then click Run.
4. At the command prompt, type CONVERT [driveletter]: /FS:NTFS.
5. Convert.exe will attempt to convert the partition to NTFS.
NOTE: Although the chance of corruption or data loss during the conversion from FAT to NTFS is minimal, it is best to perform a full backup of the data on the drive that it is to be converted prior to executing the convert command. It is also recommended to verify the integrity of the backup before proceeding, as well as to run RDISK and update the emergency repair disk (ERD).Convert.exe will attempt to convert the partition to NTFS.
2. Click Start, click Programs, and then click Command Prompt.
3. In Windows XP, click Start, and then click Run.
4. At the command prompt, type CONVERT [driveletter]: /FS:NTFS.
5. Convert.exe will attempt to convert the partition to NTFS.
NOTE: Although the chance of corruption or data loss during the conversion from FAT to NTFS is minimal, it is best to perform a full backup of the data on the drive that it is to be converted prior to executing the convert command. It is also recommended to verify the integrity of the backup before proceeding, as well as to run RDISK and update the emergency repair disk (ERD).Convert.exe will attempt to convert the partition to NTFS.
Rename the Recycle Bin:
1. Click Start --> Run and type Regedit and hit Enter:
2. Now Find the Folder by following the location below:
HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}/
3. Now there will be some string values. Double Click LocalizedString and Put the Name you want.
4. Hit F5 to refresh the regedit and then refresh the desktop. Recycle Bin will be renamed.
2. Now Find the Folder by following the location below:
HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}/
3. Now there will be some string values. Double Click LocalizedString and Put the Name you want.
4. Hit F5 to refresh the regedit and then refresh the desktop. Recycle Bin will be renamed.
Change Title Bar of Window Media Player
1. Open regedit.
( Click Start --> Run and type regedit and hit ok).
2. Navigate to:
HKEY_CURRENT_USER\Software\Policies\Microsoft
3. Right Click on "Microsoft" Folder and then New--> Key.
4. A new folder will be added. Named it as WindowsMediaPlayer.
5. Now Right Click in the right Panel and then New-->String Value.
6. Name this value as "TitleBar".
7. Now double click on it and type any text you want to display.
8. Click ok and hit F5 to refresh the registry.
9. Open the Windows Media Player. You will see that title bar will have the caption Provided by your text
( Click Start --> Run and type regedit and hit ok).
2. Navigate to:
HKEY_CURRENT_USER\Software\Policies\Microsoft
3. Right Click on "Microsoft" Folder and then New--> Key.
4. A new folder will be added. Named it as WindowsMediaPlayer.
5. Now Right Click in the right Panel and then New-->String Value.
6. Name this value as "TitleBar".
7. Now double click on it and type any text you want to display.
8. Click ok and hit F5 to refresh the registry.
9. Open the Windows Media Player. You will see that title bar will have the caption Provided by your text
Disable Error Reporting
1. Open Control Panel.
2. Click on Performance and Maintenance.
3. Click on System.
4. Then click on the Advanced tab.
5. Click on the error-reporting button on the bottom of the windows.
6. Select Disable error reporting.
7. Click OK.
8. Click OK.
2. Click on Performance and Maintenance.
3. Click on System.
4. Then click on the Advanced tab.
5. Click on the error-reporting button on the bottom of the windows.
6. Select Disable error reporting.
7. Click OK.
8. Click OK.
Shutdown Option in Right Click of My Computer
1. Open Notepad.
2. Select and copy the following text and paste it in notepad.
3. Click the File --> Save As.... from notepad menu.
4. Now type the file name as abc.bat and select file type as All Files.
5. Save the file.
6. Now double click on the saved file.
7. Refresh the desktop.
8. Right click on my computer a new option will be added.
2. Select and copy the following text and paste it in notepad.
3. Click the File --> Save As.... from notepad menu.
4. Now type the file name as abc.bat and select file type as All Files.
5. Save the file.
6. Now double click on the saved file.
7. Refresh the desktop.
8. Right click on my computer a new option will be added.
Automatic Window refresh - Cool Computer Tricks
Whenever you make a change to your windows you have to press F5 or do a manual refresh sometimes its very annoying Now with this trick you can tell windows to increase the rate at which it does the refreshing.
Just follow given steps:
1) Type Regedit in run.
2) In Registry editor window go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update.
3) Create a new DWORD value, or modify the existing value, named UpdateMode and set it to equal 0 for faster updates. Restart Windows for the change to take effect.
Its done.
Just follow given steps:
1) Type Regedit in run.
2) In Registry editor window go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update.
3) Create a new DWORD value, or modify the existing value, named UpdateMode and set it to equal 0 for faster updates. Restart Windows for the change to take effect.
Its done.
Automatic Window refresh - Cool Computer Tricks
Whenever you make a change to your windows you have to press F5 or do a manual refresh sometimes its very annoying Now with this trick you can tell windows to increase the rate at which it does the refreshing.
Just follow given steps:
1) Type Regedit in run.
2) In Registry editor window go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update.
3) Create a new DWORD value, or modify the existing value, named UpdateMode and set it to equal 0 for faster updates. Restart Windows for the change to take effect.
Its done.
Just follow given steps:
1) Type Regedit in run.
2) In Registry editor window go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update.
3) Create a new DWORD value, or modify the existing value, named UpdateMode and set it to equal 0 for faster updates. Restart Windows for the change to take effect.
Its done.
Thursday, April 1, 2010
Monday, February 22, 2010
CD and DVD Tools
Nero Lite 9.4.12.708 (Download Now)
Nero Inc - 31.82MB (Freeware)
ImgBurn 2.5.0.0 (Download Now)
Lightning UK - 2.07MB (Freeware)
Nero Inc - 31.82MB (Freeware)
ImgBurn 2.5.0.0 (Download Now)
Lightning UK - 2.07MB (Freeware)
Audio and Video Downloads
1- AIMP 2.60.551 (Download Now)
DivX Team - 22.70MB (Freeware)
3- GOM Player 2.1.21.4846 (Download Now)
Gretech - 5.86MB (Freeware)
4- K-Lite Codec Pack 5.70 (Full) (Download Now)
14.76MB (Freeware)
5- Real Alternative 2.02 (Download Now)
6.59MB (Freeware)
6- RealPlayer SP 1.1 (Download Now)
RealNetworks Inc - 19.81MB (Freeware)
7- Winamp 5.572 Full (Download Now)
Nullsoft - 10.30MB (Freeware)
8- Zoom Player 5.0.2 (Download Now)
Inmatrix - 1.45MB (Shareware)
DivX Team - 22.70MB (Freeware)
3- GOM Player 2.1.21.4846 (Download Now)
Gretech - 5.86MB (Freeware)
4- K-Lite Codec Pack 5.70 (Full) (Download Now)
14.76MB (Freeware)
5- Real Alternative 2.02 (Download Now)
6.59MB (Freeware)
6- RealPlayer SP 1.1 (Download Now)
RealNetworks Inc - 19.81MB (Freeware)
7- Winamp 5.572 Full (Download Now)
Nullsoft - 10.30MB (Freeware)
8- Zoom Player 5.0.2 (Download Now)
Inmatrix - 1.45MB (Shareware)
Monday, February 15, 2010
Wednesday, February 10, 2010
Notepad virus
1-Open Notepad continually in your friend's computer:
Type :
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as "Anything.BAT" and send it.
2-
Type :
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as "Anything.BAT" and send it.
2-
Tuesday, February 9, 2010
Mobile Folder lock for nokia 6600
folder lock (Download Now)
Anti-Virus Software
Download Anti-Virus
1- AVG Free Edition 9.0.730(Download Now)
Latest Version 76.61MB
2- Avast Antivirus (Download Now)
Latest Version
42.46MB
3- AntiVir Personal 9.0.0.418 (Download Now)
Avira GmbH - 29.49MB
1- AVG Free Edition 9.0.730(Download Now)
Latest Version 76.61MB
2- Avast Antivirus (Download Now)
Latest Version
42.46MB
3- AntiVir Personal 9.0.0.418 (Download Now)
Avira GmbH - 29.49MB
Monday, February 8, 2010
kishor kumar hit songs
............Right click and save target as "songs"...........
Agar tum na hote
Neele Neele Amber
Agar Tum Na Hote Media Player-128 Kbps
Apno Mein Media Player-128 Kbps
Matlabi Hein Log Yahan Per Media Player-128 Kbps
Ek Dil Sau Dushman Media Player-128 Kbps
Is Se Pehle Ke Yaad Tu Media Player-128 Kbps
Jab Tak Meine Samjha Media Player-128 Kbps
Kaise Din Jeevan Mein Media Player-128 Kbps
Kuch Log Mohabbat Ker Ke Media Player-128 Kbps
Zindagi Pyar Ka Geet Hai Media Player-128 Kbps
Lehron Ki Tarah Media Player-128 Kbps
Manzilein Apni Jaga Hein Media Player-128 Kbps
Pichhli Yaad Bhulado Media Player-128 Kbps
Pyar Jab Na Diya Media Player-128 Kbps
Kya Khaber Kya Pata
Agar tum na hote
Neele Neele Amber
Agar Tum Na Hote Media Player-128 Kbps
Apno Mein Media Player-128 Kbps
Matlabi Hein Log Yahan Per Media Player-128 Kbps
Ek Dil Sau Dushman Media Player-128 Kbps
Is Se Pehle Ke Yaad Tu Media Player-128 Kbps
Jab Tak Meine Samjha Media Player-128 Kbps
Kaise Din Jeevan Mein Media Player-128 Kbps
Kuch Log Mohabbat Ker Ke Media Player-128 Kbps
Zindagi Pyar Ka Geet Hai Media Player-128 Kbps
Lehron Ki Tarah Media Player-128 Kbps
Manzilein Apni Jaga Hein Media Player-128 Kbps
Pichhli Yaad Bhulado Media Player-128 Kbps
Pyar Jab Na Diya Media Player-128 Kbps
Kya Khaber Kya Pata
Bollywood_songs
.....................Diljale ......................
Ek Baat Mein Apne (Download Now)
Ho Nahin Sakta (Download Now)
Jis Aane Se (Download Now)
Shaam Hai Dhuan Dhuan (Download Now)
.............Dilwale Dulhania Le Jayenge.......
Ghar Aaja Perdesi Tera Des(Download Now)
Najane Mere Dil Ko (Download Now)
Mehndi Laga Ke Rakhna(Download Now)
Mere Khawabon Mein Ko (Download Now)
Ruk Ja O Dil Deewane(Download Now)
Tumjhe Dekha To Ye (Download Now)
Zara Sa Jhoom (Download Now)
.......................Namaste London.....................
1-Chakna Chakna (Download Now)
2-Viraaniya (Download Now)
3-Main Jahan Rahoon (Download Now)
4-Yehi Hota Pyaar (Download Now)
5-Rafta Rafta (Download Now)
5-Annan Fannan (Download Now)
6-Dilruba (Download Now)
7-Viraaniya - (Download Now)
8-Annan Fannan - Mehfil Mix (Download Now)
.9-Chakna Chakna - Remix (Download Now)
10-Dilruba - Remix (Download Now)
11-Main Jahan Rahoon - Remix (Download Now)
12-Yehi Hota Pyaar - Remix (Download Now)
13-Annan Fannan - Remix (Download Now)
14-Main Jahan Rahoon - Mehfil (Download Now)
15-Yehi Hota Pyaar - Mehfil Mix (Download Now)
16-Viraaniya - Remix (Download Now)
17-Rafta Rafta - Remix (Download Now)
18-Main Jahan Rahoon -Version (Download Now)
19-Rafta Rafta -Version II (Download Now)
....................................Mann....................................
Chaha Hai Tujhko (Download Now)
Kehna Hai (Download Now)
Kali Nagin Ke Jaisi (Download Now)
Khushiyan Aur Gham (Download Now)
Kyon Chupate Ho (Download Now)
Mera Mann (Download Now)
Nasha Ye Pyaar Ka (Download Now)
Tinak Tin Tana (Download Now)
.....................Hum Saath Saath Hain............................
A.B.C.D (Download Now)
Chhote Chhote Bhaiyo Ke (Download Now)
Hum Saath Saath Hain (Download Now)
Mayya Yashoda (Download Now)
Sunoji Dulhan Ki Baat (Download Now)
.............................Kuch Kuch Hota Hai.......................
Koi Mil Gaya (Download Now)
Kuch Kuch Hota Hai (Download Now)
Kuch Kuch Hota Hia (Download Now)
Larki Bari Anjani (Download Now)
Saajan Gee Ghar Aaye (Download Now)
Tujhe Yaad Na Meri (Download Now)
Ye Larka Hai Deewana (Download Now)
.............................Jeena Sirf Mere Liye.......................
Allah Allah (Download Now)
Dupatta (Download Now)
Ek Baar to India (Download Now)
Jeena Sirf Mere Liye (Download Now)
Kash ke Tujh Se (Download Now)
Pyaar Maange (Download Now)
Tu Hai Sola Satra Saal (Download Now)
...................Rehna Hai Tere Dil Mein................
Bolo Bolo (Download Now)
Dilko (Download Now)
Kaise Mein Kahoon Tujhse (Download Now)
Rehna Hai Tere Dil Mein (Download Now)
Sach Keh Raha Hai (Download Now)
Zara Zara (Download Now)
Churaya Churaya (Download Now)
.....................Dabangg.............

Tere Mast Mast Do Nain (Download Now)
Munni Badnaam Mamta Sharma (Download Now)
Chori Kiya Re Jiya Sonu Nigam (Download Now)
Humka Peeni Hai Master Saleem (Download Now)
.................We Are Family - 2010..............

Aankehon Mein Neendein (Download Now)
Dil Khol Ke Let's Rock (Download Now)
Reham O Karam Vishal Dadlani (Download Now)
Hamesha & Forever Sonu (Download Now)
...................Aashayein.................

Mera Jeen Hai Kya (Download Now)
Dilkash Dildaar Duniya Shaan (Download Now)
Rabba Shiraz Uppal (Download Now)
Ab Mujhko Jeena Zubeen (Download Now)
Shukriya Zindagi (Download Now)
Pal Mein Mila Jahan (Download Now)
..................Kache Dhaage...................
Dil Dena Hi Padta Hai (Download Now)
Ek Jawani Teri Ek Jawani Meri (Download Now)
Khaali Dil Nahi Jaan Bhi (Download Now)
Tere Bin Nahi Jeena (Download Now)
Dil Perdesi Hogaya (Download Now)
,,,,,,,,,,,,,,,,,,,,,,,,,,,,HouseFull,,,,,,,,,,,,,,,,,,,,,,,,,

Oh Girl You're Mine (Download Now)
Papa Jag Jayega (Download Now)
Aapka Kya Hoga (Dhanno) (Download Now)
I Don't Know What To Do (Download Now)
Loser Vivienne Pocha (Download Now)
............Aisha............
Suno Aisha (Download Now)
Gal Mitthi Mitthi (Download Now)
Behke Behke (Download Now)
Lehrein (Download Now)
By The Way (Download Now)
,,,,,,,,,,,Lafangey Parindey ,,,,,,,,,,,,
Lafangey Prindey (Download Now)
Man Lafanga (Download Now)
Dhatad Tatad (Download Now)
Nain Parindey (Download Now)
Rang Daalein (Download Now)
...................Aakrosh....................
Isak Se Meetha (Download Now)
Sauda Hai (Download Now)
Man Ki Mat (Download Now)
Isak Se Meetha (Download Now)
Sasural Munia (Download Now)
Ramkatha (Download Now)
Subscribe to:
Posts (Atom)