added files and folders
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
"%ProgramFiles%\Windows Defender\MpCmdRun.exe" -removedefinitions -dynamicsignatures
|
||||
"%ProgramFiles%\Windows Defender\MpCmdRun.exe" -SignatureUpdate
|
||||
exit
|
||||
@@ -0,0 +1,6 @@
|
||||
pushd %~dp0
|
||||
if not exist "C:\Scripts" mkdir "C:\Scripts"
|
||||
copy /y "\\WINSRVR2019-01\PackageShare\Installers\AutomaticallyInstallDefenderUpdates\AutomaticallyInstallDefenderUpdates.bat" "C:\Scripts"
|
||||
schtasks /ru "SYSTEM" /create /sc hourly /mo 1 /st 23:00 /tn "Install Windows Defender Updates" /tr C:\Scripts\AutomaticallyInstallDefenderUpdates.bat /f
|
||||
popd
|
||||
exit 0
|
||||
@@ -0,0 +1,6 @@
|
||||
pushd %~dp0
|
||||
if not exist "C:\Scripts" mkdir "C:\Scripts"
|
||||
copy /y AutomaticallyInstallDefenderUpdates.bat "C:\Scripts"
|
||||
schtasks /ru "SYSTEM" /create /sc hourly /mo 1 /st 23:00 /tn "Install Windows Defender Updates" /tr C:\Scripts\AutomaticallyInstallDefenderUpdates.bat /f
|
||||
popd
|
||||
pause
|
||||
Reference in New Issue
Block a user