From 538d4c8f5fd16a6701abc215b53103072d62e018 Mon Sep 17 00:00:00 2001
From: Ove Kaaven <ovek@arcticnet.no>
Date: Sun, 11 Apr 1999 17:09:20 +0000
Subject: [PATCH] Default values for registry.

---
 winedefault.reg | 55 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 winedefault.reg

diff --git a/winedefault.reg b/winedefault.reg
new file mode 100644
index 00000000000..010d1bff3bd
--- /dev/null
+++ b/winedefault.reg
@@ -0,0 +1,55 @@
+# These entries must apparently exist in any win95-compatible registry.
+
+# Shell Folders. The purpose of these are pretty self-evident.
+# Primarily used by installation programs and the Explorer.
+
+[HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
+"Favorites"="C:\WINDOWS\Favorites"
+"StartUp"="C:\WINDOWS\Start Menu\Programs\Startup"
+"Desktop"="C:\WINDOWS\Desktop"
+"Programs"="C:\WINDOWS\Start Menu\Programs"
+"Fonts"="C:\WINDOWS\Fonts"
+"SendTo"="C:\WINDOWS\SendTo"
+"Start Menu"="C:\WINDOWS\Start Menu"
+"Templates"="C:\WINDOWS\ShellNew"
+"Recent"="C:\WINDOWS\Recent"
+"NetHood"="C:\WINDOWS\NetHood"
+"Personal"="C:\My Documents"
+
+[HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
+"Personal"="C:\My Documents"
+"Favorites"="C:\WINDOWS\Favorites"
+
+# Same as above, but for HKEY_CURRENT_USER, not HKEY_USERS\.Default
+# (only HKEY_CURRENT_USER will actually be saved yet, so the above has really no effect)
+
+[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
+"Favorites"="C:\WINDOWS\Favorites"
+"StartUp"="C:\WINDOWS\Start Menu\Programs\Startup"
+"Desktop"="C:\WINDOWS\Desktop"
+"Programs"="C:\WINDOWS\Start Menu\Programs"
+"Fonts"="C:\WINDOWS\Fonts"
+"SendTo"="C:\WINDOWS\SendTo"
+"Start Menu"="C:\WINDOWS\Start Menu"
+"Templates"="C:\WINDOWS\ShellNew"
+"Recent"="C:\WINDOWS\Recent"
+"NetHood"="C:\WINDOWS\NetHood"
+"Personal"="C:\My Documents"
+
+[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
+"Personal"="C:\My Documents"
+"Favorites"="C:\WINDOWS\Favorites"
+
+# The classfactory(?) entry for shortcuts (aka *.lnk files), used on the desktop and in the Start Menu.
+# Used by installation programs to create shortcuts.
+
+[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}]
+@="Shortcut"
+
+[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\InProcServer32]
+@="shell32.dll"
+"ThreadingModel"="Apartment"
+
+[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu]
+@=""
+
-- 
GitLab