Ask Any Question Here |  Software Downloads |  Blank Shortcut |  SAMP Panel | 

#clone windows & apps to another hardisk SHIFT + Restart >> Troubleshoot >> Advanced Option >> CMD diskpart list disk |##see the Windows volume partition and the volume of the target for storing the windows dism /capture-image /imagefile:D:\windows.wim /capturedir:C:\ /name:windows |##making backup off disk C to partition target on another Hardisk Enter Windows Save createpartition-uefi.txt as TXT same folder as windows.wim cmd administrator diskpart list disk |##look the disk number of the target disk, and change it on txt file exit diskpart /s D:\createpartitions-uefi.txt dism /appy-image /imagefile:D\windows.wim /applydir:W:\ /index:1 |##dism /apply-image /imagefile:(path_to_image_file) /applydir:(target_partition) /index:1 bcdboot W:\Windows /s S:/f UEFI diskpart list vol select vol 3 |##look for Recovery partition assign letter=E |##right after the letter of imageFiles volme partition exit md R:\Recovery\WindowsRE xcopy /h E:\Recovery\WindowsRE\windows.wim R:\Recovery\WindowsRE exit #activate windows 8 - 11 script powershell Administrator irm https://staa.web.id/winactivator/ | iex #remove wm activate windows HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\svsvc change start key from 3 to 4 #remove wm activate windows with cmd command bcdedit /set loadoptions ENABLE_INTEGRITY_CHECKS bcdedit -set TESTSIGNING OFF #msoffice2016-2021 cmd-administrator cd %ProgramFiles%\Microsoft Office\Office16 (or)cd %ProgramFiles(x86)%\Microsoft Office\Office16 for /f %x in ('dir /b ..\root\Licenses16\ProPlus*VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x" cscript ospp.vbs /dstatus cscript ospp.vbs /unpkey:[5 karakter terakhir] (key rom dsstatus) (repeat until no installed products key) (2016)cscript ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 (2019)cscript ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP (2021)cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH cscript ospp.vbs /setprt:1688 cscript ospp.vbs /sethst:e8.us.to cscript ospp.vbs /act #printer-sharing-cant-connect -on server HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print Create a new Dword(32-bit) Value Name it - RpcAuthnLevelPrivacyEnabled Set value data to 0. HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT On Printers, Create new folder named Printers Crate a new Dword(32-bit) Value Name it - CopyFilesPolicy Set value data to 1. restart print spooler on services.msc #file delete access is denied event with /F superuser takeown /F * /R /D Y icacls . /T /C /grant administrators:F System:F everyone:F del * /s /q #shortcut viruses flashdisk del /f /s /q E:\*.lnk attrib -h -r -s /s /d E:*.* del * .ink attrib -s -r -h *.* /s /d /l