Jump to content

OPTIMIZE VISTA (registry, services, uxtheme, dlls, batches, etc.)


Recommended Posts

Open Administrator Command Prompt here

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Administrator Command Prompt here"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /k \"pushd %L && title Command Prompt\""

[HKEY_CLASSES_ROOT\Drive\shell\runas]
@="Administrator Command Prompt here"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Drive\shell\runas\command]
@="cmd.exe /k \"pushd %L && title Command Prompt\""

1) This tweak will add register/unregister dll to the explorer context menu; this command will run regsvr32.exe on any selected dll file

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.dll]
"Content Type"="application/x-msdownload"
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile]
@="Application Extension"
[HKEY_CLASSES_ROOT\dllfile\Shell\Register dll\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister dll\command]
@="regsvr32.exe /u \"%1\""




2) This tweak will add register/unregister ocx to the explorer context menu; this command will run regsvr32.exe on any selected ocx file

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile]
@="OCX"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register ocx\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister ocx\command]
@="regsvr32.exe /u \"%1\""

Edited by sp00f
Link to comment
Share on other sites


AnimaliX

That moron didn't know what he was doing so get back to work.

Was not the services, I disabled all of your list with my UA and have no problems except some things don't work as some of your explanations say.

Might need a bit more explanation on the dll part as I said above.

You can't rename critical dll's and not replace them.

Link to comment
Share on other sites

  • 9 months later...
AnimaliX

That moron didn't know what he was doing so get back to work.

Was not the services, I disabled all of your list with my UA and have no problems except some things don't work as some of your explanations say.

Might need a bit more explanation on the dll part as I said above.

You can't rename critical dll's and not replace them.

only !@#$! without experience thoughtlessly apply any tweaks on his system ... pfff

Edited by AnimaliX
Link to comment
Share on other sites

Open Administrator Command Prompt here

1) This tweak will add register/unregister dll to the explorer context menu; this command will run regsvr32.exe on any selected dll file

2) This tweak will add register/unregister ocx to the explorer context menu; this command will run regsvr32.exe on any selected ocx file

yes, thanx for tips :) my lite version :

[HKEY_CLASSES_ROOT\.dll]
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile\Shell\Register dll\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister dll\command]
@="regsvr32.exe /u \"%1\""

[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register ocx\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\Shell\UnRegister ocx\command]
@="regsvr32.exe /u \"%1\""

[HKEY_CLASSES_ROOT\.ax]
@="axfile"
[HKEY_CLASSES_ROOT\axfile\Shell\Register ax\command]
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\axfile\Shell\UnRegister ax\command]
@="regsvr32.exe /u \"%1\""

Edited by AnimaliX
Link to comment
Share on other sites

after long time next update :)

added registry tweaks:

# Show hidden System Files

# Search in SystemFolders

# Allow run LowRiskFileTypes (in network)

# Add command prompt to right click context menu

# PhishingFilter ON

# ControlPanel Classic

# Open with regsvr32

+ Services with warning :)

+ DLL part have some "explanation"

Edited by AnimaliX
Link to comment
Share on other sites

Also everyone should remember to ALWAYS back up their registry first, so just in case something does get "messed up", you can go back in and restore it.

Thanks for all of the hard work put into creating these tweaks. They look pretty good!!!

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 1 month later...
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...