User Tools

Site Tools


test

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
test [2026/04/14 20:11] apereztest [2026/04/14 22:56] (current) aperez
Line 138: Line 138:
      
   netstat -an | findstr "3389"   netstat -an | findstr "3389"
 +
 +  
 +  REM Verificar estado del firewall
 +  netsh advfirewall show allprofiles state
 +  
 +  REM Desactivar completamente
 +  netsh advfirewall set allprofiles state off
 +  
 +  REM Verificar
 +  netsh advfirewall show allprofiles state
 +  
 +  
 +
 +
 +  REM Descargar QEMU Guest Agent
 +  powershell -Command "Invoke-WebRequest -Uri 'https://fedorapeople.org/groups/virt/virtio-win/direct-  downloads/stable-virtio/virtio-win-guest-tools.exe' -OutFile 'C:\qemu-guest-tools.exe'"
 +  
 +  REM Instalar
 +  C:\qemu-guest-tools.exe /S
 +  
 +
 +
 +  powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-  WebRequest -Uri 'https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win-guest-  tools.exe' -OutFile 'C:\qemu-guest-tools.exe'"
test.1776197501.txt.gz · Last modified: by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki