Menampilkan Product Key Microsoft Office Tanpa Aplikasi Tambahan

Oleh Netrix Ken

Jika Anda kehilangan product key atau serial Microsoft Office Anda, atau lupa menyimpannya dimana dan Anda tidak dapat menemukannya, kali ini AplikasiPC akan berbagai cara untuk menampilkan product key dari Office Anda yang telah terinstall pada PC Anda tanpa bantuan aplikasi pihak ketiga. Berikut adalah caranya:

Menampilkan Serial / Product Key Microsoft Office

Langkah 1: Buka Notepad. Caranya, ketik “notepad” pada Start menu atau boks pencarian yang ada pada taksbar lalu tekan Enter.

Membuka Notepad melalui Start Menu

Membuka Notepad melalui Start Menu

Langkah 2: Salin script berikut ini ke jendela Notepad yang telah dibuka pada langkah 1.

function Get-MSOfficeProductKey {
param(
[string[]]$computerName = "."
)
$product = @()
$hklm = 2147483650
$path = "SOFTWARE\Microsoft\Office"
foreach ($computer in $computerName) {
$wmi = [WMIClass]"\\$computer\root\default:stdRegProv"
$subkeys1 = $wmi.EnumKey($hklm,$path)
foreach ($subkey1 in $subkeys1.snames) {
$subkeys2 = $wmi.EnumKey($hklm,"$path\$subkey1")
foreach ($subkey2 in $subkeys2.snames) {
$subkeys3 = $wmi.EnumKey($hklm,"$path\$subkey1\$subkey2")
foreach ($subkey3 in $subkeys3.snames) {
$subkeys4 = $wmi.EnumValues($hklm,"$path\$subkey1\$subkey2\$subkey3")
foreach ($subkey4 in $subkeys4.snames) {
if ($subkey4 -eq "digitalproductid") {
$temp = "" | select ComputerName,ProductName,ProductKey
$temp.ComputerName = $computer
$productName = $wmi.GetStringValue($hklm,"$path\$subkey1\$subkey2\$subkey3","productname")
$temp.ProductName = $productName.sValue
$data = $wmi.GetBinaryValue($hklm,"$path\$subkey1\$subkey2\$subkey3","digitalproductid")
$valueData = ($data.uValue)[52..66]
# decrypt base24 encoded binary data 
$productKey = ""
$chars = "BCDFGHJKMPQRTVWXY2346789"
for ($i = 24; $i -ge 0; $i--) { 
$r = 0 
for ($j = 14; $j -ge 0; $j--) { 
$r = ($r * 256) -bxor $valueData[$j] 
$valueData[$j] = [math]::Truncate($r / 24)
$r = $r % 24 
} 
$productKey = $chars[$r] + $productKey 
if (($i % 5) -eq 0 -and $i -ne 0) { 
$productKey = "-" + $productKey 
} 
} 
$temp.ProductKey = $productKey
$product += $temp
}
}
}
}
}
}
$product
}

Langkah 3: Untuk mempermudah, simpan script di atas dengan ekstensi “.ps1” di dekstop Anda. Download file office.ps1 jika script di atas sulit di copy – paste.

Catatan: Pastikan Anda menyimpan script di atas dengan ekstensi “.ps1“, Anda dapat menulis nama filenya dengan petik ganda, contohnya: “office.ps1“.

Simpan File Script PS1

Simpan File Script PS1

Selanjutnya, Anda harus memastikan arsitektur Microsoft Office yang Anda gunakan, 32-bit atau 64-bit. Sebagai catatan, jika Anda menggunakan Office 2007, 2003, atau versi sebelumnya, sudah pasti Microsoft Office yang Anda gunakan adalah 32-bit karena memang pada saat itu Microsoft hanya merilis satu versi saja. Selain itu, jika Anda menggunakan sistem operasi Windows 32-bit, sudah pasti Office yang Anda gunakan juga 32-bit, karena Windows 32-bit tidak dapat menginstall aplikasi 64-bit.

