We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2d4f4 commit a368953Copy full SHA for a368953
additionals/DisableWD.bat
@@ -30,7 +30,7 @@ for %%j in (
30
if not exist "%%j.revi" if exist %%j (
31
takeown /F %%j /A >NUL 2>nul
32
icacls %%j /grant Administrators:F >NUL 2>nul
33
- xcopy "%%j" "%%j.revi" /O >NUL 2>nul
+ copy "%%j" "%%j.revi" /v >NUL 2>nul
34
del "%%j" >NUL 2>nul
35
)
36
0 commit comments