Skip to main content

Posts

Showing posts from November, 2021

How to activate windows 10 for free

METHOD 1:   Step 1:   Copy the code below into a new text document. @echo off title Activate Windows 10 (ALL versions) for FREE - MSGuides.com&cls&echo =====================================================================================&echo #Project: Activating Microsoft software products for FREE without additional software&echo =====================================================================================&echo.&echo #Supported products:&echo - Windows 10 Home&echo - Windows 10 Professional&echo - Windows 10 Education&echo - Windows 10 Enterprise&echo.&echo.&echo ============================================================================&echo Activating your Windows...&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo slmgr.vbs /upk >nul&cscript //nologo slmgr.vbs /cpky >nul&set i=1&wmic os | findstr /I "enterprise" >nul if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ip

Here's a new another option for better programming (CAPTAIN STACK)

  Captain Stack — Code suggestion for VSCode This feature is somewhat similar to  Github Copilot 's code suggestion. But instead of using AI, it sends your search query to Google, then retrieves StackOverflow answers and autocompletes them for you. Have questions?  Join our Discord server   Table of contents: Installation Play with Captain Stack Notes Changelog Troubleshooting Contributors Note:  ⚠️  This extension uses a proposed API (inline-completion) and can only be used for extension development in  VSCode Insider release . It's not yet available on VSCode 1. Installation Check out the installation video:  https://youtu.be/MD-kzsF0Scg Before installation, make sure you have  VSCode Insider . You'll be using this version. To install and starting Captain Stack: Download this repository to your local machine. Unzip and open it on VSCode Insider (make sure the root directory is the same as  package.json  file) (optional) Run  npm install  in the terminal to install depende