Namun, jika Anda menggunakan Windows 64-bit dan Office di atas versi 2007 (contoh: Office 2010, 2013, atau 2016), Office yang terinstall pada PC Anda bisa saja versi 32-bit atau 64-bit. Untuk mengetahuinya, buka salah satu aplikasi Office seperti Word, OneNote, Excel, atau lainnya. Klik File lalu klik Help. Pada sisi kanan, di bagian About, Anda akan melihat arsitektur Office yang Anda gunakan.

Langkah 4: Jika Anda sudah mengetahui versi Office yang Anda gunakan, selanjutnya buka Powershell as administrator. Jika Anda menggunakan Office 32-bit, buka Powershell versi 32-bit, namun jika Anda menjalankan Office 64-bit, buka Powershell dengan label 64-bit.

Untuk membuka Powershell as administrator, ketik powershell di Start menu atau kotak pencarian yang ada pada taskbar, pilih powershell yang sesuai dengan Office yang terinstall pada PC Anda. Untuk versi 32-bit, maka jalankan “Windows PowerShell (x86)“, untuk versi 64-bit, maka jalankan “Windows PowerShell” tanpa embel-embel “x86” pada namanya. Klik kanan Powershell yang sesuai lalu pilih opsi Run as administrator. Kini seharusnya jendela Powershell akan terbuka.

Langkah 5: Aktifkan eksekusi file lokal yang tidak memiliki sertifikat digital. Caranya, ketik perintah berikut ini (Anda dapat copy dan paste perintah di bawah ini secara langsung) lalu tekan Enter.

Set-ExecutionPolicy RemoteSigned
PowerShell As Administrator

PowerShell As Administrator

Langkah 6: Selanjutnya, ketik perintah di bawah ini lalu tekan Enter.

Import-Module C:\Users\AplikasiPC\Desktop\office.ps1; Get-MSOfficeProductKey

Catatan: Anda harus merubah path pada perintah di atas. Contohnya jika username Anda adalah “PCSAYA”, maka masukan perintah seperti di bawah ini:

Import-Module C:\Users\PCSAYA\Desktop\office.ps1; Get-MSOfficeProductKey

Binggooo!!! Product key Microsoft Office Anda akan tampil di jendela PowerShell secara langsung.

UPDATE

Menampilkan Product Key dengan Belarc Advisor

Sekedar membantu, download aja di Google, nama aplikasi nya BELARC ADVISOR, setelah di di download kemudian jalankan, tunggu sampe proses selesai, nanti akan muncul informasi tentang perangkat Anda, lengkap dengan info product key, baik Windows maupun Office. Semoga bermanfaat

Kredit: Komentar oleh Bang Nasution

Product KeyScriptSerial mikrosoft office minta produk keycara mengetahui Product key office 2013cara mengetahui product key ms word kitamencari product key microsoft office 2016cara mengganti product key office 2016cara instal microsoft office 2010 tanpa product keycara menampilkan product officecara install office tanpa productoffice berikutcara menampilkan product

Tentang Penulis

Netrix Ken

Netrix Ken
  • Profil Penulis:

Menyukai dunia IT dan suka berbagi pengalaman melalui Internet.

