CARVIEW |
Select Language
HTTP/2 200
date: Wed, 15 Oct 2025 00:41:51 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=b9b8f946ddf33b61047be5245362182c1fbc4911c83af5a6f73559aa9608af0da%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22UB_Q28bkRT3AGqilni2Fujh2b5ai9TRq%22%3B%7D; HttpOnly; Path=/
cf-ray: 98eb45efad5db080-BLR
Paramétrage à distance du proxy sous Windows - Pastebin.com
SHARE
TWEET

Paramétrage à distance du proxy sous Windows
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- echo Batch pour forcer le parametrage du proxy - MB. Technology Inc 2013 -
- rem requête de l'IP
- @SET /P adresse=[Entrez l'adresse IP du poste]
- pushd "\\chemin\UNC\vers\Sysinternals\"
- rem extraction du SID de l'utilisateur connecté au poste distant
- rem premiere étape, trouver le samaccountname (%samAN%) à partir de l'IP via wmic
- for /f %%a in ('wmic /Node:%adresse% ComputerSystem Get UserName^|find /i "mdl"') do (set samAN=%%a)
- rem seconde étape, récuperer l'USID avec psgetsid.exe (%USID%)
- for /f %%b in ('Psgetsid.exe /accepteula \\%adresse% %samAN%^|find /i "S-1"') do (set USID=%%b)
- rem modification de la base de registre distante
- rem démarrage du service "Registre à distance", passage en auto
- sc \\%adresse% start RemoteRegistry&&sc \\%adresse% config RemoteRegistry start= auto
- reg add "\\%adresse%\HKU\%USID%\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d http:adresse.du.proxy:port /f
- reg add "\\%adresse%\HKU\%USID%\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 00000001 /f
- popd
- pause
Advertisement
Add Comment
Please, Sign In to add comment
-
📌 Swapzone +37% glitch ⭐ A
JavaScript | 2 sec ago | 0.25 KB
-
🚨 Free Crypto Method 🚨
JavaScript | 7 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 9 sec ago | 0.25 KB
-
💡 Instant BTC Profit Method ✅ Working
JavaScript | 17 sec ago | 0.24 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 26 sec ago | 0.24 KB
-
🚀 Swapzone +37% glitch
JavaScript | 45 sec ago | 0.24 KB
-
💎 ChangeNOW Exploit
JavaScript | 54 sec ago | 0.24 KB
-
💡 EASY MONEY GUIDE ✅ Working
JavaScript | 1 min ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand