added RDPwrapper
This commit is contained in:
parent
97b88f8a62
commit
72099e2203
5023
scripts/config/rdpwrap.ini
Normal file
5023
scripts/config/rdpwrap.ini
Normal file
File diff suppressed because it is too large
Load Diff
BIN
scripts/startmenu/RDPConf.lnk
Normal file
BIN
scripts/startmenu/RDPConf.lnk
Normal file
Binary file not shown.
@ -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
|
||||
|
@ -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
|
||||
|
|
13
tools/install-rdpwrapper.cmd
Normal file
13
tools/install-rdpwrapper.cmd
Normal 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 #######
|
||||
|
Loading…
Reference in New Issue
Block a user