0% found this document useful (0 votes)
70 views

Trick

Uploaded by

api-3713690
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views

Trick

Uploaded by

api-3713690
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 11

for lan connections well buddies for those who are using t1/lan connections, here

are the steps for speeding up lan browsing without further to do.....

1: open the registry editor.

2: navigate to the location


hkey_local_machine\software\microsoft\windows\currentversion\explorer\remotecomput
er\namespace and delete the key {d6277990-4c6a-11cf-8d87-00aa0060f5bf}

3: close the registry editor and restart windows...

hkey_local_machine\software\microsoft\windows\currentversion\explorer\remotecomput
er\namespace\

{d6277990-4c6a-11cf-8d87-00aa0060f5bf}

(default) reg_sz scheduled tasks

turn on ur pc in just 10 seconds


turn on ur pc in just 10 seconds
aight so u wanna know how to turn the pc on in 10 seconds (may vary)aight heres
what u have to do to turn ur pc on in 10 seconds

aite click on the start button then press r it will take u to run well go to run
n type regedit
press enter
this will open registery editor
now look for the key

hkey_loacal_mechine\system\currentcontrolset\contr ol\contentindex

now there find the key called


"startup delay"
double click on it
now where its base
click decimal
now its default value is 4800000 (75300:hexadecimal)
change the value to 40000
here u go u have done it
now close the registery editor and restart your computer
you'll see the result
comments apriciated
speed up your hard disk
speed up your hard disk
to speed up your hard disk speed we need to configure a special buffer in the
computer's memory in order to enable it to better deal with interrupts made from
the disk.
this tip is only recommended if you have 256mb ram or higher.
follow these steps:

run sysedit.exe from the run command.

expand the system.ini file window.

scroll down almost to the end of the file till you find a line called [386enh].

press enter to make one blank line, and in that line type

irq14=4096

note: this line is case sensitive!!!

click on the file menu, then choose save.

close sysedit and reboot your computer.

done. speed improvement will be noticed after the computer reboots.


update: the most speed improvement is visible with ide drives, however there are
reports that this tweak also does good for scsi disks. in any case, it won't harm
your system, so why not try it yourself and let me know what you find

try to create a folder in windows with either of these names--


"con" or "nul" or "aux" or "lpt1".
windows will not let u create ....

reason: all this correspond to some of the famous ports

>con corresponds to the console


>lpt1 corresponds to printer and so on....
how to rename the recycle bin
to change the name of the recycle bin desktop icon, open regedit and go to:

hkey_classes_root/clsid/{645ff040-5081-101b-9f08-00aa002f954e}

j??t�
few registry messup tricks
index:

add openwith to all files


backup/restore the registry
lockout unwanted users
customize the system tray
changing windows' icons
change registered user
change registered owner
add/remove sound events
open a dos window to a folder
change exchange/outlook mailbox
add apps to right click
add explore to all folders
creating a logon banner
creating a default file opener
changing the tips of the day
automatic screen refresh
disable password caching
removing items from new
recycle bin edits
disabling my computer
changing desktop icons
turn off window animation
change/add restriction and features
change keyboard layout
making telnets window larger
multiple columns for the start menu
change default folder locations
disabling drives in my computer
disable the outlook express splash screen
change location of windows installation files
change the caption on the title bar for outlook
change the caption on the title bar on i.e.
clearing the documents menu automatically
disabling the right-click on the start button
opening the explorer from my computer
setting the minimum password length
add\delete programs to run on boot up
removing the shortcut icon arrows
changing your modem's initialization string
increasing the modem timeout
clear apps from add/remove
the fix for grayed out boxes
adding items to the start button
change the maxmtu for faster downloads
remove open, explore & find from start menu
more protection for system files
delete registry keys from command line 25/03/2007 j??t�
add open with to all files
you can add "open with..." to the right click context menu of all files.this is
great for when you have several programs you want to open the same file types
with. i use three different text editors so i added it to the ".txt" key.

1. open regedit
2. go to hkey_classes_root\*\shell
3. add a new key named "openwith" by right clicking the "shell" key and selecting
new
4. set the (default) to "op&en with..."
5. add a new key named "command" by right clicking the "openwith" key and
selecting new
6. set the (default) to "c:\windows\rundll32.exe shell32.dll,openas_rundll %1",
c:\ being your windows drive. you must enter the "openas_rundll %1" exactly this
way.

backup and restore registry

if you are in msdos, at the c:\windows prompt type


attrib -s -r -h c:\windows\system.dat (press enter)
attrib -s -r -h c:\windows\user.dat (press enter)
to make the backup copies type:

