Advertisement
Munfaqqiha

RDP Task

Dec 2nd, 2024
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.83 KB | None | 0 0
  1. 1. jalankan kustom.reg (WXI: http://pastebin.com/raw/Up5PxHUT) / multiple.reg (WServer) dan ubah power option ke high... nonaktifkan limit sleep, dsb...
  2. 2. gpedit.msc: Computer Configuration > Windows Settings > Security Settings > Account Policies > Account Lockout Policy > Account Lockout Threshold
  3. 3. gpedit.msc: Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections > Restrict Remote Desktop...
  4. 4. Set-ExecutionPolicy Unrestricted
  5. 5. Invoke-WebRequest -UseBasicParsing https://cloudbase.it/downloads/CloudbaseInitSetup_Stable_x64.msi -OutFile cloudbaseinit.msi ; ./cloudbaseinit.msi
  6.    # Get-AppxPackage -AllUsers *Microsoft.HEVCVi*
  7.    # Remove-AppxPackage -Package *Microsoft.HEVCVi* -AllUsers
  8. 6. Get-AppxPackage -AllUsers *Microsoft.HEVCVi* | Remove-AppxPackage
  9.  
  10.  
  11. ## INFO ############################################################
  12.  
  13. // unattend.xml https://pastebin.com/raw/Dz0vMSHL
  14.  
  15. https://ask.cloudbase.it/question/1011/updating-windows-imagesysprep-how-to-rearm-clouldbase-init
  16. // SEBELUM YG DI BAWAH, UBAH POWER OPTION KE HIGH... NONAKTIFKAN LIMIT SLEEP, DSB...
  17. reg delete "HKLM\SOFTWARE\Cloudbase Solutions" /f && reg delete "HKLMSOFTWARE\WOW6432Node\Cloudbase Solutions" /f
  18.  
  19. // #W11: test utk #W11: In the configuration options window, change the following settings:
  20. Username: Administrator
  21. Network adapter to configure: Red Hat VirtIO Ethernet Adapter
  22. Serial port for logging: COM1
  23. When the installation is done, in the Complete the Cloudbase-Init Setup Wizard window, select the Run Sysprep and Shutdown check boxes and click Finish.
  24. Wait for the machine shutdown.
  25.  
  26. // W10 image lite tak bisa driver virtio terbaru, pakelah virtio-win-0.1.215 https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.215-1
  27.  
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement