Monday, April 3, 2023

Activate Win 11

Not tested..will try later. Wait for it...

 

CMD 1: Install KMS client key. Use the command “slmgr /ipk yourlicensekey” to install a license key (yourlicensekey is the activation key that corresponds to your Windows edition). 

The following is the list of Windows 10 Volume license keys. 

Home: TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 

Home N: 3KHY7-WNT83-DGQKR-F7HPR-844BM 

Home Single Language: 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH 

Home Country Specific: PVMJN-6DFY6-9CCP6-7BKTT-D3WVR 

Professional: W269N-WFGWX-YVC9B-4J6C9-T83GX 

Professional N: MH37W-N47XK-V7XM9-C7227-GCQG9 

Education: NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 

Education N: 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ 

Enterprise: NPPR9-FWDCX-D2C8J-H872K-2YT43 

Enterprise N: DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 

Note: You need to hit [Enter] key to execute commands. 

CMD 2: slmgr /skms kms8.msguides.com 

CMD 3: The last step is to activate your Windows using the command “slmgr /ato”

Activate Office LTSC Pro Plus 2021

Guys this is the code to activate office LTSC 2021. Psst...if the activation is failed, try use the cscript below followed by "cscript ospp.vbs /act" (remove ")...thank me later.


Step 1: Open cmd program with administrator rights.
Step 2: Get into the Office directory in cmd.
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
cd /d C:\Program Files\Microsoft Office\Office16 (path can be different. you have see where its installation folder is)
Step 3: Install Office 2021 volume license.
for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
This step is required. You can not install the KMS client product key of Office without a volume license.
Step 4: Activate your Office using the KMS key.
Make sure your device is connected to the internet, then run the following commands.
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /unpkey:6F7TH >nul
cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH
cscript ospp.vbs /sethst:s8.uk.to 
cscript ospp.vbs /act



if the activation is not successful if can enter these these also (script ospp.vbs /sethst:s8.uk.to)
cscript ospp.vbs /sethst:s8.uk.to
cscript ospp.vbs /sethst:kms8.MSGuides.com

Friday, July 24, 2020

Dompdf cellmap.php uncaught error !

Guys I think i might found a solution for this error. If u got the error like below...just go to the line stated and change [$key] to [$g_key]. It might solve your problem.

Fatal error: Uncaught Dompdf\Exception: The row #4 could not be found, please file an issue in the tracker with the HTML code in D:\xampp\htdocs\sistem\programme\mysql\dompdf\src\Cellmap.php:415

$rows = $this->_frames[$key]["rows"];
        $h = 0;
        foreach ($rows as $i) {
            if (!isset($this->_rows[$i])) {

to

$rows = $this->_frames[$g_key]["rows"];
        $h = 0;
        foreach ($rows as $i) {
            if (!isset($this->_rows[$i])) {


In my case, this happened because the border is hidden when there's is no data. The row is empty so i put in my code when it is empty, it displays nothing (none).

Drop your comments below if it works and let others know....

Sunday, February 9, 2020

SambaPOS 4

Guys,

If you need this Samba Pos 4 installer...please drop your email in the comment section. I will try to send the file to you. It is not that big though....please drop your email address ya. I will send it ASAP. 

Cheers.