copy c:\windows\system.dat c:\windows\system.000 (press enter)


copy c:\windows\user.dat c:\windows\user.000 (press enter)
to restore the registry

copy c:\windows\system.000 c:\windows\system.dat (press enter)


copy c:\windows\user.000 c:\windows\user.dat (press enter)

lockout unwanted users

want to keep people from accessing windows, even as the default user? if you do
not have a domain do not attempt this.

1. open regedit
2. go to hkey_local_machine\network\logon
3. create a dword value "mustbevalidated"
4. set the value to 1
this forced logon can be bypassed in safe mode on windows 9x delete 25/03/2007
j??t�
customize system tray
you can add your name or anything you like that consists of 8 characters or less.
this will replace the am or pm next to the system time. but you can corrupt some
trial licenses of software that you may have downloaded.

1. open regedit
2. go to hkey_current_user\control panel\international
3. add two new string values, "s1159" and "s2359"
4. right click the new value name and modify. enter anything you like up to 8
characters.

if you enter two different values when modifying, you can have the system tray
display the two different values in the am and pm.

change windows icon

you can change the icons windows uses for folders, the start menu, opened and
closed folder in the explorer, and many more.

1. open regedit
2. go to
hkey_local_machine\ software\ microsoft\ windows\ currentversion\ explorer\ shell
icons
3. add a string value for each icon you wish to change.
example: "3" ="c:\windows\icons\myicon.ico,0" this will change the closed folders
in the explorer to "myicon.ico". here is a complete list for each value.

0= unknown file type


1= msn file types
2= applications generic
3= closed folder
4= open folder
5= 5.25" drive
6= 3.25" drive
7= removable drive
8= hard drive
9= network drive
10= network drive offline
11= cd-rom drive
12= ram drive
13= entire network 14= network hub
15= my computer
16= printer
17= network neighborhood
18= network workgroup
19= start menu's program folders
20= start menu's documents
21= start menu's setting
22= start menu's find
23= start menu's help
24= start menu's run
25= start menu's suspend
26= start menu's pc undock
27= start menu's shutdown 28= shared
29= shortcut arrow
30= (unknown overlay)
31= recycle bin empty
32= recycle bin full
33= dial-up network
34= desktop
35= control panel
36= start menu's programs
37= printer folder
38= fonts folder
39= taskbar icon
40= audio cd

you need to reboot after making changes. 25/03/2007 j??t�


change the registered change the user information

you can change the registered owner or registered organization to anything you
want even after windows is installed.

1) open regedit
2) got to
hkey_local_machine\software\microsoft\windows\currentversion.
3) change the value of "registeredorganization" or "registeredowner", to what ever
you want

add/remove sound events in control panel

you can add and delete sounds events in the control panel. in order to do that:

1. open regedit
2. go to hkey_current_user\appevents\schemes\apps and
hkey_current_user\appevents\schemes\eventlabels. if this key does not exist you
can create it and add events.
3. you can add/delete any items you want to or delete the ones you no longer want.

opening a dos window to either the drive or directory in explorer

add the following registry keys for a directory:


hkey_classes_root\directory\shell\opennew
@="dos prompt in that directory"

hkey_classes_root\directory\shell\opennew\command
@="command.com /k cd %1"

add or edit the following registry keys for a drive:


hkey_classes_root\drive\shell\opennew
@="dos prompt in that drive"

hkey_classes_root\drive\shell\opennew\command
@="command.com /k cd %1"

these will allow you to right click on either the drive or the directory and the
option of starting the dos prompt will pop up.

to change the location of your mailbox for exchange:


1. open regedit
2. go to
hkey_current_user\software\ microsoft\windows messaging subsystem\ profiles
3. go to the profile you want to change
4. go to the value name that has the file location for your mailbox (*.pst) file
5. make the change to file location or name

changing exchange/outlook mailbox location

to change the location of your mailbox for outlook


1. open regedit
2. go to hkey_current_user\software\microsoft\outlook (or outlook express if
outlook express)
3. go to the section "store root"
4. make the change to file location 25/03/2007 j??t�
adding an application to right click
here is how to add any application to the context menu when you right click on any
folder. this way you do not have to always go to the start menu. when you right
click on any folder, you can have access to that application, the same as using
sent to.