Baca Juga

  • Download Office 2016 Gratis Langsung Dari Server Microsoft

    Download Office 2016 Gratis Langsung Dari Server Microsoft

    29 Agu 2018 - 13 Komentar
  • Tanggal Rilis, Harga, dan Fitur Baru Microsoft Office 2021

    Tanggal Rilis, Harga, dan Fitur Baru Microsoft Office 2021

    20 Agu 2023 - 0 Komentar
  • Microsoft Office 2019 Tidak Bisa di Install di Windows 7 & Windows 8/8.1

    Microsoft Office 2019 Tidak Bisa di Install di Windows 7 & Windows 8/8.1

    3 Mar 2024 - 0 Komentar
  • Uninstall Office 2013 / 2016 / 365 Secara Keseluruhan

    Uninstall Office 2013 / 2016 / 365 Secara Keseluruhan

    6 Mei 2019 - 4 Komentar
  • Download gratis Microsoft Office 2010 beta home dan business

    Download gratis Microsoft Office 2010 beta home dan business

    1 Des 2022 - 2 Komentar
  • Menampilkan Product Key di Windows 10, Windows 8, dan Windows 7

    Menampilkan Product Key di Windows 10, Windows 8, dan Windows 7

    1 Feb 2019 - 21 Komentar
  • Download Microsoft Office 2013 (Office 365 Customer Preview)

    Download Microsoft Office 2013 (Office 365 Customer Preview)

    1 Apr 2019 - 2 Komentar
  • Update Microsoft Office 2016 16.0.6366.2062 Dirilis Untuk Office Insiders

    Update Microsoft Office 2016 16.0.6366.2062 Dirilis Untuk Office Insiders

    29 Agu 2018 - 1 Komentar
  • Download ISO Windows/Office Gratis: Windows and Office ISO Downloader

    Download ISO Windows/Office Gratis: Windows and Office ISO Downloader

    7 Jul 2022 - 0 Komentar
  • Microsoft Office 2016 RTM Diluncurkan, Inilah Harga dan Fitur Barunya

    Microsoft Office 2016 RTM Diluncurkan, Inilah Harga dan Fitur Barunya

    1 Feb 2019 - 1 Komentar

Pertanyaan & Diskusi

Kirim Komentar

