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.

HKCU for default user

Featured Replies

How to unattendedly apply regtweaks for default user, so that every created user preferably including default administrator will inherid HKCU registry from default user?


you mount the wim, mount the MountDir\Users\Default\NTUSER.DAT and modify it and unload. lot of trouble

might be best to just place a reg script in a location and call for each user. I know some do that

  • Author

I tought about putting script to setupcomplete.cmd? But i'm to lazy to try it. But i guess, that since you mention only NTUSER.DAT, that somebody already tried it withouth success. :(

i apply mine in firstlogoncommands and they work. Commands in the Setupcomplete.cmd file are executed with local system privilege.

HKLM Reg tweaks can be ran here but not HKCU which are user specific.

  • Author

Ok, one more thing before i try it - does this http://support.microsoft.com/?id=284193 still work in windows 7? This will be nice solution - i would just put script to runonce to HKCU_USERS and no need to attend and run scripts manually when new user log on for first time will be needed.

  • Author

Hmm, i does not work, obviously, so i will just leave it and don't make default user settings in unattended installation.

Example and you can use dism

IMAGEX /MOUNTRW "D:\install.wim" 1 D:\zMountDir

REG LOAD HKU\Default D:\zMountDir\Users\Default\NTUSER.DAT

REM Configure the default user profile

REG ADD "HKU\Default\Control Panel\Sound" /v Beep /t REG_SZ /d NO /f

REG UNLOAD HKU\Default

IMAGEX /UNMOUNT /COMMIT D:\zMountDir

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.