1. open regedit
2. go to hkey_classes_root\folder\shell
3. add a new key to the "shell" key and name it anything you like.
4. give it a default value that will appear when you right click a folder, i.e.
newkey (use an "&" without the quotes, in front of any character and it will allow
you to use the keyboard)
5. click on the key hkey_classes_root\folder\shell\newkey
6. add a new key named command
7. set the (default) value of the application you want to run
8. for example: c:\program files\internet explorer\iexplore.exe (include the full
path and parameters if you need them)

adding explore from here to all files

when you want to right click on any folder and want to open up an explorer window
of that folder.

1. open regedit
2. go to hkey_classes_root\folder\shell
3. add a new key "rootexplore " under the "shell" key
4. set the (default) value to "e&xplore from here "
5. right click the "rootexplore " key and add a new key "command"to the
rootexplore
6. set the (default) value of explorer.exe /e,/root,/idlist,%i

creating a logon banner

if you want to create a logon banner: a message box to appear below your logon on.

1.open regedit
2.go to
hkey_local_machine\software\ microsoft\ windows\ currentversion\ winlogon
3.create a new string value"legalnoticecaption "
4. enter the title of the window. what is displayed in the title bar.
5. create a new string value "legalnoticetext"
6. enter the text for your message box that will appear even before the logon
window. 25/03/2007 j??t�
creating a default file opener
if you have a un-registered file type and want to view it instead of having to
select open with. use explorer's right-click and add your program to the right-
click options by:
1. open regedit
2. go to hkey_classes_root\unknown\shell
3. right click on "shell" and create a new key and name it "open "
4. create a new key under the "open" key you just created and name it "command"
5. set the (default) value to the path and filename of the program you want to use
to open the file type
6. for example: c:\windows\notepad.exe %1
you must use the "%1" for this to work.and a space between the exe and the %1

changing the tips of the day

you can edit the tips of the day in the registry by going to:
hkey_local_machine\software\microsoft\ windows\ currentversion\ explorer\ tips

automatic screen refresh

when you make changes to your file system and use explorer, the changes are not
usually displayed until you press the f5 key
to refresh automatically:
1. open regedit
2. go to
hkey_local_machine\system\currentcontrolset\control\update
3. set the value name "updatemode" to 1

disable password caching

to disable password caching, which allows for the single network login and
eliminates the secondary windows logon screen. either use the same password or:

1. open regedit
2. go to the key
hkey_local_machine\software \microsoft\ windows\ currentversion\ policies\ network

3. add a dword value "disablepwdcaching" and set the value to 1

removing items from new context menu

when you right-click on the desktop and select new, or use the file menu item in
the explore and select new a list of default templates you can open up are listed.

to remove items from that list:


