Build your professional network on facebook via our app Go to app
 
 1 of 7 in Topic  Next >>
Topic : Cloud Computing
  Rate : 
 
By : sameer kamble, IT Manager, indsoft systems
Activity:  8 comments  701 views  last activity : 08 08 2012 00:47:55 +0000
 Refer 636
Share
 
 
 

Enabling NumLock on by Default

To have numlock turned on for each user:

Start Regedit
Go to HKEY_CURRENT_USER\Control Panel\Keyboard\InitialKeyboardIndicators
Change the value from 0 to 2
Turn Numlock on manually
Log off and back on again.
For all users, make the same change to HKEY_USERS\.DEFAULT\Control Panel\Keyboard\InitialKeyboardIndicators

Increasing File System Caching

To increase the amount of memory Windows will locked for I/O operations:

Start Regedit
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management
Edit the key IoPageLockLimit
4096 - 32megs of memory or less
8192 - 32+ megs of memory
16384 - 64+ megs of memory
32768 - 128+ megs of memory
65536 - 256+ megs of memory

Adding / Removing Additional Programs

By default, WindowsXP does not display all the programs you can add or remove.

To show this list:

Edit the \Windows\Inf\sysoc.inf file

In the Components section, simply remove the word hide.
This will leave two commas together (like on the rest of the items).
Then you can go to the Control Panel / Add or Remove Programs / Add/Remove Windows Components and the new items will be displayed.

[Components]
NtComponents=ntoc.dll,NtOcSetupProc,,4
WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7
Display=desk.cpl,DisplayOcSetupProc,,7
Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7
NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7
iis=iis.dll,OcEntry,iis.inf,,7
com=comsetup.dll,OcEntry,comnt5.inf,hide,7
dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7
IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7
TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2
msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6
ims=imsinsnt.dll,OcEntry,ims.inf,,7
fp_extensions=fp40ext.dll,FrontPage4Extensions,fp4 0ext.inf,,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
msnexplr=ocmsn.dll,OcEntry,msnmsn.inf,,7
smarttgs=ocgen.dll,OcEntry,msnsl.inf,,7
RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7


Games=ocgen.dll,OcEntry,games.inf,,7
AccessUtil=ocgen.dll,OcEntry,accessor.inf,,7
CommApps=ocgen.dll,OcEntry,communic.inf,HIDE,7
MultiM=ocgen.dll,OcEntry,multimed.inf,HIDE,7
AccessOpt=ocgen.dll,OcEntry,optional.inf,HIDE,7
Pinball=ocgen.dll,OcEntry,pinball.inf,HIDE,7
MSWordPad=ocgen.dll,OcEntry,wordpad.inf,HIDE,7
ZoneGames=zoneoc.dll,ZoneSetupProc,igames.inf,,7

Changing the Internet Explorer Title

Start Regedit
Go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title
Enter what you want appear in the title bar

Automatically Ending Non-Responsive Tasks

Start Regedit
Go to HKEY_CURRENT_USER\Control Panel\Desktop\AutoEndTasks
Set the value to be 1
In the same section, change the WaitToKillAppTimeout to the number of milliseconds you want.

Increasing System Performance

If you have 512 megs or more of memory, you can increase system performance
by having the core system kept in memory.

Start Regedit
Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Memory Management\DisablePagingExecutive
Set the value to be 1
Reboot the computer

To turn off balloon tips in applications that support XP Themes:

Start Regedit
Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced\
Create a DWORD value of EnableBalloonTips
Give it a value of 0
Disable the Remote Desktop Sharing (RDS) icon's menu
Disable the Remote Desktop Sharing (RDS) icon's menu

To Disable the Remote Desktop Sharing (RDS) icon's menu:

Start Regedit
Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Conferencing \Mcpt
Create a new string value (Click on Edit > New > String Value).
Name the value Nx
Double-click on it and set it's value to 1
Close the registry
Now the menu options will be grayed out.

Disable Shared Documents

To disable the Shared Documents folder that shows up on the network

Start Regedit
Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \
Create a new DWORD Value
Give it the name NoSharedDocuments
Give it a value of 1
Log off or reboot

Show Hidden Devices

You can show hidden devices in the Device Manager. One way is by making a simple registry change. The other is through a batch file.

Start Regedit
Go to HKEY_LOCAL_MACHINE \ SYSTEM \ ControlSet001 \ Control \ Session Manager \ Environment
Create a string DEVMGR_SHOW_NONPRESENT_DEVICES
Give it a value of 1

Disable Passport Pop-Up

Normally, WindowsXP will prompt you 10 times that You Need a Passport to use WindowsXP Internet communication features...

To disable this

Start Regedit
Go to HKEY_CURRENT_USER \ Software \ Microsoft \ MessengerService
Edit the binary key PassportBalloon
Give it a value of 0A (0A 00 00 00)

Preventing Applications from Stealing the Focus

To prevent applications from stealing the focus from the window you are working

