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.

DXRW4E

Member
  • Joined

  • Last visited

  • Country

    Albania

Everything posted by DXRW4E

  1. Hi all, all UpdatePack\AddOn use the SetupApi, because in Window setup ocgen.dll use (depends on) SetupApi, but also import the RunSetupCommand from AdvPack, so to give support to diretives as RunPreSetupCommands & RunPostSetupCommands and some other special directives, which only the AdvcPack supports (named as advanced INF options, SmartReboot for example), as already said import only some Not All, for example the directive of advpack such as Un\RegisterOCXs is not supported so SetupApi mod [Version] signature="$Windows NT$"[DefaultInstall] UnregisterDlls = Kill.Process CopyFiles = Copy.Files[Kill.Process] 11,,taskkill.exe,,,"/IM ""Name.exe"" /F";; Copy.Files etc etc[Copy.Files]advpack mod (rundll32.exe advpack.dll,LaunchINFSection %Path%\FileName.inf) [Version] signature="$Windows NT$"[DefaultInstall] RunPreSetupCommands = Kill_Process:1 CopyFiles = Copy.Files[Kill_Process] %11%\taskkill.exe /IM """Name.exe""" /F;; Copy.Files etc etc[Copy.Files]as already mentioned above ocgen supports both Un\RegisterDlls && Run(Pre\Post)SetupCommands Ciao.
  2. DXRW4E replied to nuhi's topic in nLite
    Hi nuhi, you know the inf files better than me, i said that because those line are sometimes a problem, because if they are empty indirectly play the role of the delete, in the inf in windows in general microsoft adds them sometimes just so 'HKCR, KeyName, , ,' or 'HKCR, KeyName, ,0x10' never in 'HKCR, KeyName', eg 'HKCR, KeyName' delete default value of KeyName, and all windows applications (when run EnumKey\EnumValues) do not know after default Values, but as valid Values and void, and this sometimes creates Error\problems, so I said before better to avoid those types of line in AddReg Section, so my report was only be careful there, nothing else sorry again for my english Ciao.
  3. DXRW4E replied to nuhi's topic in nLite
    about MRT need to ask the user to be online, and after nLite reading this (that until now at least, it always updates immediately) http://support.microsoft.com/kb/891716 can always take last MRT (GUID) Version, always in the case that nLite can not extract the MRT (GUID) Version from MRT.exe Ciao.
  4. DXRW4E replied to nuhi's topic in nLite
    Hi Nuhi, in TimeZone Update needs to run the http://www.ryanvm.net/forum/viewtopic.php?p=120545#120545 RUNDLL32.exe %Destination%\tzchange.dll,SuccessInstallationbecause hotfix uses a default registry for all languages​​, but after the installation run a different configuration in base the location where he works, nothing special just needs to run the command above and all is 100% OK after into every PC in every language ect ect (more or less equal and also the KB2603381 http://www.ryanvm.net/forum/viewtopic.php?p=120494&sid=fa4ef5eb90e67d4e081bfb2e85d70be0#120494 ) for compatibility with IE8 AddOn (file 8.3 in mod) is possible to rename\use the msfeedsbs.dll in msfeedsb.dll, because that file is inside the traditional IE8 Cumulative Security Update, is the only file that is not in 8.3 mod, idea is that a user use an AddOn or UpdatePack and after will update the CD adding only new hotfix performing with nLite in NLITE.inf the reg is added I think in the wrong way, because this line will delete everything that is under ;exampleHKLM,SOFTWARE\Microsoft\Updates\Windows XP\SP4\KBXXXXXX,"Description",,"Security Update for Windows XP (KBXXXXXX)"HKLM,SOFTWARE\Microsoft\Updates\Windows XP\SP4\KBXXXXXX;need to be inHKLM,SOFTWARE\Microsoft\Updates\Windows XP\SP4\KBXXXXXXHKLM,SOFTWARE\Microsoft\Updates\Windows XP\SP4\KBXXXXXX,"Description",,"Security Update for Windows XP (KBXXXXXX)"Sorry for my english Ciao.
  5. Welcome back!
  6. http://msdn.microsoft.com/en-us/library/windows/hardware/ff546346%28v=vs.85%29.aspx http://www.osronline.com/ddkx/install/inf-format_4oaa.htm Ciao.
  7. you can try with WinNT6.x True Integrator (enable or disable features and packages) Ciao.

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.