diff --git a/main.js b/main.js index c1039a7..4506d7e 100644 --- a/main.js +++ b/main.js @@ -30,7 +30,7 @@ function getCertDetails(){ } function activateWindows(){ - exec("powershell start-process powershell -verb runas {slmgr /skms " + kmsServer + " ; slmgr /ipk " + windowsProductKey + " ; sleep 3 ; slmgr /ato}") + exec("powershell start-process powershell -verb runas {slmgr /skms " + kmsServer + " ; slmgr /ipk " + windowsProductKey + " ; sleep 3 ; slmgr /ato ; sleep 1 ; start ms-settings:activation}") //dialog.showErrorBox('Transparency Mode Command:', 'RUN THIS: powershell start-process powershell -verb runas {slmgr /skms ' + kmsServer + ' ; slmgr /ipk ' + productKey + ' ; sleep 3 ; slmgr /ato}') } @@ -67,6 +67,10 @@ function uninstallCert(){ console.log("uninstalled cert") } +function activationSettings(){ + exec("start ms-settings:activation"); +} + ipcMain.on("getCertDetails", getCertDetails) ipcMain.on("setKMS", (event, response) => { @@ -93,6 +97,8 @@ ipcMain.on("uninstallCert", uninstallCert) ipcMain.on("openServerPage", openServerPage) +ipcMain.on("activationSettings", activationSettings) + app.whenReady().then(() => { createWindow() }) diff --git a/package.json b/package.json index 9e9d112..afb3e6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "univator", - "version": "1.1.2", + "version": "1.1.4", "description": "Microsoft Product Activator", "main": "main.js", "scripts": { diff --git a/webPage/windows/setIPK/edt/10/index.html b/webPage/windows/setIPK/edt/10/index.html index 97f20c6..eaabe07 100644 --- a/webPage/windows/setIPK/edt/10/index.html +++ b/webPage/windows/setIPK/edt/10/index.html @@ -16,6 +16,7 @@
Product Key Gen
Select the appropriate windows edition you have
Press the button to automatically generate and install a generic KMS product key.
+I don't know my windows edition
Product Key Gen
Select the appropriate windows edition you have
Press the button to automatically generate and install a generic KMS product key. Windows 7 Home and Ultimate are not supported, but can be easily activated via phone for free using generic license keys.
+I don't know my windows edition
Product Key Gen
Select the appropriate windows edition you have
Press the button to automatically generate and install a generic KMS product key.
+I don't know my windows edition