Start Regedit
Go to HKEY_CURRENT_USER \ Control Panel \ Desktop
Edit the key ForegroundLockTimeout
Give it a value of 00030d40

Creating a Password Recovery Disk

In case you forget your password, you can create a password recovery floppy disk beforehand to help you out of this problem.

Single-click Start menu
Go to the Control Panel / User Accounts
Click the User Account
On the left hand side, click on Prevent forgotten password
You will need to know your password to create the disk.
If you don't remember your password sometime in the future, click on the green arrow like normal at the login and you will be prompted to insert the password recover disk.

Renaming the Start Button

To rename the start button, you will need a hex editor.
My preference is UltraEdit

Copy the \windows\explore.exe file to a new name (e.g. explorer_1.exe)
With the hex editor, open that file and go to offset 412b6
You will see the word start with blanks between each letter
Edit it be any 5 characters or less
Save the file
Boot to DOS
Copy the existing c:\windows\explorer.exe to explorer.org
Copy explorer_1.exe to explorer.exe
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:

Start Regedit
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon.
Change the value of Shell from Explorer.exe to explorer_1.exe

Changing the Registered Owner

Start Regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
From there you can edit the name in the Registered Owner key

Enable / Disable the Task Manager

Start Regedit
Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System
Create the Dword value DisableTaskMgr
Give it a value of 0 to enable it
Give it a vaule of 1 to disable it

dedicated server
computer help

 
8 comments on "Some Useful Windows Tricks"
  Commented by  Business Management Consultant, : I can provide you with Management Consulting & Counseling Services    | 08 08 2012 00:47:54 +0000
Thanks for sharing. This is good to know and this information can help someone out in many  situations. 
  Commented by  Sairam. M, System Administrator    | 05 25 2011 11:29:02 +0000
I WANNA TRY THIS BY USING COMMAND PROMPT, SINCE HKLM AND HKCU BOTH SUPPORT IN CMD MODE, RATHER THAN GUI MODE.  

IF ANYBODY WANTS SYNTAX DO CONTACT ME IN THIS SITE, I CAN WRITE SYNTAX FOR YOU EITHER ON THE STAND ALONE SYSTEM OR MEMBER SERVER (REMOTE REGISTRY).  I AM SURE MOST OF THE PEOPLE DO NOT KNOW HOW TO ACCESS THROUGH CMD, THEY SIMPLY COPY FROM THE WEB PAGE AND PASTE IN THE RUN DIALOGUE BOX AND HIT ENTER.  


THANKS FOR SHARING SIR......SUPERB!!
  Commented by  Yogin Vora, Pursuing PG student, Chetana's Institute of Management Studies and Research    | 03 13 2011 19:06:12 +0000
the post title should b Windows trick for dummies lol!

http://managementfunda.com/
  Commented by  T.Ramakrishnan, Desktop support engineer, Progressive Infotech Pvt Ltd    | 09 23 2010 05:01:45 +0000
Thank a lot sameer,Iam grateful to u 
  Commented by  Sharad, Software Developer, Tripura Technologies    | 09 22 2010 07:38:29 +0000
Thank Sameer for sharing very usefull information....

  Commented by  Santosh A. Jadhav, Executive - Business Development, Titan Aeration    | 09 21 2010 18:37:52 +0000
very nice and useful,,,,,

thanks.......keep sharing
  Commented by  Puja Sarkar, Software Developer , Softpal Technologies Pvt Ltd    | 09 21 2010 11:08:46 +0000
Rating : +1 
Amazing information worth reading it...... will try out this today..... thanks sameer :):):)   
  Commented by  Yonathan Wattimena, Technical Consultant, PT Berlian Sistem Informasi    | 03 22 2010 09:27:36 +0000
Rating : +1 
great...thanks a lot pal..
Add your comment on "Some Useful Windows Tricks"

Rate:
Submit
Leading recruitment firm
Leading recruitment firm
Viewers also viewed
Don’t forget the power of    POSTCARDS. Often that is all you need to get the basic message...
 
28 referals 27 comments, 719 views
No vs Yes
 
309 referals 5 arguments, 151 views
In today's world of fast food, fast cars, and instant gratification, people expect to be in touch...
 
5 referals 14 comments, 1354 views
more...  
Recent Knowledge (18)
In world of financial engineering , I have this information to share with you . Well the...
4 referals 3 comments, 747 views
The King is ailing, who will succeed the King? That is of course the question on the mind of...
 
1171 referals 13 comments, 274 views
A 28 year old, Divya Narendra, son of an Indian immigrant doctor couple in the U.S., has moved...
 
192 referals 24 comments, 5526 views
more...  
More From Author
The exceptionally low temperatures in northern India have led to the mercury closing in on single digits in the city in recent days. But the scorching, sweltering summers aren't far away and no one appreciates the malady more than a suburban rail...
While installing payment gateway on windows server with java. its useful.
Tips for avoid sleepiness During the Day at work
more...