Wanta .NET ?

Dave Wanta

Registry Hacks

I just rebuilt my laptop last night, and after 10hrs of installs, I’m finally back to a ‘usable’ state.  One of the things I had forgotten about, that I take for granted was all of the registry hacks that I was used too. Basically, these hacks were ones I made so that additional options would show up when I either right-clicked on a folder or a file, in explorer.

DISCLAIMER
DANGER WILL ROBINSON! DANGER!!!

Modify your registry at your own risk. If you hose your computer, I am not responsible.

Ok, so here are some of the keys I just added, and a brief explanation of what they do. They point to additional tools and utilities, so you may need to modify the paths to fit your system. I’ll list all of the keys at the end, so you can create a .reg file, and import them.

1.)This key allows you to right-click on a COM dll, and register it, just like you ran regsvr32 against it, from a command prompt.

[HKEY_CLASSES_ROOT\dllfile\shell\Register\command]
@="regsvr32 /s %1"

2) Same as above, except un-registers the dll.
[HKEY_CLASSES_ROOT\dllfile\shell\Unregister\command]
@="regsvr32 /u /s %1"

3)Register a COM .exe
[HKEY_CLASSES_ROOT\exefile\shell\Register\command]
@="regsvr32 /s %1"

4)Un-Register a COM .exe
 [HKEY_CLASSES_ROOT\exefile\shell\Unregister\command]
@="regsvr32 /u /s %1"

5)Right-click on a .NET assembly, and install in the GAC
[HKEY_CLASSES_ROOT\dllfile\shell\Register In GAC\command]
@="C:\\Program Files\\Microsoft.NET\\FrameworkSDK\\Bin\\gacutil /i %1"

6)And most importantly, right-click on a folder, and open it’s path in a  command prompt.
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\CMD Here\command]
@="cmd.exe /k pushd %L "


Here are all of the keys at once. Do you have any cool hacks! Add them below in the Comments section.
Cheers!
Dave


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\dllfile\shell\Register\command]
@="regsvr32 /s %1"

[HKEY_CLASSES_ROOT\dllfile\shell\Unregister\command]
@="regsvr32 /u /s %1"

[HKEY_CLASSES_ROOT\exefile\shell\Register\command]
@="regsvr32 /s %1"

[HKEY_CLASSES_ROOT\exefile\shell\Unregister\command]
@="regsvr32 /u /s %1"
 
[HKEY_CLASSES_ROOT\dllfile\shell\Register In GAC\command]
@="C:\\Program Files\\Microsoft.NET\\FrameworkSDK\\Bin\\gacutil /i %1"


[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\CMD Here\command]
@="cmd.exe /k pushd %L "

 

Comments

Darrell said:

Change max IE connections to 50, if you have high-speed Internet it speeds things up a little more:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000032
"MaxConnectionsPer1_0Server"=dword:00000032
# March 31, 2004 9:00 PM

Darrell said:

Disable the automatic shares on your computer (ones like C$, Admin$):

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"AutoShareWks"=dword:00000000
"AutoShareServer"=dword:00000000

And to reenable them:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"AutoShareWks"=dword:11111111
"AutoShareServer"=dword:11111111
# March 31, 2004 9:01 PM

Darrell said:

If you don't use Windows XP Tweak UI, here is a reg entry to set the Autocomplete in a command line to the tab key:

