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.

stefanRTR

Member
  • Joined

  • Last visited

  • Country

    Germany
  1. I do it this way. I get all the files and registry entries from the manifest files so i only need this define a component. var c = new Component2(@"Calculator", Accessories, false) { CheckFs = (image, wim) => wim.FileExists(Path.Combine(System32, "calc.exe")), ComponentNames = new List<string> { @"x86_microsoft-windows-calc", @"amd64_microsoft-windows-calc", @"x86_microsoft-windows-calc.resources", @"amd64_microsoft-windows-calc.resources" } };
  2. Hi ben, i finally tried your tool. The first thing i noticed is that loading the image is very slow. I think that loading the information from the image can be done alot faster maybe you can look at this.
  3. I'am still working on this tool. The next version will be released 1-2 weeks after the .Net Framework 4 goes RTM.
  4. To reduce the installed size you can try to apply the image from the install.wim to a Vhd and boot from it. Thanks to Ntfs-Hardlinks a unchanged HomeBasic x64 install needs just ~6,78GB.
  5. Next Version comes in a few Weeks or so. I'am very busy with other things in the moment.
  6. Hi can you post the log file?
  7. @alex a: i check this b: the ExitCode = -2146498555 can be ignored. It means that the package does not exist in the image. This happens then a Package also removes others.
  8. Thats becase enabling the WCF-HTTP-Activation Feature fails. I have the same Problem with some other Features. I think it's a Dism issue.
  9. Thanks for the feedback the Servicing Baseline Packages are no longer shown. Fixed the preset bug in 1.0.2.7 i hope so. New Version 1.0.2.7 first post updated. If you get a Cannot Mount Image Error try in the new MenuItem Tools->Clenup Image Mounts and then try it again.
  10. @Alex Can you post the complete log file?
  11. To add all drivers from a folder you can type inf in the searchbox of the openfiledialog. Fixed in Version 1.0.2.6. Can you try enable features on and off again? Maybe in Version 1.0.3X @all New Version 1.0.2.6 first post updated.
  12. Fixed in Version 1.0.2.5. First post updated.
  13. New Version 1.0.2.4 first post Updated.
  14. Next Version will show the Packages in a TreeView so you can see all the parent - child relations.

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.