Wednesday, December 12, 2007

WINDOWS XP TRICKS (Learn Part 11)

WINDOWS XP TRICKS


56. Get back to old days, see the file attributes in Windows Explorer


I have noticed that in Windows Explorer, when you click on the detailed mode, you do not see the file attributes any more. This used to be there in previous versions of Windows (Well in office, I still use Windows 95 and Windows Explorer out there shows the file attributes).

If you want to enable this setting, do this:


In regedit, navigate to [HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced] and look for key "ShowAttribCol". You may not find it there if this is your first time.

In this case, create a new DWORD key "ShowAttribCol" and set its value to 1 to enable it.


57. Stop a user from changing Start Menu


This can be considered a security tip. If you want to restrict modifications to Start menu, do the
following:


In regedit, navigate to [HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer]
and look for key "NoChangeStartMenu".

Set its valueto 1 to enable it to stop users from changing the Start Menu.


58. Control Scrolling or Cascading behavior of Start Menu


If there are more items in Start-Program menu than can be shown in a single screen, then windows has to do either scrolling or cascading effect to display rest of the items. You can tell Windows what to do by doing this:


In regedit, navigate to [HKEY_CURRENT_USER\\Software\\Microsoft\\Windows
\\CurrentVersion\\Explorer\\Advanced] and look for key "StartMenuScrollPrograms".

You may not find it there if this is your first time. In this case, create a new STRING key "StartMenuScrollPrograms" and set its value to "YES" to enable scrolling or "NO" for the cascading effect.


59. Want to remove shared documents folder from My Computer window ?


Microsoft has done a fabulous job in the making of Windows XP. But least to say, no two people are alike. Some of the default features that Microsoft thought was good may not be liked by you at all. I have read various newsgroups and chats and one thing I noticed is that some don't like my shared documents folder option. If you are one of that, here is a trick to remove it.Open registry editor by going to START-RUN and entering regedit.

Once in registry, navigate to key


HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Explorer \\ MyComputer \\ 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.


60. Want to have more options in the Add/Remove program list


All programs that are available on your Windows XP system are not available for removal. For
example wordpad. I mean you don't want to remove wordpad from Add/Remove program list, but that serves just as an example.

So why are some programs in the list and some not. Its not a game of Random numbers. There many a few unique methods through which we can control what appears on list and what does not.

If you have installed Windows in C: drive , Go to C:\\WINDOWS\\inf (substituting the correct drive letter for your version of Windows) and open the sysoc.inf file.

File contents looks like this: See the components that have word HIDE as second last item on the row.


This hide tells system to not to display those items/apps in the Add/Remove program list.

If you want to have this item in list, simply replace it with blank. I think you understand what am I saying


[Version]
Signature = "$Windows NT$"
DriverVer=07/01/2001,5.1.2600.0
[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,fp40ext.inf,,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7
IEAccess=ocgen.dll,OcEntry,ieaccess.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
[Global]
WindowTitle=%WindowTitle%
WindowTitle.StandAlone="*"

warning :


All the Tricks which had shown in this site is just for Teaching and Learning purpose.use all tricks on your personal risk.


Mail me at masteragarwal@yahoo.com to receive latest updates and source cods and be in touch.

No comments: