Saturday, June 16, 2018

Solved "Your Windows License Will Expire Soon" in Windows 10 and 8 Code

Solved "Your Windows License Will Expire Soon" in Windows 10 and 8 Code



Code :

@echo off title Windows 10 ALL version activator&cls&echo **********************************&echo Supported products:&echo - Windows 10 Home&echo - Windows 10 Professional&echo - Windows 10 Enterprise, Enterprise LTSB&echo - Windows 10 Education&echo.&echo.&echo ********************************** &echo Windows 10 activation... cscript //nologo c:\windows\system32\slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk WNMTR-4C88C-JK8YV-HQ7T2-76DF9 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk 2F77B-TNFGY-69QQF-B8YKP-D69TJ >nul echo ********************************** &echo.&echo.&set i=1 :server if %i%==1 set KMS_Sev=kms.shuax.com if %i%==2 set KMS_Sev=NextLevel.uk.to if %i%==3 set KMS_Sev=GuangPeng.uk.to if %i%==4 set KMS_Sev=AlwaysSmile.uk.to if %i%==5 set KMS_Sev=kms.chinancce.com if %i%==6 exit cscript //nologo c:\windows\system32\slmgr.vbs /skms %KMS_Sev% >nul cscript //nologo c:\windows\system32\slmgr.vbs /ato | find /i "successfully" && (echo.& echo ********************************** & echo. & choice /n /c YN /m "Do you want to restart your PC now [Y,N]?" & if errorlevel 2 exit) || (echo The connection to the server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server) shutdown.exe /r /t 00


Repair Start Menu Not Working In Windows 10 PowerShell Commands

Repair Start Menu Not Working In Windows 10 PowerShell Commands




Windows PowerShell Commands Are :

Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }

OR

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"­}

Enable Group Policy Editor (gpedit.msc) In Windows 10 Home Code

Enable Group Policy Editor (gpedit.msc) In Windows 10 Home Code

Code : 

@echo off 
pushd "%~dp0" 

dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt 
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt 

for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" 
pause

Delete all liked YouTube Videos at Once Code

Delete all liked YouTube Videos at Once Code

Code is :

var items = $('body').getElementsByClassName("pl-video-edit-remove-liked-video");
for(var i = 0; i < items.length; i++){
    items[i].click();
}

Saturday, June 9, 2018

How to Disable Windows 10 Automatic Update Assistant Permanently

How to Disable Windows 10 Automatic Update Assistant Permanently

Hi Friends... In this article of "How to Disable Windows 10 Automatic Update Assistant Permanently", I will tell you very easy and quick way through which you can stop windows 10 update assistant.


Just you need to follow my below mention steps...

1st Step : Search for "Task Scheduler".


2nd Step : Expend "Task Scheduler" > "Microsoft" > "Windows"...


3rd Step : Under "Windows" options, You will see "UpdateOrchestrator", Click on it.


4th Step : Now here right-click on "UpdateAssistant" and then hit "Disable"... do this with all update-assistant options...




5th Step : After that click on "WindowsUpdate" and then "Disable" option called "Automatic App Update".


6th Step : Now go to "Task Manager" and then "End Task" the "Windows 10 Update Assistants" process task.


7th Step : After that you just need to "Uninstall" that UpdateAssistant program from you PC for that go to Control Panel > Programs > Programs and features. Select "UpdateAssistant" and then hit "Uninstall/Change" button to uninstall that program.


That's it, Through these simple steps you can permanently disable windows 10 automatic update assistant.

Watch Video Tutorial