Cara menemukan Kunci Produk Windows menggunakan VB Script di Windows 11/10
Posting ini akan menunjukkan kepada Anda bagaimana menemukan Windows 11/10 Product License Key Anda menggunakan Script VB(VB Script) . Tetapi saya harus menambahkan bahwa ini berfungsi pada Windows 8.1 , Windows 7 dan versi sebelumnya juga. Jika karena alasan tertentu Anda perlu mengetahui lisensi atau serial Windows Anda, maka posting ini pasti akan membantu Anda menemukan Kunci Produk Windows 10 Anda(find your Windows 10 Product Key) .
Temukan (Find)Kunci Produk(Product Key) Windows 11/10 menggunakan VB Script
Buka Notepad dan salin-tempel berikut ini:
Set WshShell = CreateObject("WScript.Shell") MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId")) Function ConvertToKey(Key) Const KeyOffset = 52 i = 28 Chars = "BCDFGHJKMPQRTVWXY2346789" Do Cur = 0 x = 14 Do Cur = Cur * 256 Cur = Key(x + KeyOffset) + Cur Key(x + KeyOffset) = (Cur \ 24) And 255 Cur = Cur Mod 24 x = x -1 Loop While x >= 0 i = i -1 KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput If (((29 - i) Mod 6) = 0) And (i <> -1) Then i = i -1 KeyOutput = "-" & KeyOutput End If Loop While i >= 0 ConvertToKey = KeyOutput End Function
Di kotak dialog Simpan(Save) sebagai, pilih Semua file dan simpan file ini sebagai file .vbs, beri nama yang sesuai seperti keyfinder.vbs.
Sekarang jalankan file ini, dan Anda akan melihat kunci produk Windows 10 Anda.
Anda juga dapat menemukan Kunci Produk Windows menggunakan Command Prompt atau PowerShell(find Windows Product Key using Command Prompt or PowerShell) .
Jika metode ini tidak berhasil untuk Anda, Anda juga dapat menggunakan beberapa Pencari Kunci Perangkat Lunak(Software Key Finders) gratis untuk memulihkan dan menyimpan, tidak hanya Windows , tetapi bahkan Office , Perangkat Lunak(Software) , serial Game(Games) , dan kunci lisensi.
Posting ini akan membantu Anda jika Anda ingin menghapus Windows Product Key jika Anda merasa perlu.
Related posts
Cara Mengetahui Windows 10 OEM Product Key
Cara Menemukan Product Key or Digital License Key di Windows 10
Change product Tautan Kunci Tidak Tersedia di Windows 10
Cara mentransfer lisensi Windows 10 ke komputer lain
Find Windows 10 Product Key Menggunakan Command Prompt or PowerShell
Cara Menggunakan Windows Key Shortcut Guide PowerToy di Windows 11/10
Apa itu PLS file? Bagaimana cara membuat PLS file di Windows 11/10?
Best Gratis Timetable software untuk Windows 11/10
Cara Menghapus Tombol Microsoft Office product
Cara Menambahkan Group Policy Editor ke Windows 10 Home Edition
Cara menukar drive hard disk di Windows 10 dengan Hot Swap
Best Gratis ISO Mounter software untuk Windows 10
Mail and Calendar app freezes, crash atau tidak bekerja di Windows 11/10
Adjust Monitor Anda untuk screen resolution di Windows 10
Microsoft Intune tidak menyinkronkan? Force Intune untuk disinkronkan di Windows 11/10
Cara mengukur Reaction Time di Windows 11/10
Cara Menampilkan Details pane di File Explorer di Windows 10
Apa arti berbagai jenis Microsoft Product Keys?
perangkat HDMI playback tidak muncul di Windows 10
Cara membuat Radar Chart di Windows 11/10