47 Komentar ke "Menampilkan Product Key Microsoft Office Tanpa Aplikasi Tambahan"

  1. vico berkata:

    Tanpa aplikasi. ternyata pakai aplikasi.

  2. yo berkata:

    kak mau tanya, itu untuk usernamenya itu yg mana ya?
    Import-Module C:\Users\PCSAYA\Desktop\office.ps1; Get-MSOfficeProductKey yg bagian ini

  3. Triyono berkata:

    cara menginstall belarcadvisor nya gimana ya gan, krn muncul tulisan seperti ini “check your Internet connection. Microsoft Defender SmartScreen is unreacable and can’t help you decide if this app is ok to run” apa tetap di perintah Run saja atau ada tindakan lain

  4. FEBRINA berkata:

    min katanya kalo 32 pake powershell yg ada embel 86, tapi ga bisa di run adm , halaman nya ga muncul. tapi ada satu lagi powershell ISE (x86). pas di run adm halamannya muncul. tapi belum saya coba paste script nya. jtakut salah
    apakah boleh pake powershell 86 yang ada embel ISE nya?
    makasihhh

  5. YER berkata:

    min, mohon maaf izin bertanya saya sudah mengikuti langkah, tapi kenapa muncul seperti sini ya min? mohon bantuannyaa

    Import-Module : The specified module ‘C:\Users\ThisPC\Desktop\office.ps1’ was not loaded because no valid module file
    was found in any module directory.
    At line:1 char:1
    + Import-Module C:\Users\ThisPC\Desktop\office.ps1; Get-MSOfficeProduct …
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ResourceUnavailable: (C:\Users\ThisPC\Desktop\office.ps1:String) [Import-Module], FileNo
    tFoundException
    + FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand

    Get-MSOfficeProductKeyImport-Module : The term ‘Get-MSOfficeProductKeyImport-Module’ is not recognized as the name of
    a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
    verify that the path is correct and try again.
    At line:1 char:51
    + … hisPC\Desktop\office.ps1; Get-MSOfficeProductKeyImport-Module C:\User …
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (Get-MSOfficeProductKeyImport-Module:String) [], CommandNotFoundExceptio
    n
    + FullyQualifiedErrorId : CommandNotFoundException

    Get-MSOfficeProductKey : The term ‘Get-MSOfficeProductKey’ is not recognized as the name of a cmdlet, function, script
    file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
    and try again.
    At line:1 char:121
    + … mport-Module C:\Users\ASUS\Desktop\office.ps1; Get-MSOfficeProductKey
    + ~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (Get-MSOfficeProductKey:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

  6. Didin berkata:

    saya udah sampek Import-Module “C:\Users\USER\Desktop\office.ps1”; Get-MSOfficeProductKey. Tapi kok ga muncul ya gan product key nya?

  7. Wahyu manru berkata:

    Ini kok ada tulisan error’ gan kenapa y saya kan udah ikut perintah kenapa error’ y gan?

  8. Haris berkata:

    Udah saya perintah import module dst, tp kok ga muncul apa apa?

  9. Bang Nasution berkata:

    Sekedar membantu, download aja di Google, nama aplikasi nya BELARC ADVISOR, setelah di di download kemudian jalankan, tunggu sampe proses selesai, nanti akan muncul informasi tentang perangkat Anda, lengkap dengan info product key, baik Windows maupun Office. Semoga bermanfaat

  10. Abgu; berkata:

    saya ga muncul setelah di enter ga ada error tp ga muncul.. apa tidak berlaku untuk office 2016?

  11. whandy berkata:

    Kenapa aku juga engga bisa yah kak.
    cara di atas udah aku ikutin semua tapi gak bisa juga.

    PS C:\Windows\system32> Import-Module C:\Users\whandy\Dokumen\office.ps1; Get-MSOfficeProductKey
    Import-Module : The specified module 'C:\Users\whandy\Dokumen\office.ps1' was not loaded because no valid module file
    was found in any module directory.
    At line:1 char:1
    + Import-Module C:\Users\whandy\Dokumen\office.ps1; Get-MSOfficeProduct ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (C:\Users\whandy\Dokumen\office.ps1:String) [Import-Module], FileNo
    tFoundException
    + FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
    Get-MSOfficeProductKey : The term 'Get-MSOfficeProductKey' is not recognized as the name of a cmdlet, function, script
    file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
    and try again.
    At line:1 char:51
    + ... ort-Module C:\Users\whandy\Dokumen\office.ps1; Get-MSOfficeProductKey
    +                                                    ~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Get-MSOfficeProductKey:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
    

    selalu aja seperti ini.

    • admin berkata:

      Karena file office.ps1 tidak ditemukan mas.. Coba cek kembali apakah lokasi penyimpanan benar di “C:\Users\whandy\Dokumen\”? Secara umu seharusnya sih “C:\Users\whandyn\Documents”

  12. Yulia berkata:

    Min ini gimana ya

    PS C:\Users\LENOVO> C:\Users\LENOVO\Desktop\office.ps1
    C:\Users\LENOVO\Desktop\office.ps1 : The term 'C:\Users\LENOVO\Desktop\office.ps1' is not recognized as the name of a c
    mdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify th
    at the path is correct and try again.
    At line:1 char:1
    + C:\Users\LENOVO\Desktop\office.ps1
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\LENOVO\Desktop\office.ps1:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
  13. aureo berkata:

    ini username nya pake yang mana ya kak… aku ga paham sama skali. ga ngeh kak. mohon bantuanya

  14. getha berkata:

    setelah klik run as administrator yang muncul malah restrictions itu bagaimana ya min? mohon bantuannya

    • admin berkata:

      Boleh tau pesan yang muncul?

      • vita berkata:

        Ketika klik run as administrator di powershell kelurnya restrictionis pesannya seperti ini mas “this operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator

  15. Idha Pujawati berkata:

    Klok muncul kyk gini gimana khan trusannya?

    Windows PowerShell
    Copyright (C) Microsoft Corporation. All rights reserved.
    PS C:\WINDOWS\system32> Set-ExecutionPolicy RemoteSigned
    Execution Policy Change
    The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose
    you to the security risks described in the about_Execution_Policies help topic at
    https:/go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy?
    [Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "N"):
    PS C:\WINDOWS\system32> Import-Module C:\Users\Idha Pujawati\Desktop\office.ps1; Get-MSOfficeProductKey
    Import-Module : A positional parameter cannot be found that accepts argument 'Pujawati\Desktop\office.ps1'.
    At line:1 char:1
    + Import-Module C:\Users\Idha Pujawati\Desktop\office.ps1; Get-MSOffice ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Import-Module], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
    Get-MSOfficeProductKey : The term 'Get-MSOfficeProductKey' is not recognized as the name of a cmdlet, function, script
    file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
    and try again.
    At line:1 char:58
    + ... ule C:\Users\Idha Pujawati\Desktop\office.ps1; Get-MSOfficeProductKey
    +                                                    ~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Get-MSOfficeProductKey:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
  16. ismi berkata:

    di powershell administrator,, yang disini kan “yes” berwarna kuning,,
    kenapa di saya yang “no” berwarna kuning bukan yes??

    tolong jawabannya min,, terimakasih ini sangat membantu

  17. d berkata:

    kalo yang muncul gini gimana om

    Import-Module : File C:\Users\hp\Desktop\office.ps1 cannot be loaded because running scripts is disabled on this
    system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
    At line:1 char:1
    + Import-Module C:\Users\hp\Desktop\office.ps1; Get-MSOfficeProductKey
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : SecurityError: (:) [Import-Module], PSSecurityException
    + FullyQualifiedErrorId : UnauthorizedAccess,Microsoft.PowerShell.Commands.ImportModuleCommand
    PS C:\windows\system32> Import-Module C:\Users\hp\Desktop\office.ps1; Get-MSOfficeProductKey
    Import-Module : File C:\Users\hp\Desktop\office.ps1 cannot be loaded because running scripts is disabled on this
    system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
    At line:1 char:1
    + Import-Module C:\Users\hp\Desktop\office.ps1; Get-MSOfficeProductKey
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : SecurityError: (:) [Import-Module], PSSecurityException
    + FullyQualifiedErrorId : UnauthorizedAccess,Microsoft.PowerShell.Commands.ImportModuleCommand
  18. Santana berkata:

    Saat buka notepad tidak muncul ap2

  19. hasan berkata:

    makasih gan, sudah berbagai cara dan berbagai situs selalu gagal. dengan cara anda langsung joss

  20. Ridwan berkata:

    Artikel nya sangat bermanfaat Pak. Sukses terus.

    Untuk lihat Product Key di Windows ada caranya kah Pak?
    Saya mau coba ganti script nya yang microsoft office ke windows, cuman agak takut.

    Mohon Penjelasannya Pak.

  21. Yudi YB berkata:

    Help me om…., saya ada beberapa pertanyaan :
    1) saya mo liat product key ms office 2016, pada tahapan Import-Module
    C:\Users\AplikasiPC\Desktop\office.ps1; Get-MSOfficeProductKey, tetap gak tampil product keynya.
    2) untuk mengetahui username pada pc saya, gimana caranya om
    makasih om

  22. naura berkata:

    jadi productKey nya gak muncul..

  23. naura berkata:

    di powershell administrator,, yang disini kan “yes” berwarna kuning,,
    kenapa di saya yang “no” berwarna kuning bukan yes??

    tolong jawabannya min,, terimakasih ini sangat membantu

  24. jo berkata:

    gagal mas..
    kurang detail infonya, punya sy versi Officenya 64 bit.
    di awal powershell administrator tertulis: PS C:\users\John\>
    setelah itu perintahnya apa?? tolong pencerahannya. tks, sukses selalu

  25. email office 365 berkata:

    Wah… keliatan nya keren nih. nanti saya coba yah.
    Makasih infonya 😀

© 2024AplikasiPC. Hak cipta dilindungi.
Dibawah lisensi AskNet Media.