AveYo

Results 63 comments of AveYo

make sure your default browser is actually set as default in windows settings some details would be nice, like the script used, os, browser, av, language - you know -...

enter these in a cmd / ps and post output: ```ps1 reg query "HKCU\SOFTWARE\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice" reg query "HKCR\microsoft-edge" /s reg query "HKCR\MSEdgeHTM" /s reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\msedge.exe\0" reg...

```cmd 08/15/2022 21:31 42 ChrEdgeFkOff.vbs 1 File(s) 42 bytes ``` The script in your case is just 42 bytes, so that's the issue. You could manually edit it with the...

Was it built-in powershell (5.x), or the cross-platform pscore one (7.x) ? In any case, I will see how I can prevent this from happening in the next update.

found the issue with out-file cmdlet (only happened when copy-pasting in ps), should be fixed now!

Probably tomorrow!

Not yet added, sorry.

does gitlab work? if not, propose something and I will try to mirror it for the next update

Sure! You could also do it as a discussion entry here. https://github.com/AveYo/MediaCreationTool.bat/discussions If it's something I can address in the script itself I will implement it.

Url was removed by microsoft A quick fix before I publish the next update is to replace it with 1809 version. line 198: ```bat set "VER=17134" & set "VID=1803" &...