Grant
Grant
When run as a scheduled task, the script does not make use of the location it's being run from, so it cannot find `.\SkipList.txt` It defaults to running from C:\Windows\System32...
Line https://github.com/MHimken/WinRE-Customization/blob/main/Patch-WinRE.ps1#L1034C1-L1034C74 `if ((Get-ItemProperty $FilesDriver).Attributes -eq 'Directory') {`... returns false when directory has additional attributes such as "NotContentIndexed" Maybe `(Get-ItemProperty $FilesDriver).Attributes -Match "Directory")` ?
"Enable Workspaces (User)" claims that not configuring will prevent users from accessing the feature. This is not true. If enabled - it forces the feature on and cannot be disabled...