Files
windows-scripts/CopyRemoteDesktopFiles.bat
2023-12-05 19:39:38 -06:00

10 lines
632 B
Batchfile
Executable File

copy %SystemRoot%\System32\mstsc.exe \\hypervhost-03\c$\windows\system32\
copy %SystemRoot%\System32\mstscax.dll \\hypervhost-03\c$\windows\system32\
copy %SystemRoot%\System32\msacm32.dll \\hypervhost-03\c$\windows\system32\
copy %SystemRoot%\System32\d2d1.dll \\hypervhost-03\c$\windows\system32\
copy %SystemRoot%\System32\d3d11.dll \\hypervhost-03\c$\windows\system32\
copy %SystemRoot%\System32\dxgi.dll \\hypervhost-03\c$\windows\system32\
copy %SystemRoot%\System32\en-US\mstsc.exe.mui \\hypervhost-03\c$\windows\system32\en-US
copy %SystemRoot%\System32\en-US\mstscax.dll.mui \\hypervhost-03\c$\windows\system32\en-US
pause