July 11, 200323 yr 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 screenshotsYou 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.
July 28, 200323 yr 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\""
Create an account or sign in to comment