Jump to content

WindowsAddict

Recommended Posts

  • Replies 107
  • Views 239.5k
  • Created
  • Last Reply

Thanks for the constant work on the permanent script and now this. This is just a suggestion but To make it easier for you have you thought on combining these into one script and the user selects which method they want ?

Sent from my Pixel 2 using Tapatalk

Link to comment
Share on other sites


WindowsAddict
  On 7/30/2018 at 12:32 PM, UpGrade said:

Thanks for the constant work on the permanent script and now this. This is just a suggestion but To make it easier for you have you thought on combining these into one script and the user selects which method they want ?

Sent from my Pixel 2 using Tapatalk
 

Expand  

yeah, i can combine it, maybe i'll add this kms script in win 10 script. :)

Link to comment
Share on other sites


nice.. ill take a look at the cmd etc...

 

personally i'd like a $oem$ all in one both combined
using digital license for windows 10

and taking out the windows activation in kms script leaving only office

so windows 10 gets a digital activation and office gets a kms activation..

Link to comment
Share on other sites


WindowsAddict
  On 7/30/2018 at 1:13 PM, lil-fella said:

nice.. ill take a look at the cmd etc...

 

personally i'd like a $oem$ all in one both combined
using digital license for windows 10

and taking out the windows activation in kms script leaving only office

so windows 10 gets a digital activation and office gets a kms activation..

Expand  

yeah, i already made that but later i found out that avast is detecting online kms scheduled task in the behavioral detection but main script is fine.. 

the whole idea of using online kms is to get clean activation. making background scheduled task to contact online makes av's angry, so i removed the renewal task.

besides i don't think that running this script every 6 months is a big deal.

if you want to include this in your iso's then make $oem$ directories so that this script appear at desktop when finished installing.. user's can easily activate it online later..

Link to comment
Share on other sites


  On 7/30/2018 at 1:23 PM, WindowsAddict said:

yeah, i already made that but later i found out that avast is detecting online kms scheduled task in the behavioral detection but main script is fine.. 

the whole idea of using online kms is to get clean activation. making background scheduled task to contact online makes av's angry, so i removed the renewal task.

besides i don't think that running this script every 6 months is a big deal.

if you want to include this in your iso's then make $oem$ directories so that this script appear at desktop when finished installing.. user's can easily activate it online later..

Expand  

 

yes i can add directories so that a kms script appears at desktop or in start menu with office shortcuts ..
but need windows kms activation taken out and office kms left in only.. can you do a kms office only version ..

Link to comment
Share on other sites


WindowsAddict
  On 7/30/2018 at 1:30 PM, lil-fella said:

 

yes i can add directories so that a kms script appears at desktop or in start menu with office shortcuts ..
but need windows activation taken out and office left in only.. can you do a kms office only version ..

Expand  

replace this in script to skip windows activation-  (thanks to abbodi1406 for the tip)

change

if %office% equ 1 (call :offchk15&exit /b) else (if %gvlk% equ 1 exit /b)

to

if %office% equ 1 (call :offchk15&exit /b) else (exit /b)

Link to comment
Share on other sites


WindowsAddict

Updated to v2.0

changelog

Corrected misplaced old script title.

Corrected The Numbers in Enter your choice option.

 

 

 

Also added the following info in OP.

Sources and Info:

The main script is taken from abbodi1406 Standalone script

Site: https://forums.mydigitallife.net
Sharecode: /threads/miscellaneous-kms-related-developments.52594/page-29#post-1450589

 

And you can view how Online KMS Activation Script is different from abbodi1406 script.

Site: https://www.diffchecker.com
Sharecode: /LurFHpJc

 

Edit- added full script difference.

 

Link to comment
Share on other sites


  On 7/30/2018 at 1:33 PM, WindowsAddict said:

replace this in script to skip windows activation-  (thanks to abbodi1406 for the tip)

change

if %office% equ 1 (call :offchk15&exit /b) else (if %gvlk% equ 1 exit /b)

to

if %office% equ 1 (call :offchk15&exit /b) else (exit /b)

Expand  

 

tested using version 2.0 in a windows 10 setup iso
both windows digital activation worked out good once online

and office kms activation worked out good once online and ran script

 

office-activated-small.jpg.5f1dd882179f47888db4cbdf9217a6bc.jpg

 

its a big thumbs up from me..

 

.

Link to comment
Share on other sites


@WindowsAddict

Thanks for this. Highly appreciate it.

So it doesn't add exclusion in defender because it doesn't install renewal task in the first place like AutoKMS etc.? So how to reactivate after 6 months Win8.1?

Link to comment
Share on other sites


WindowsAddict
  On 7/31/2018 at 12:52 PM, aladdin said:

@WindowsAddict

Thanks for this. Highly appreciate it.

So it doesn't add exclusion in defender because it doesn't install renewal task in the first place like AutoKMS etc.? So how to reactivate after 6 months Win8.1?

Expand  

I've found a way to create renewal task without triggering av in the behavioral detection.,  will add the renewal task soon.

Link to comment
Share on other sites


  On 8/1/2018 at 6:29 AM, WindowsAddict said:

I've found a way to create renewal task without triggering av in the behavioral detection.,  will add the renewal task soon.

Expand  

You guys are unbelievable! ?

When to release it?

Link to comment
Share on other sites


