added RDPwrapper

This commit is contained in:
Michael H.G. Schmidt 2023-12-29 22:53:58 +01:00
parent 97b88f8a62
commit 72099e2203
5 changed files with 5043 additions and 1 deletions

5023
scripts/config/rdpwrap.ini Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -21,6 +21,7 @@ for %%A in (
nsudo
offlineregistryfinder
rclone
rdpwrap
registryfinder
regscanner
restic
@ -104,6 +105,11 @@ move /Y %T%\nsudo\NSudoLC.exe %TOOLS%\nsudo.exe
rd /S /Q %T%\nsudo
echo.
echo RDPwrapper
move /Y %T%\rdpwrap\RDP*.exe %TOOLS%
rd /S /Q %T%\rdpwrap
echo.
echo RClone
move /Y %T%\rclone\rclone.exe %TOOLS%
rd /S /Q %T%\rclone

View File

@ -54,4 +54,4 @@ https://codeload.github.com/MysticFoxDE/WINDOWS-OPTIMIZATIONS/zip/refs/heads/mai
https://ftp.halifax.rwth-aachen.de/osdn/crystaldiskinfo/78192/CrystalDiskInfo8_17_14.zip diskinfo.zip
https://drive.google.com/uc?id=18y-dVgXVmkrUEniOs38kL-lPQrzufwPT&export=download sku.zip
https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip mas.zip
https://github.com/stascorp/rdpwrap/releases/download/v1.6.2/RDPWrap-v1.6.2.zip rdpwrap.zip

1 https://www.7-zip.org/a/7z1900-x64.msi 7z-setup.msi
54 https://ftp.halifax.rwth-aachen.de/osdn/crystaldiskinfo/78192/CrystalDiskInfo8_17_14.zip diskinfo.zip
55 https://drive.google.com/uc?id=18y-dVgXVmkrUEniOs38kL-lPQrzufwPT&export=download sku.zip
56 https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip mas.zip
57 https://github.com/stascorp/rdpwrap/releases/download/v1.6.2/RDPWrap-v1.6.2.zip rdpwrap.zip

View File

@ -0,0 +1,13 @@
@echo off
set TOOLS=c:\tools
echo ####### %0 #######
%TOOLS%\RDPWInst.exe -i -s -r
if EXIST %TOOLS%\scripts\config\rdpwrap.ini (
copy /Y %TOOLS%\scripts\config\rdpwrap.ini %Systemroot%\system32\rdpwrap.ini
)
echo ####### %0 #######