J

Results 16 issues of J

### Description The Edge automatic update scheduled tasks are not disabled. It appears they cannot be found despite being present in the task scheduler (see log). ### How can the...

bug

### Description After running Disable Defender Antivirus Azure data collection, MpAzSubmit.dll is still present: ![image](https://github.com/user-attachments/assets/0be9a741-0f7f-4943-b082-463a5019f525) Console: ``` --- Disable Defender Antivirus Azure data collection Running as NT SERVICE\TrustedInstaller Invoke-AsTrustedInstaller :...

bug

### Description ``` :: Set the registry value: "HKCU\Software\Microsoft\Windows\CurrentVersion\SearchSettings!IsDeviceSearchHistoryEnabled" PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\Software\Microsoft\Windows\CurrentVersion\SearchSettings'; $data = '1'; reg add 'HKCU\Software\Microsoft\Windows\CurrentVersion\SearchSettings' /v 'IsDeviceSearchHistoryEnabled' /t 'REG_DWORD' /d "^""$data"^"" /f" ```...

bug

### Description Under Disable search's access to location: ``` :: Set the registry value: "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search!AllowSearchToUseLocation" PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search'; $data = '1'; reg add 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search' /v 'AllowSearchToUseLocation'...

bug

### Problem statement When enabling "Disable SmartScreen system components", it forces the "Check apps and files" and "SmartScreen for Microsoft Store apps" options in Windows Security to be permanently toggled...

enhancement