@WindowsAddict

 

Checking Internet Connection...
Internet is Connected.
Searching KMS Servers...
KMS Server Selected - kms.digiboy.ir


Installing Key for: Windows(R), Professional edition
Activating: Windows(R), Professional edition
Product Activation Successful
Remaining Period: 180 days (259200 minutes)

Activating: Office 16, Office16ProPlusVL_KMS_Client edition
Product Activation Successful
Remaining Period: 180 days (259200 minutes)

No Installed Office 2010 Product Detected...

Clearing SPP KMS Cache...


Press any key to continue...

Tried to activate both Win10 Pro and Office 2016 (vl) and the result can be seen above. Activation will expire on 28-Jan-19 and before this point of time reaches MS will give windows feature update (fall creators update) after few months (may be in October) so what will happen to activation status when windows is entirely re-configured to an entirely new base similar to format as it keeps old installation files which can later be cleaned-up using disk cleanup?

Link to comment
Share on other sites


@WindowsAddict

The key used to activate has -1 MAK count and most of them (like Enterprise, N, Home, Home-China, Education etc.) have also -1 MAK count which will probably soon get blocked. What if those keys get blocked and thereafter someone tries to activate product using the script? Will the product still get successfully activated after the added keys get blocked?

Link to comment
Share on other sites


  On 8/1/2018 at 2:59 PM, aladdin said:

@WindowsAddict

They key used to activate has -1 MAK count and most of them (like Enterprise, N, Home, Home-China, Education etc.) have also -1 MAK count which will probably soon get blocked. What if those keys get blocked and thereafter someone tries to activate product using the script? Will the product still get successfully activated after the added keys get blocked?

Expand  

 

No. They are generic KMS keys:

https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys

Link to comment
Share on other sites


WindowsAddict
  On 8/1/2018 at 1:17 PM, aladdin said:

@WindowsAddict

 

Tried to activate both Win10 Pro and Office 2016 (vl) and the result can be seen above. Activation will expire on 28-Jan-19 and before this point of time reaches MS will give windows feature update (fall creators update) after few months (may be in October) so what will happen to activation status when windows is entirely re-configured to an entirely new base similar to format as it keeps old installation files which can later be cleaned-up using disk cleanup?

Expand  

Although i can't confirm it but the way windows install feature upgrade, it wouldn't touch the kms activation status.

Link to comment
Share on other sites


  On 8/1/2018 at 2:59 PM, aladdin said:

 

Expand  

 

  On 8/1/2018 at 1:17 PM, aladdin said:

@WindowsAddict

 

Checking Internet Connection...
Internet is Connected.
Searching KMS Servers...
KMS Server Selected - kms.digiboy.ir


Installing Key for: Windows(R), Professional edition
Activating: Windows(R), Professional edition
Product Activation Successful
Remaining Period: 180 days (259200 minutes)

Activating: Office 16, Office16ProPlusVL_KMS_Client edition
Product Activation Successful
Remaining Period: 180 days (259200 minutes)

No Installed Office 2010 Product Detected...

Clearing SPP KMS Cache...


Press any key to continue...

Tried to activate both Win10 Pro and Office 2016 (vl) and the result can be seen above. Activation will expire on 28-Jan-19 and before this point of time reaches MS will give windows feature update (fall creators update) after few months (may be in October) so what will happen to activation status when windows is entirely re-configured to an entirely new base similar to format as it keeps old installation files which can later be cleaned-up using disk cleanup?

Expand  

After a feature update KMS activation is lost and you must reactivate. However if your system is activated with a HWID, Windows activation is kept.

Link to comment
Share on other sites


  On 8/1/2018 at 4:24 PM, rpo said:

 

After a feature update KMS activation is lost and you must reactivate. However if your system is activated with a HWID, Windows activation is kept.

Expand  

HWID means digital activation or something else?

Link to comment
Share on other sites


WindowsAddict
  On 8/1/2018 at 5:00 PM, aladdin said:

So it means script won't work as soon as keys inside it get blocked? Then? Will author release next version of script with working keys inside it?

Expand  

Don't worry,These keys will never get blocked. these keys are different from the keys which get blocked.

 

  On 8/1/2018 at 5:05 PM, aladdin said:

HWID means digital activation or something else?

Expand  

Yes, hardware ID means digital license.

Link to comment
Share on other sites


  On 8/1/2018 at 3:50 PM, WindowsAddict said:

Although i can't confirm it but the way windows install feature upgrade, it wouldn't touch the kms activation status.

Expand  

Please don't forget to add option for auto renewal task that whether the user wants to install it or not. Sometimes we just want six months activation. :)

 

And will it remain working after feature upgrade, the auto renewal task?

Link to comment
Share on other sites


WindowsAddict
  On 8/1/2018 at 5:11 PM, aladdin said:

Please don't forget to add option for auto renewal task that whether the user wants to install it or not. Sometimes we just want six months activation. :)

 

And will it remain working after feature upgrade, the auto renewal task?

Expand  

Renewal task will work after the feature upgrade.

I'll post renewal task tomorrow :)

Link to comment
Share on other sites


  On 8/1/2018 at 5:19 PM, WindowsAddict said:

Renewal task will work after the feature upgrade.

I'll post renewal task tomorrow :)

Expand  


I can help out if you want

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...