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.

Paraglider

Member
  • Joined

  • Last visited

  • Country

    United States
  1. VMWare released version 14.1.8: https://docs.vmware.com/en/VMware-Workstation-Pro/14/rn/VMware-Workstation-1418-Pro-Release-Notes.html with this fix: Unable to run VMware Workstation Pro / Player 14.x after updates on Windows 10 1903 VMware Workstation Pro and Player versions 14.x and earlier failed to launch on Windows 10 1903, after Windows 10 KB updates were applied.
  2. MS posts a list of problems. See: https://docs.microsoft.com/en-us/windows/release-information/status-windows-10-1903
  3. I have upgraded 3 laptops, 1 desktop and 4 VMs to 1809 build from the 1803 build. All have upgraded without problem.
  4. Paraglider replied to Joveler's topic in Windows PE
    I think its all the junction points that are the issue in mounting. They all are rebased to point at the mount folders. If you look at the extracted folders from a se build the junction points don't work.
  5. Paraglider replied to Joveler's topic in Windows PE
    It would be nice if the syntax check log included the line number of the line in the script.
  6. Paraglider replied to Joveler's topic in Windows PE
    Another compatibility issue with RegWrite: RegWrite,HKLM,0x7,"Tmp_Software\Safer Networking Limited\Spybot - Search & Destroy 2","Download Directories" reports this error: [1/2] Invalid RegWrite Syntax (RegWrite,HKLM,0x7,"Tmp_Software\Safer Networking Limited\Spybot - Search & Destroy 2","Download Directories") If you export the key with regedit I see: REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Spybot - Search & Destroy 2] "Download Directories"=hex(7):00 Or in unicode format: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Spybot - Search & Destroy 2] "Download Directories"=hex(7):00,00
  7. Paraglider replied to Joveler's topic in Windows PE
    This: If,NotExistFile,"%SourceFolder%\testdisk_win.exe",Run,%ScriptFile%,Halt reports this error [1/1] Wrong branch condition [NotExistFile] (If,NotExistFile,"%SourceFolder%\testdisk_win.exe",Run,%ScriptFile%,Halt) I have all compatability optons checked.
  8. Paraglider replied to Joveler's topic in Windows PE
    I have found a number of incompatibilities so far: In strings winbuilder supports "" as a double quote escape character as well as #$q Winbuilder does not require a description= line in main Winbuilder supports a not prefix e.g. NotExistDir as well as Not,ExistDir. This seems to be supported for all Exist variants.
  9. Paraglider replied to Joveler's topic in Windows PE
    Seems like syntax checker does not report the actual error any more when a script is referenced through a link file: 1 syntax error detected at [Win10PESE\Addons.PG\Pwdsafe\PasswordSafe.link] [1/1] Syntax error () Section Coverage : 100% (6/6)
  10. Paraglider replied to Joveler's topic in Windows PE
    Thanks. That fixed it. Getting closer to my modified version of win10pese working.
  11. Paraglider replied to Joveler's topic in Windows PE
    Note I have the winbuilder help online here: http://wb.paraglidernc.com/Help/default.html
  12. Paraglider replied to Joveler's topic in Windows PE
    I still cannot get existregmulti to work. I get a script error from this: if,not,ExistVar,HKLM,Tmp_System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F},UpperFilters,begin RegWrite,HKLM,0x7,Tmp_System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F},UpperFilters,hotcore3 end else,begin If,not,EXISTREGMULTI,HKLM,Tmp_System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F},UpperFilters,hotcore3,begin RegMulti,HKLM,Tmp_System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F},UpperFilters,APPEND,hotcore3 end end 2 syntax error detected at [Win10PESE\Addons.PG\HDM15Pro\hdm15pro.link] [1/2] Wrong CodeType [Tmp_System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F}], Only alphabet, number and underscore can be used as CodeType (if,not,ExistVar,HKLM,Tmp_System\ControlSet001\Control\Class\{71A27CDD-812A-11D0-BEC7-08002BE2092F},UpperFilters,begin) [2/2] Cannot parse Section [SetupReg.AddReg] : Else must be used after If (else,begin) Section Coverage : 100% (6/6)
  13. Paraglider replied to Joveler's topic in Windows PE
    I got a permanent ban ( and an ip block ) there as well for mentioning script a second time.
  14. Paraglider replied to Joveler's topic in Windows PE
    Did not fix this one though which I fixed by changing the win10pese script: Search plugin fails inside the macro library called by this script line: Call,FileCopy,%Source_sys%\prm*.dll,%Target_Sys% Although there seems no need to use Call. I changed to: FileCopy,%Source_sys%\prm*.dll,%Target_Sys%
  15. Paraglider replied to Joveler's topic in Windows PE
    Probably could debug it myself. Already temporarily fixed a bug to remove dependence on Main containing a description line which I reported to the author.

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.