-
Windows 10 - Deeper Impressions
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.
-
Official - Windows 10 Worst Crap Ever!
MS posts a list of problems. See: https://docs.microsoft.com/en-us/windows/release-information/status-windows-10-1903
-
Windows 10 - Deeper Impressions
I have upgraded 3 laptops, 1 desktop and 4 VMs to 1809 build from the 1803 build. All have upgraded without problem.
- PEBakery
- PEBakery
-
PEBakery
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
- PEBakery
-
PEBakery
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.
- PEBakery
- PEBakery
- PEBakery
-
PEBakery
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)
- PEBakery
-
PEBakery
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%
- PEBakery