This commit is contained in:
2025-12-14 15:46:14 +01:00
parent 16a3b886fa
commit 9ab325d39d
310 changed files with 23964 additions and 0 deletions

6
CMD/psexecinst.bat Normal file
View File

@@ -0,0 +1,6 @@
set VERZ=%~dp0
echo ----------------------------------------------------------
echo Es wird einmalig PSexec in das System32 Verz. kopiert
echo ----------------------------------------------------------
copy %VERZ%\psexec.exe c:\windows\system32\"
pause