From 4112a67148b08b67f77438b01c7da6166be204b7 Mon Sep 17 00:00:00 2001 From: zjnix <196937783+zjnix@users.noreply.github.com> Date: Fri, 31 Jan 2025 07:57:19 +0700 Subject: [PATCH] Add files via upload --- older-products.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 older-products.md diff --git a/older-products.md b/older-products.md new file mode 100644 index 0000000..644167b --- /dev/null +++ b/older-products.md @@ -0,0 +1,38 @@ +# Windows Vista (Gunakan Edisi Business dan Enterprise) +1. Buka CMD sebagai Administrator kemudian salin dan tempel perintah ini satu persatu. +2. Jika menggunakan edisi Business + + slmgr /rilc + + slmgr /ipk YFKBB-PQJJV-G996G-VWGXY-2V3X8 + + slmgr /skms kms8.msguides.com + + slmgr /ato + +2. Jika menggunakan edisi Enterprise + + slmgr /rilc + + slmgr /ipk VKK3X-68KWM-X2YGT-QR4M6-4BWMV + + slmgr /skms kms8.msguides.com + + slmgr /ato + +# Office 2010 di Windows XP/Vista +1. Buka CMD sebagai Administrator kemudian salin dan tempel perintah ini satu persatu. + +2. Jika menggunakan OS 64-Bit: + + cd \Program Files (x86)\ Microsoft Office\Office14 + cscript ospp.vbs /restartosppsvc + cscript ospp.vbs /sethst:kms8.msguides.com + cscript ospp.vbs /act + +3. Jika menggunakan OS 32-Bit: + + cd \Program Files\ Microsoft Office\Office14 + cscript ospp.vbs /restartosppsvc + cscript ospp.vbs /sethst:kms8.msguides.com + cscript ospp.vbs /act