[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009
# March 31, 2004 9:01 PM

InvisiBill said:

FYI, the number of connections per server is specified by an RFC. By increasing that number, you're running out of spec. You most likely will never have problems with it, but you could.
# April 1, 2004 8:50 AM

Jon said:

This is my favorite one:

Gives you a Copy To and a Move To option in your right click menu and you can select which location to copy or move the selected file. Saves me a lot of time.

Start the Registry Editor
Go to HKEY_CLASSES_ROOT \ AllFilesystemObjects \ shellex \ ContextMenuHandlers \
Right-click the ContextMenuHandlers entry, and from the menu select New > Key
Name the new key Copy To
Repeat step 3, but this time for the name (step 4) choose Move To
Change the (Default) string value found in the Copy To key to {C2FBB630-2971-11D1-A18C-00C04FD75D13}
Change the (Default) string value found in the Move To key to {C2FBB631-2971-11D1-A18C-00C04FD75D13}
Close the registry editor
# April 1, 2004 2:34 PM

TrackBack said:

# April 2, 2004 11:35 AM

DVD region said:

Change the DVD region.
Open regedit>>Go to HKEY_LOCAL_SYSTEM/Software/Microsoft/Windows
Click on current version
Modify DVD_Region string data value to which ever region you would like. This is great for watching imports.
# May 7, 2004 6:05 PM

pbha@dit.hcmut.edu.vn said:

I have written an application to process a kind of files. When I click on a link to a file of that kind on web browser, windows will call my application to process that file. Please help me!
Regards,
# June 17, 2004 3:51 AM

sam said:

in hkey_current_User\software\microsoft\windows\current version\policies\explorer you can do tons of things to customize the desktop and start menu

following are all dword values set to 1

NoClose
NoDesktop
NoRun
NoStartMenuLogoff
NoFind
NoSMMyDocs
NoDrives
NoControlPanel

There are tons more.
# July 22, 2004 1:26 PM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 4:22 AM

Nikhil RaI said:

HOW TO HACK ORKUT...

# November 3, 2007 4:07 AM

hacking. windows. guide. how. to. tips. tricks. fast. best. xp. vista. registry. hack. said:

Pingback from  hacking. windows. guide. how. to. tips. tricks. fast. best. xp. vista. registry. hack.

# November 28, 2007 8:48 AM

anothr user said:

One new subscriber from Anothr Alerts

# January 10, 2008 2:55 AM

Andras Eliassen said:

What I would like to know is, how could I add a context menu to any filetype, and have it say something like:

Open with myApplication.exe

And with pure regedits of course :)

ne1?

# January 15, 2008 7:14 PM

mujahie said:

wel wht i idid today revived a dead registery

simpely its a secret thats gonna be untold

hacked the reg out what virusses had disabeld

# April 24, 2008 1:56 PM

Rob said:

does any one know a new proxy thatisnt blocked

# April 30, 2008 5:05 AM

copy dvd movies said:

Best- Family- Info. com Articles And Reviews! Health, Home And Happiness… « A TONIC Guide to Home Gardening Using Perennial Garden Flowers in Gardening»

# July 17, 2008 4:39 AM

free dvd decrypter said:

-- WWW Technology Someone\'s Reading Speed Up Sites with php Caching WP- Plugin: AskApache Password Prote Instruct Search Engines to come bac HTTP Packet Capturing to debug Apac Delete extra wordpress files Post- I Redirecting Wordpress Feeds to Feed

# July 17, 2008 7:30 AM

dvd copy decrypt said:

Il kernel panic è un messaggio d’ errore che compare quando nel sistema in esecuzione avviene un blocco irreversibile che necessita il riavvio del computer. Facendo un paragone poco ortodosso il kernel panic è l’ equivalente Unix del Blue Screen of Death

# July 17, 2008 8:27 AM

cd dvd burning software said:

So, lately it\'s been getting sower and slower. Like, I\'d hit the \"Start\" button and the \"rolling donut\" (the little icon that tells you the PC is working on something and you should wait a while) would pop up for 15 seconds, and then the start menu

# July 17, 2008 5:27 PM

how record dvd said:

Going online without protection against the latest fast- spreading virus and worms, such as Netsky, Mytob, and MyDoom, can result in infections within minutes. That’ s why PC Tools AntiVirus provides world- leading protection, with rapid database updates

# July 18, 2008 9:03 AM

how to shrink a dvd said:

Faithful correspondent Amy Babich commented on the current Chron“ green” issue at some length. In pertinent part, she wrote: Austin’ s green programs have two big problems: They leave out the simplest, cleanest, cheapest solutions, and they leave out

# July 18, 2008 10:30 AM

Some Simple Windows Registry Tricks | Hacking Tutorials said:

Pingback from  Some Simple Windows Registry Tricks | Hacking Tutorials

# September 5, 2008 5:28 AM

Registry Cleaner said:

Offers registry cleaners for fix registry errors in windows operating system.

# October 3, 2008 9:25 AM

Sean Harrison said:

Do not give me credit for this I don't know who wrote this but this is called cookie Kill. it is a batch file. any way open notepad not  just basic notepad and type just copy and paste that and save it as cookiekill.bat and just double click it and press any key to continue and it will delete all cookies from your computer. copy and paste down below

       @ECHO OFF

ECHO.

ECHO This is a batch file

ECHO.

PAUSE

CLS

EXIT

# February 2, 2009 5:27 PM

TheEmoLab said:

speed up your computer fast go to youtube.com and search theemolab he makes computers look like vista and as fast as you want and he show's you ho to hack trial programs

# July 18, 2009 8:54 PM

TheEmoLab said:

# August 6, 2009 4:47 PM
Leave a Comment

(required) 

(required) 

(optional)

(required)