Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Kai

Member
  • Joined

  • Last visited

  • Country

    Germany

Everything posted by Kai

  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?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.