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:18] 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   REM Verificar estado del firewall
Line 148: Line 148:
   REM Verificar   REM Verificar
   netsh advfirewall show allprofiles state   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.1776197923.txt.gz · Last modified: by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki