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.

missing tweak.reg, what do I do?

Featured Replies

This may seem like a noob question, but I see alot of unattended guides referring to a tweak.reg file. They link me the the msfn unattended tutorial, but it says nothing about creating said file. Can some olne point me to a tutorial on how to do such a thing?

I used nlite to config my xp disk.

Edited by powerplayground

First go into "regedit" and take just one folder, rightclick, export to whereever you want.

Now open this xxxx.reg with notepad and have a look.

This xxx.reg contains all the settings in the folder you choose in regedit.

By executing the file, the code is (re)written into registry.

So the trick is to collect regtweaks and insert them in the system-settings.

An example:

Windows has no "Copy to" and "Move to" in the contextmenu.

If you copy the following code into a simple textfile and name it "Tweak.reg",

you will extend your contextmenu.

Windows Registry Editor Version 5.00


[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex]

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy to]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move to]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

These Regtweaks can also be installed by commandline to be silently executed:

regedit /s tweak.reg

Edited by g-force

  • Author

I know how to do that, but how do I make my windows installer execute "regedit /s tweak.reg"?

Edited by powerplayground

This was your question in Post #1:

They link me the the msfn unattended tutorial, but it says nothing about creating said file. Can some olne point me to a tutorial on how to do such a thing?

So I explained with lots of words - and you tell me, you know how to do it... :whistle:

Now you`re asking:

...but how do I make my windows installer execute "regedit /s tweak.reg"?

Your "Windows Installer" has nothing to do with that Regtweaks.

I told you that Regedit is the thing. And how to execute them by commandline.

i would prefer the "cmdlines-method:

http://unattended.msfn.org/unattended.xp/view/web/14/

  • Author

Sorry for the mix up, didn't know the wording off of the top of my head :P NOW I know what to do, thank you very much. :D

So let us know if our solution made effort to you. ;)

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.