Skip to content

Commit

Permalink
replace xcopy with copy
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 committed Aug 10, 2023
1 parent 5c2d4f4 commit a368953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion additionals/DisableWD.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for %%j in (
if not exist "%%j.revi" if exist %%j (
takeown /F %%j /A >NUL 2>nul
icacls %%j /grant Administrators:F >NUL 2>nul
xcopy "%%j" "%%j.revi" /O >NUL 2>nul
copy "%%j" "%%j.revi" /v >NUL 2>nul
del "%%j" >NUL 2>nul
)
)
Expand Down

0 comments on commit a368953

Please sign in to comment.