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.

A few tips about Windows 2000 UI tweak

Featured Replies

This is my batch file:

set APP_HOME=%~dp0



rem ======================================================================
rem Tweaks
rem ======================================================================

echo [AddReg] >> "%APP_HOME%I386\HIVEDEF.INF"

rem 10 lines per wheel
echo HKCU,"Control Panel\Desktop","WheelScrollLines",0x00000002,"10" >> "%APP_HOME%I386\HIVEDEF.INF"

rem Cancel smooth scrolling
echo HKCU,"Control Panel\Desktop","SmoothScroll",0x00000001,00,00,00,00 >> "%APP_HOME%I386\HIVEDEF.INF"

rem Cancel windows' min/max animations
echo HKCU,"Control Panel\Desktop\WindowMetrics","MinAnimate",0x00000002,"0" >> "%APP_HOME%I386\HIVEDEF.INF"

rem Auto complete files or directories by "tab" in command prompt
echo HKCU,"Software\Microsoft\Command Processor","CompletionChar",0x00010001,9 >> "%APP_HOME%I386\HIVEDEF.INF"
echo HKCU,"Software\Microsoft\Command Processor","PathCompletionChar",0x00010001,9 >> "%APP_HOME%I386\HIVEDEF.INF"

rem Disable quick edit mode of command prompt
echo HKCU,"Console","QuickEdit",0x00010001,0 >> "%APP_HOME%I386\HIVEDEF.INF"

rem Disable shell enhancement (Classic NT4 style)
echo HKCU,"Software\Microsoft\Windows\CurrentVersion\Policies\Explorer","ClassicShell",0x00000001,01,00,00,00 >> "%APP_HOME%I386\HIVEDEF.INF"

rem Don't remember each folder's settings
echo HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ClassicViewState",0x00010001,1 >> "%APP_HOME%I386\HIVEDEF.INF"

Copy to the folder containing installation files and execute it before making ISO. Enjoy it :hello:

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

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.