1. open regedit
2. do a search for the string shellnew in the hkey_classes_root hive
3. delete the shellnew command key for the items you want to remove. 25/03/2007
j??t�
recycle bin edits
fooling with the recycle bin. why not make the icon context menu act like other
icon context menus.
add rename to the menu:
hkey_classes_root\clsid\ {645ff040-5081-101b-9f08-00aa002f954e}\ shellfolder
"attributes"=hex:50,01,00,20
add delete to the menu:
hkey_classes_root\clsid\ {645ff040-5081-101b-9f08-00aa002f954e}\ shellfolder
"attributes"=hex:60,01,00,20
add rename and delete to the menu:
hkey_classes_root\clsid\ {645ff040-5081-101b-9f08-00aa002f954e} \shellfolder
"attributes"=hex:70,01,00,20
restore the recycle bin to windows defaults including un-deleting the icon after
deletion:
restore the icon.
hkey_local_machine\software\ microsoft\ windows \currentversion\ explorer\
desktop\namespace\{645ff040-5081-101b-9f08-00aa002f954e}
@="recycle bin"
reset windows defaults.
hkey_classes_root\clsid\ {645ff040-5081-101b-9f08-00aa002f954e} \shellfolder
"attributes"=hex:40,01,00,20
other edits to the recycle bin icon:
hkey_classes_root\clsid\ {645ff040-5081-101b-9f08-00aa002f954e}\ shellfolder
"attributes"=hex:40,01,01,20 ... standard shortcut arrow
"attributes"=hex:40,01,02,20 ... a different shortcut arrow
"attributes"=hex:40,01,04,20 ... and still another shortcut arrow
"attributes"=hex:40,01,08,20 ... make it look disabled (like it's been cut)

for windows xp and 2000 also edit hkey_current_user\ software\ microsoft\ windows\
currentversion\ explorer\ clsid\ {645ff040-5081-101b-9f08-00aa002f954e}
for windows me also edit hkey_current_user \software\ classes\ clsid\ {645ff040-
5081-101b-9f08-00aa002f954e} 25/03/2007 j??t�
disabling my computer
in areas where you are trying to restrict what users can do on the computer, it
might be beneficial to disable the ability to click on my computer and have access
to the drives, control panel etc.
to disable this:
1.open regedit
2.search for 20d04fe0-3aea-1069-a2d8-08002b30309d
3.this should bring you to the hkey_classes_root\clsid section
4.delete the entire section.
now when you click on my computer, nothing will happen.
you might want to export this section to a registry file before deleting it just
in case you want to enable it again. or you can rename it to
20d0hidemycomputer4fe0-3aea-1069-a2d8-08002b30309d. you can also hide all the
desktop icons, see change/add restrictions.

changing window icon is same as changing window icon

turn off window animation

you can shut off the animation displayed when you minimize and maximize windows.
1. open regedit
2. go to hkey_current_user\control panel \desktop\ windowmetrics
3. create a new string value "minanimate".
4. set the value data of 0 for off or 1 for on 25/03/2007 j??t�
change/add restrictions and features
if you want to make restrictions to what users can do or use on their computer
without having to run poledit, you can edit the registry. you can add and delete
windows features in this key shown below.

zero is off and the value 1 is on. example: to save windows settings add or modify
the value name nosavesettings to 0, if set to1 windows will not save settings. and
nodeleteprinter set to 1 will prevent the user from deleting a printer.

the same key shows up at:


hkey_users\(yourprofilename)\ software\ microsoft\ windows\ currentversion\
policies\ explorer so change it there also if you are using different profiles.

1.open regedit
2.go to
hkey_current_user\software\microsoft\ currentversion\ policies
3.go to the explorer key (additional keys that can be created under policies are
system, explorer, network and winoldapp )
4.you can then add dword or binary values set to 1 in the appropriate keys for on
and 0 for off.
nodeleteprinter - disables deletion of printers
noaddprinter - disables addition of printers
norun - disables run command
nosetfolders - removes folders from settings on start menu
nosettaskbar - removes taskbar from settings on start menu
nofind - removes the find command
nodrives - hides drives in my computers
nonethood - hides the network neighborhood
nodesktop - hides all icons on the desktop
noclose - disables shutdown
nosavesettings - don't save settings on exit
disableregistrytools - disable registry editing tools
norecentdocsmenu - hides the documents shortcut at the start button
norecentdocshistory- clears history of documents
nofilemenu _ hides the files menu in explorer
noactivedesktop - no active desktop
noactivedesktopchanges- no changes allowed
nointerneticon - no internet explorer icon on the desktop
nofavoritesmenu - hides the favorites menu
nochangestartmenu _ disables changes to the start menu
nofolderoptions _ hides the folder options in the explorer 25/03/2007 j??t�
clearrecentdocsonexit - empty the recent docs folder on reboot
nologoff - hides the log off .... in the start menu

and here are a few more you can play with


showinfotip
notraycontextmenu
nostartmenusubfolders
nowindowsupdate
noviewcontextmenu
enforceshellextensionsecurity
linkresolveignorelinkinfo
nodrivetypeautorun
nostartbanner
nosetactivedesktop
editlevel
nonetconnectdisconnect
restrictrun - disables all exe programs except those listed in the restrictrun
subkey
this key has many other available keys, there is one to even hide the taskbar, one
to hide the control panel and more. i'm not telling you how, as someone may want
to play a trick on you. the policies key has a great deal of control over how and
what program can run and how one can access what feature.

in the system key you can enter:


nodispcpl - disable display control panel
nodispbackgroundpage - hide background page
nodispscrsavpage - hide screen saver page
nodispappearancepage - hide appearance page
nodispsettingspage - hide settings page
noseccpl - disable password control panel
nopwdpage - hide password change page
noadminpage - hide remote administration page
noprofilepage - hide user profiles page
nodevmgrpage - hide device manager page
noconfigpage - hide hardware profiles page
nofilesyspage - hide file system button
novirtmempage - hide virtual memory button

in the network key you can enter:


nonetsetup - disable the network control panel
nonetsetupidpage - hide identification page
nonetsetupsecuritypage - hide access control page
nofilesharingcontrol - disable file sharing controls
noprintsharing - disable print sharing controls

in the winoldapp key you can enter:


disabled - disable ms-dos prompt
norealmode - disables single-mode ms-dos first | < previous | next > | last
report spam � back to topics reply

| about orkut | blog | safety centre | privacy | terms | help


and change the name "recycle bin" to whatever you want (don't type any quotes).

You might also like