
- #OO SHUTUP10 OO SHUTUP10 AUTOMATIC AT BOOT SOFTWARE#
- #OO SHUTUP10 OO SHUTUP10 AUTOMATIC AT BOOT CODE#
- #OO SHUTUP10 OO SHUTUP10 AUTOMATIC AT BOOT WINDOWS 7#
- #OO SHUTUP10 OO SHUTUP10 AUTOMATIC AT BOOT DOWNLOAD#
- #OO SHUTUP10 OO SHUTUP10 AUTOMATIC AT BOOT FREE#
#OO SHUTUP10 OO SHUTUP10 AUTOMATIC AT BOOT FREE#
Just because something is free doesn't mean it's not reliable if there are business subscriptions funding the product itself. To me, the amount of telemetry collected from modern crapware indicates a lack of trust in the product from even the developers themselves, which in turn proves to me that the product isn't very good on some level I might not be able to see.
#OO SHUTUP10 OO SHUTUP10 AUTOMATIC AT BOOT SOFTWARE#
Businesses are much more wary if pirated software than consumers so Winrar manages to survive to this day. These companies can exist the same way Winrar can exist: give people the tool for free, wait for them to want to use it at their business and sell the subscriptions there. Most Windows programs, both freeware and paid, are closed source, that's just the way that ecosystem functions.

The same is true for most of macOS/iOS and large parts of the basic feature set found in Android. I can get behind that mindset, but if you're using Windows you've already given up your ability to introspect your system. The risk of using this is much higher than running proprietary ShutUp10, which is already non-zero since it's proprietary. Though I have zero reason to distrust the Ameliorated folks, you generally never want to mess with software (especially OSes) downloaded from anyone other than the official vendor. If there was one single Lineage build for all phones, I'd feel much more comfortable with it. Not to Lineage, where every phone model has its own build and dev team, and each build gets used by maybe a few hundred or thousand people, and reviewed by practically nobody.
#OO SHUTUP10 OO SHUTUP10 AUTOMATIC AT BOOT CODE#
The "open-source means security because code gets vetted" argument only applies to big projects like Chromium, where hundreds of major corporations with world-class software engineers review, and contribute to the source code. Same exact reason people should strongly consider staying away from LineageOS builds and other such things, where the dev team of half a dozen non-vetted anonymous forum users is responsible for everything running on your phone. See XcodeGhost that got caught way after the fact. Generally, even the idea of using an OS downloaded from a random site (big Linux distributions excepted) is a security nightmare: you're trusting random, anonymous people not to put malware deep enough into the OS image where it won't easily be found.
#OO SHUTUP10 OO SHUTUP10 AUTOMATIC AT BOOT WINDOWS 7#
Rem reg add "HKLM\Software\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files\Windows Defender\MsMpEng.This reminds me of the old "Windows XP Service Pack 4", or Windows 7 Minimalist ISOs that were going around. Rem C:\Program Files\Windows Defender\MsMpEng.exe Rem To prevent WD using too much CPU, add this file to the exclusion list: Reg add "HKLM\Software\Policies\Microsoft\Windows Defender\SpyNet" /v "SubmitSamplesConsent" /t REG_DWORD /d "1" /f Rem Send file samples when further analysis is required / 0 - Always prompt / 1 - Send safe samples automatically / 2 - Never send / 3 - Send all samples automatically Reg add "HKLM\Software\Policies\Microsoft\Windows Defender\SpyNet" /v "SpynetReporting" /t REG_DWORD /d "1" /f Rem Cloud-based Protection / 0 - Disable / 1 - Basic / 2 - Advanced Reg add "HKLM\Software\Policies\Microsoft\Windows Defender\MpEngine" /v "MpEnablePus" /t REG_DWORD /d "1" /f
#OO SHUTUP10 OO SHUTUP10 AUTOMATIC AT BOOT DOWNLOAD#
Rem 1 - Potentially Unwanted Application protection (PUP) is enabled, the applications with unwanted behavior will be blocked at download and install-time Schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Verification" /Enable Schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Scheduled Scan" /Enable Schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Cleanup" /Enable Schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Cache Maintenance" /Enable Reg add "HKLM\System\CurrentControlSet\Control\WMI\Autologger\DefenderAuditLogger" /v "Start" /t REG_DWORD /d "1" /f Reg add "HKLM\System\CurrentControlSet\Control\WMI\Autologger\DefenderApiLogger" /v "Start" /t REG_DWORD /d "1" /f Reg add "HKLM\System\CurrentControlSet\Services\WinDefend" /v "Start" /t REG_DWORD /d "2" /f Reg add "HKLM\System\CurrentControlSet\Services\WdNisSvc" /v "Start" /t REG_DWORD /d "2" /f

Reg add "HKLM\System\CurrentControlSet\Services\WdNisDrv" /v "Start" /t REG_DWORD /d "2" /f Reg add "HKLM\System\CurrentControlSet\Services\WdFilter" /v "Start" /t REG_DWORD /d "2" /f Reg add "HKLM\System\CurrentControlSet\Services\WdBoot" /v "Start" /t REG_DWORD /d "2" /f Reg add "HKLM\System\CurrentControlSet\Services\SecurityHealthService" /v "Start" /t REG_DWORD /d "2" /f Reg delete "HKLM\Software\Policies\Microsoft\Windows Defender" /f Rem USE AT OWN RISK AS IS WITHOUT WARRANTY OF ANY KIND !!!!!
