Jump to content

Kai

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

About Kai

Kai's Achievements

0

Reputation

  1. 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\""
  2. Well, I have some problems with getting started psshutdown and the user at asp .net is not deleted at all. What am I doing wrong? First I must say I created an extra CD for all the hotfixes as PRESP2. The Code for psshutdown is something like this, it's German language... ECHO. ECHO PSSHUTDOWN wird ins Root Verzeichnis kopiert ECHO bitte warten... COPY "psshutdown.exe" "%systemroot%" ECHO. ECHO. ECHO Computer wird in einer Minute neugestartet ECHO bitte warten... start /wait psshutdown.exe -r -t 60 -f -m "Windows XP wird nun neugestartet, damit alle Aenderungen auch gültig sind. Nach dem Neustart des Computers wuensche ich viel Spass!!!" The Code for deleting the ASP.Net User is like this: ECHO. ECHO deluser utility wird kopiert... COPY "deluser.exe" "%systemroot%\" ECHO. ECHO ASP.NET User Account vom .NET Framework 1.1 wird geloescht... start /wait DELUSER /Q aspnet ECHO. Why is this not working? Can anyone help me solving this **** problem?
×
×
  • Create New...