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 place to put registry tweaks?

Featured Replies

I'm looking for the best spot to put registry tweaks so the icons show up on the desktop etc. when I first login after the install is complete. I tried to do a REGEDIT /S in winnt.sif and it doesn't seem to be working. I also tried the RunOnceEx but that doesn't do it til after I reboot. I'd like the installation process to finish and come up with my changes right away if possible. Any help or direct to the the right information would be great.

peace

Troy

  • Author

For some reason cmdlines.txt isn't working either.... I put the cmdlines.txt file in the $oem$ directory and nothing is getting changed. Below are what my files look like..

cmdlines.txt

[COMMANDS]

"REGEDIT32.EXE /S tweaks.reg"

tweaks.reg

;Put my computer my network places my documents on the desktop

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]

"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

UIHost="%systemroot%\CurrentLogon.exe"

I went back and looked at the UIHost settng and it still says loginui.exe or whatever the default is. Is there a reason cmdlines.txt isn't executing?

Thanks,

Troy

Here is mine:

cmdlines.txt

[COMMANDS]
"REGEDIT /S AllUsers.reg"

AllUsers.reg

;Ajouter Poste de travail / Favoris réseau / Mes documents sur le bureau
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000
"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000

REGEDIT32.EXE

should be:

regedit.exe (or if you insist, regedt32.exe)

There is no regedit32.exe!

Execute RunOnceEx. After that execute this line :

rundll32.exe iernonce.dll,RunOnceExProcess

This will cause RunOnceEx to run immediately without the need for restart. That should fix your problems.

Marthax

It is possible that your registry file is the problem!

The first line in the registry file has to be:

Windows Registry Editor Version 5.00

or

REGEDIT4

Put a line in between that and the first entry and make sure that you have a blank line, i.e a return, after the last character of your last entry.

  • Author
It is possible that your registry file is the problem!

The first line in the registry file has to be:

Windows Registry Editor Version 5.00

or

REGEDIT4

Put a line in between that and the first entry and make sure that you have a blank line, i.e a return, after the last character of your last entry.

I'll give this a try... I tried the about regedit32.exe to regedit and still didn't work also tried regedt32.exe with no luck....I'll post back here if this was the problem.

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.