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.

Faster manual registry compress/defrag

Featured Replies

This is a wonderfull section for Windows 98 lover like me.

One great advantage of Windows 9x is the ability to compress/defrag the registry. There are several application that offer this. We can also do it manually.

Windows also has standard application for registry compress/defrag, scanreg. This process can be very slow, we can do it much faster with the help of ramdrive.sys.

Step 1, backup the registry:

To compress Windows 9x registry you need to back the registry first. The fastest thing to do this is from inside Windows GUI. You can do this at boot command prompt to but it will be a lot slower.

I usually use date as registry file name to make it easier for me to remember it from command prompt. command:

regedit /e c:\20091120.txt

Step 2, enabling ramdrive:

We use ramdrive to allow faster processing of registry. We can also skip this step but it will make registry import process a lot slower.

Put more line config.sys:

device=c:\windows\setver.exe
device=c:\windows\himem.sys
device=c:\windows\ramdrive.sys 30000 512 /E

Remember the resulting ramdrive drive. For this example I use h:

Step 3, importing backup:

If you skip ramdrive then the command at boot command prompt is:

regedit /c c:\20091120.txt

If you use ramdrive then the command at boot command prompt is:

cd windows
attrib -r -h -s
copy system.dat h:\
copy user.dat h:\
copy system.dat system.sav
copy user.dat user.sav
regedit /l:h:\system.dat /r:h:\user.dat /c c:\20091120.txt
.............
copy h:\*.dat c:\windows

After this use "edit" to change the config.sys to remove the ramdrive line.

edit c:\config.sys

If something wrong happen during registry import, copy back the file backup to original at boot command prompt:

c:\
cd windows
attrib -r -h -s
copy system.sav system.dat
copy user.sav user.dat

If your registry never been compressed before you will notice a significant application response time.

PS. I write this from my memory. Please mention any wrong syntax.

Edited by sucahyo


Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.