Skip to content

Commit

Permalink
Merge pull request #1139 from Atlas-OS/notifs-security-warn
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als authored Jul 4, 2024
2 parents 8e2da10 + 2291cea commit c797453
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ fltmc > nul 2>&1 || (
exit /b
)

echo Disabling notifications means **all** notifications, including system ones.
echo This includes notifications that notify you about security updates.
echo]
echo This doesn't improve performance.
echo]
echo ---------------------------------------------------------------------------
echo]
choice /c:yn /n /m "Would you like to continue anyways? [Y/N] "
if %errorlevel% neq 1 exit /b
cls

:main
sc config WpnService start=disabled > nul
sc stop WpnService > nul 2>&1
Expand Down

0 comments on commit c797453

Please sign in to comment.