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.

Adding RegistryTweaks during Install

Featured Replies

Hello,

I think, my question is very basic and I suppose many will think, that I do not know what a search egine is ;)

But, I really can not explain, where my fault is...

I use the following batch to add my tweaks:

@echo off

title Applying Tweaks...

rem ###

rem Loading Default User Hive

rem ###

reg load HKEY_USERS\RDefault "%allusersprofile%\..\Default User\ntuser.dat"

rem ###

rem Adding Tweaks

rem ###

for /f %%a in ('dir /b Tweaks\*.reg') do reg import "Tweaks\%%a"

rem ###

rem Unloading Hive

rem ###

reg unload HKEY_USERS\RDefault

It searches for *.reg patches and addes it to the default user profile,

It is meant to search fpr *.reg files an add them to the default user hive.

In my regfiles I replaced everything starting with "[HKEY_CURRENT_USER\" with "[HKEY_USERS\RDefault\", a I thought, this would do it.

Here is a sample regfile:

Windows Registry Editor Version 5.00

[HKEY_USERS\RDefault\Control Panel\Desktop]

"PaintDesktopVersion"=dword:00000001

;Arbeitsplatz VOR Eigenen Dateien

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]

"SortOrderIndex"=dword:00000054

I then tried to start my batch using cmdlines. But it did not work, and after some net research I knew, that the .DEFAULT-Registry Hive gets copied to the Default User-Profile at T-12. So the batch can not work properly, as the file ntuser.dat does not exist at T-13.

So what can I do to add my tweaks? There should be a way to just alter the default user hive (C:\Documents and Setting\Default User\NTUSER.DAT) to apply my tweaks to all my users...

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.