Saturday, January 28, 2023
Thursday, January 26, 2023
Reset Windows Network Settings
:: Network setting reset
echo off
ipconfig /flushdns
netsh winsock reset
netsh int ip reset
:: netcfg -d
:: netsh advfirewall reset
PAUSE
## please copy and paste above lines to notepad and save with filetype .bat
Subscribe to:
Comments (Atom)
-
Restart Exchange Services Get-Service | ? { $_.name -like "MSExchange*" -and $_.Status -eq "Running"} foreach ($servic...
-
Using VMware Update Manager is pretty easy for VMware patch update but I would like to share about how to update VMware ESX patch using comm...