Jump to content

Super Tweak Reg File for 2k3 and XP


Recommended Posts

Where can I obtain Windows 2k3??? I know of 2000, but when did 2k3 come out, this year? is it just in US? or can I get it in Uk aswell? would it be possible to see screenshots

You should have started a new thread, as this thread is about Registry tweaks.

You can get Windows server 2003 from: https://microsoft.order-5.com/windowsserver2003evaldl

It's been available since March this year.

You won't need any screenshots, just visualise XP's desktop with the classic theme. :) Everything's mostly the same.

Link to comment
Share on other sites


  • 3 weeks later...

Here is a small tweak for registering DLL, OCX and AX files with rightclick. Works without rebooting.

[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]
@="RegSvr32 \"%1\""
[HKEY_CLASSES_ROOT\dllfile\Shell\Unregister\command]
@="RegSvr32 /u \"%1\""

[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile]
@="OCX"
[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command]
@="RegSvr32 \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\Shell\Unregister\command]
@="RegSvr32 /u \"%1\""

[HKEY_CLASSES_ROOT\.ax]
@="axfile"
[HKEY_CLASSES_ROOT\axfile]
@="AX"
[HKEY_CLASSES_ROOT\axfile\Shell\Register\command]
@="RegSvr32 \"%1\""
[HKEY_CLASSES_ROOT\axfile\Shell\Unregister\command]
@="RegSvr32 /u \"%1\""

[HKEY_CLASSES_ROOT\.acm]
@="acmfile"
[HKEY_CLASSES_ROOT\acmfile]
@="ACM"
[HKEY_CLASSES_ROOT\acmfile\Shell\Register\command]
@="RegSvr32 \"%1\""
[HKEY_CLASSES_ROOT\acmfile\Shell\Unregister\command]
@="RegSvr32 /u \"%1\""

Link to comment
Share on other sites

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...