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.

Best pass for applying registry tweaks?

Featured Replies

Which pass would be the best for applying registry tweaks?

I think waiting until the end would be too late for some of my tweaks.

Obviously I will be testing on my own, but I don't have much RAM so it takes me a while to test possibilities.

i have been applying my tweaks in FirstLogonCommands

  • Author

Seems what I want to do only makes sense in a couple of the passes anyways. Still extremely new to this vista unattended business. Thanks for the heads up on FirstLogonCommands, i'll definitely be needing it.

This is waay more complex than I expected but it's really nice too. Microsoft got it right with this installation system.

i have been applying my tweaks in FirstLogonCommands

Can you show us how you did this please? :blushing:

This is how I add regs during FirstLogonCommands:

I made a self installing sfx with the completed reg file with all Vista tweaks in one.

<FirstLogonCommands>

<SynchronousCommand wcm:action="add">

<CommandLine>%AppsRoot%Install\reg.exe</CommandLine>

<Description>Apply Registry Settings</Description>

<Order>60</Order>

</SynchronousCommand>

This works satisfactorily for me.

This is how I add regs during FirstLogonCommands:

I made a self installing sfx with the completed reg file with all Vista tweaks in one.

<FirstLogonCommands>

<SynchronousCommand wcm:action="add">

<CommandLine>%AppsRoot%Install\reg.exe</CommandLine>

<Description>Apply Registry Settings</Description>

<Order>60</Order>

</SynchronousCommand>

This works satisfactorily for me.

At wich point in the XML ? OOBE ?

Thats right in OOBE.

Tried that, but after making another user , the regtweaks are not aplied for the other user.

I did the same, but with a regtweak.cmd that executes in FirstLogonCommand.

After making a new account and after a reboot the tweaks are onely for current user, so please tell me how to get this working.

So it work....as long as you don't make any new account(s) after applying your tweaks at FirstLogonCommand.

Added in my xml:

	
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
<CommandLine>cmd /c %systemroot%\setup\scripts\regtweaks.cmd</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>

My regtweaks.cmd looks like this:

@echo off
REGEDIT /S %systemroot%\setup\scripts\REGTWEAKS.REG
EXIT

Edited by Pliek

Thats right in OOBE.

Tried that, but after making another user , the regtweaks are not aplied for the other user.

Yes don't know a workaround for that atm.

Ok thanks for fast reply, i'll keep on searching.

The only solution is : sysprep

Execute the regtweaks in sysprep and capture the install.wim

Then they work for all users

No worries, don't wanna go down that path myself though.

Me neither :sneaky:

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.