Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. jalankan kustom.reg (WXI: http://pastebin.com/raw/Up5PxHUT) / multiple.reg (WServer) dan ubah power option ke high... nonaktifkan limit sleep, dsb...
- 2. gpedit.msc: Computer Configuration > Windows Settings > Security Settings > Account Policies > Account Lockout Policy > Account Lockout Threshold
- 3. gpedit.msc: Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections > Restrict Remote Desktop...
- 4. Set-ExecutionPolicy Unrestricted
- 5. Invoke-WebRequest -UseBasicParsing https://cloudbase.it/downloads/CloudbaseInitSetup_Stable_x64.msi -OutFile cloudbaseinit.msi ; ./cloudbaseinit.msi
- # Get-AppxPackage -AllUsers *Microsoft.HEVCVi*
- # Remove-AppxPackage -Package *Microsoft.HEVCVi* -AllUsers
- 6. Get-AppxPackage -AllUsers *Microsoft.HEVCVi* | Remove-AppxPackage
- ## INFO ############################################################
- // unattend.xml https://pastebin.com/raw/Dz0vMSHL
- https://ask.cloudbase.it/question/1011/updating-windows-imagesysprep-how-to-rearm-clouldbase-init
- // SEBELUM YG DI BAWAH, UBAH POWER OPTION KE HIGH... NONAKTIFKAN LIMIT SLEEP, DSB...
- reg delete "HKLM\SOFTWARE\Cloudbase Solutions" /f && reg delete "HKLMSOFTWARE\WOW6432Node\Cloudbase Solutions" /f
- // #W11: test utk #W11: In the configuration options window, change the following settings:
- Username: Administrator
- Network adapter to configure: Red Hat VirtIO Ethernet Adapter
- Serial port for logging: COM1
- 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.
- Wait for the machine shutdown.
- // 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement