how to Activate Windows 8 PRO using "CMD"

 

how to Activate Windows 8 PRO using "CMD"

      

 
 
 
 

The following steps - steps:

1. Go to the command prompt as an administrator, how to point the pointer to right corner of the top / bottom of the desktop - Click Search - type cmd - right-click the icon Command Promt - select Run as administrator - click Yes.

2. Administrator window appears: Command Promt, then type 4 orders
     below:

     slmgr / upk

     slmgr / ipk NG4HW-VH26C-733KW-K6F98-J8CK4

     slmgr / skms fourdeltaone.net: 1688

     slmgr.vbs-ato
http://pcomtricks.blogspot.com

3. You finish typing the fourth row will display a window
     Windows Script Host stating that Windows 8 Pro has been activate

                                               

4. Good luCK
IF DOWES NOT IT WORK;

1- OPEN CMD AS ADMINISTRATOR.
2- ISSUE THESE COMMANDS ONE BY ONE :

slmgr.vbs -ipk NG4HW-VH26C-733KW-K6F98-J8CK4

 

slmgr /skms kms-c.no-ip.org:1688

slmgr.vbs -ato

3-Restart the system.

4-you are done

Newest methods to activate Windows 8/8.1 for FREE without additional software

 

Newest methods to activate Windows 8/8.1 for FREE without additional software



A lot of people say Windows 8 (or 8.1) is not a patch on Windows 7 but I don’t think so. Perhaps its Metro user interface is more difficult to use than traditional Start menu and you will have to spend hours to get the run of things. However, there is no denying the fact that Windows 8 shows outstanding performance against earlier Windows versions. Reduction of startup time is the easiest to see. Besides, if you own touchscreen computer, an upgrade to Windows 8/8.1 or Windows 10 is needed in order to make maximum use of your hardware.

In today’s post, I will show you two ways to activate Windows 8 or 8.1 for FREE without using any software. If you really want to know how it works, please try first way (manual method). Or you can follow second way (batch file) if you need save your time. The following are the detailed instructions for activating all versions of Windows 8.1 and 8.

Here is my windows 8 activation status in control panel
Here is my windows 8 activation status in control panel

Method 1: Manual

Activating Windows 8.1, 8 manually video guide

.

Activating your Windows 8 or 8.1 using KMS client key.
  1. Select the right license key for your Windows edition.

    Here’s the list of Windows 8/8.1 KMS client setup keys.
    W8 Core: BN3D2-R7TKB-3YPBD-8DRP2-27GG4
    W8 Core Single Language: 2WN2H-YGCQR-KFX6K-CD6TF-84YXQ
    W8 Professional: NG4HW-VH26C-733KW-K6F98-J8CK4
    W8 Professional N: XCVCF-2NXM9-723PB-MHCB7-2RYQQ
    W8 Professional WMC: GNBB8-YVD74-QJHX6-27H4K-8QHDG
    W8 Enterprise: 32JNW-9KQ84-P47T8-D8GGY-CWCK7
    W8 Enterprise N: JMNMF-RHW7P-DMY6X-RF3DR-X2BQT
    W8.1 Core: M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK
    W8.1 Core N: 7B9N3-D94CG-YTVHR-QBPX3-RJP64
    W8.1 Core Single Language: BB6NG-PQ82V-VRDPW-8XVD2-V8P66
    W8.1 Professional: GCRJD-8NW9H-F2CDX-CCM8D-9D6T9
    W8.1 Professional N: HMCNV-VVBFX-7HMBH-CTY9B-B4FXY
    W8.1 Professional WMC: 789NJ-TQK6T-6XTH8-J39CJ-J8D3P
    W8.1 Enterprise: MHF9N-XY6XB-WVXMC-BTDCT-MKKG7
    W8.1 Enterprise N: TT4HM-HN7YT-62K67-RGRQJ-JFFXW

  2. Run command prompt in admin mode.

    Click on the start button, search for “cmd” then open Command Prompt as administrator.
    Open command prompt in administrator mode

  3. Use command “slmgr /ipk your_key” to install a license key.

    your_key is the activation key you got above.
    Note: You need to hit [Enter] key to execute commands.

  4. Use command “slmgr /skms kms8.msguides.com” to connect to my KMS server.

    kms8 is one of the servers I managing.

  5. Activate your Windows using the command “slmgr /ato”.

    After running this command, the activation progress will be started.


Finally, check the activation status again.

Check out activation status again
Check out activation status again

Method 2: Batch file

This one is not recommend anymore due to the new update of Microsoft.

Activating Windows 8.1 or 8 using batch script video instructions

Step 1: Copy the code below into a new text document.


@echo off
title Activate Windows 8 / Windows 8.1 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Windows 8 Core&echo - Windows 8 Core Single Language&echo - Windows 8 Professional&echo - Windows 8 Professional N&echo - Windows 8 Professional WMC&echo - Windows 8 Enterprise&echo - Windows 8 Enterprise N&echo - Windows 8.1 Core&echo - Windows 8.1 Core N&echo - Windows 8.1 Core Single Language&echo - Windows 8.1 Professional&echo - Windows 8.1 Professional N&echo - Windows 8.1 Professional WMC&echo - Windows 8.1 Enterprise&echo - Windows 8.1 Enterprise N&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 /ipk MHF9N-XY6XB-WVXMC-BTDCT-MKKG7 >nul&cscript //nologo slmgr.vbs /ipk TT4HM-HN7YT-62K67-RGRQJ-JFFXW >nul&cscript //nologo slmgr.vbs /ipk 32JNW-9KQ84-P47T8-D8GGY-CWCK7 >nul&cscript //nologo slmgr.vbs /ipk JMNMF-RHW7P-DMY6X-RF3DR-X2BQT >nul&goto server) else (cscript //nologo slmgr.vbs /ipk GCRJD-8NW9H-F2CDX-CCM8D-9D6T9 >nul&cscript //nologo slmgr.vbs /ipk HMCNV-VVBFX-7HMBH-CTY9B-B4FXY >nul&cscript //nologo slmgr.vbs /ipk NG4HW-VH26C-733KW-K6F98-J8CK4 >nul&cscript //nologo slmgr.vbs /ipk XCVCF-2NXM9-723PB-MHCB7-2RYQQ >nul&cscript //nologo slmgr.vbs /ipk BN3D2-R7TKB-3YPBD-8DRP2-27GG4 >nul&cscript //nologo slmgr.vbs /ipk 2WN2H-YGCQR-KFX6K-CD6TF-84YXQ >nul&cscript //nologo slmgr.vbs /ipk GNBB8-YVD74-QJHX6-27H4K-8QHDG >nul&cscript //nologo slmgr.vbs /ipk M9Q9P-WNJJT-6PXPY-DWX8H-6XWKK >nul&cscript //nologo slmgr.vbs /ipk 7B9N3-D94CG-YTVHR-QBPX3-RJP64 >nul&cscript //nologo slmgr.vbs /ipk BB6NG-PQ82V-VRDPW-8XVD2-V8P66 >nul&cscript //nologo slmgr.vbs /ipk 789NJ-TQK6T-6XTH8-J39CJ-J8D3P >nul)
:server
if %i%==1 set KMS=kms7.MSGuides.com
if %i%==2 set KMS=kms8.MSGuides.com
if %i%==3 set KMS=kms9.MSGuides.com
if %i%==4 goto notsupported
cscript //nologo slmgr.vbs /skms %KMS%:1688 >nul&echo ============================================================================&echo.&echo.
cscript //nologo slmgr.vbs /ato | find /i "successfully" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at msguides.com@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
explorer "http://MSGuides.com"&goto halt
:notsupported
echo ============================================================================&echo.&echo Sorry! Your version is not supported.
:halt
pause >nul

Create a new text document.

Create new text file
Create new text file

Step 2: Paste the code into the text file. Then save it as a batch file (named “1click.cmd”).

Save the batch script
Save the batch script
Set name of the script file
Set name of the script file

Step 3: Run the batch file as administrator.


Run the script with admin rights
Run the script with admin rights

Please wait…

Windows 8/8.1 activation progress
Windows 8/8.1 activation progress

Done!

Windows 8/8.1 product activation successful
Windows 8/8.1 product activation successful

Check the activation status again.



20 Computer Facts You Probably Don’t Know















20 Computer Facts You Probably Don’t Know


1. The First Computer Weighed More Than 27 Tons

Her name was ENIAC, and she took up a modest 1800 square feet of space.

2. About 90% of the World’s Currency Only Exists on Computers

This means only about 10% of the global currency is actually cash.

3. The First Computer Mouse was Made of Wood

Doug Engelbart invented it in 1964.

4. About 70% of Virus Engineers Work for Organized Crime Syndicates

This gives new weight to the importance of anti-virus and anti-malware software, and excellent virus removal services.

5. The First Known Computer Programmer was a Woman

Her name was Ada Lovelace, and she lived in England, where she worked as a mathematician and writer. She is famous for working on the “Analytical Engine.”

6. Some of the Biggest Computer Brands Started in Garages

This is true for Apple, Microsoft, and HP.

7. People Blink Less When They Use Computers

While the average person blinks about 20 times a minute under normal circumstances, people on computers only blink about seven times a minute.

8. Hackers Write About 6,000 New Viruses Each Month

These viruses are designed to target a wide selection of operating systems, so learning to avoid viruses and malware is essential!

9. More Than 80% of Daily Emails in the U.S. are Spam

To keep your data safe, delete these emails immediately and don’t click any links or attachments they might contain.

10. MyDoom is the Most Expensive Computer Virus in History

The virus cost an estimated $38.5 billion in damage and came about in January of 2006. Shortly after that, it earned a name for itself as the fastest-spreading virus ever.

11. The Parts for the Modern Computer Were First Invented in 1833

A man named Charles Babbage put them together, but the first modern computer came about 120 years later.

12. The First Gigabyte Drive Cost $40,000

It was released in 1980 and weighed 550 lbs. How’s that for a portable drive?

13. The Case of the First Macintosh Computer Includes 47 Signatures

On the inside of the device, Macintosh’s entire 1982 division signed the case.

14. The Worst U.S. Security Breach of All Time Happened Because of a USB Stick

Someone found the stick (which a foreign intelligence agency infected) in a parking lot and plugged it into their computer. The computer had links to the U.S. Central Command. The attack happened in 2008 and resulted in the theft of thousands of classified and unclassified documents. The Pentagon spent about 14 months cleaning up the damage from the worm.

15. A Single Computer Catches 50% of all Wikipedia Vandalism

This computer has a 90% accuracy rate.

16. Computers Sort 95% of Mail

The U.S. Postal Service still hires individual employees to sort through addresses that are too sloppy for computers to make sense of.

17. MIT Has Computers That can Detect Fake Smiles

These computers can tell between genuine smiles and frustrated smiles.

18. Computers Might Soon be Able to Tell What Dogs Think

These computers are under development by a Scandinavian company. A prototype is purported to be available.

19. Russia Engineered a Computer That Ran on Water

The computer was built in 1936 and was meant to solve partial differential equations.

20. Disney Fired John Lasseter for Pushing Computer Animation

He’s now the CCO of Pixar.

Computer Facts Everyone Should Know

Computers have come a long way in recent decades, and these computer facts showcase all the weird, wild, and unbelievable aspects of that transformation!

How to safely access the deep and dark webs












How to safely access the deep and dark webs







Accessing the deep web is easier than you might think. In fact, you probably already have. The media hasn’t done a great job of differentiating what’s considered the deep web and what is the dark web — two similar names for two very different things.

Top 7 Most Popular Computer Vision Tools in 2020

 

Top 7 Most Popular Computer Vision Tools in 2020

Open your phone and check the first image in your gallery? You can easily identify the people in the image and even describe it to your friend. That’s because it is very easy for humans to see things and describe what they are seeing but is that the same for computers? Not at all! It isn’t that easy for computers to “see” as it is for humans. And that is why the field of Computer Vision is so important as it tries to find better and faster ways for computers to “see”.

Top-7-Most-Popular-Computer-Vision-Tools-in-2020

This world is currently overloaded with images and videos. People can take pics in a second and post them on Instagram or make videos instantly and upload them on YouTube. With so much image and video content, it is very difficult to index and maintain this content as computer algorithms cannot “see” images and videos like humans. At best, algorithms can only organize them using the meta descriptions provided with them. And that is why Computer vision is so important. It is dedicated to helping computers “see” the images and videos so that they can be understood and organized in better ways.

Computer vision is a very complex field that involves computers obtaining information from images or videos. This is a multidisciplinary field that combines artificial intelligence and machine learning to process and analyze images and videos to obtain useful information from them. Some of the tasks for learning algorithms in Computer vision include facial recognition, object identification, video tracking, image restoration, scene reconstruction, etc.

Currently, there are various online tools that provide algorithms for Computer Vision and a platform to execute these algorithms or create new ones. These tools also provide an environment for connecting with various other software and technologies in conjugation with computer vision. So let’s check out some of the Computer Vision tools now!

1. OpenCV

OpenCV (Open Source Computer Vision Library) is an open-source computer vision library that contains many different functions for computer vision and machine learning. It was created by Intel and originally released in 2000. OpenCV has many different algorithms related to computer vision that can perform a variety of tasks including facial detection and recognition, object identification, monitoring moving objects, tracking camera movements, tracking eye movements, extracting 3D models of objects, creating an augmented reality overlay with a scenery, recognizing similar images in an image database, etc. OpenCV has interfaces for C++,  Java Python, MATLAB, etc. and it supports various operating systems such as Windows, Android, Mac OS, Linux, etc.

2. Tensorflow

TensorFlow is a free open-source platform that has a wide variety of tools, libraries, and resources for Artificial Intelligence and Machine Learning which includes Computer Vision. It was created by the Google Brain team and initially released on November 9, 2015. You can use TensorFlow build and train Machine Learning models related to computer vision that include facial recognition, object identification, etc. Google also released the Pixel Visual Core (PVC) in 2017 which is an image, vision, and Artificial Intelligence processor for mobile devices. This Pixel Visual Core also supports TensorFlow for machine learning. TensorFlow supports languages such as Python, C, C++, Java, JavaScript, Go, Swift, etc. but without an API backward compatibility guarantee. There are also third-party packages for languages like MATLAB, C#, Julia, Scala, R, Rust, etc.

3. Matlab

Matlab is a numerical computing environment that was developed by MathWorks in 1984. It contains the Computer Vision Toolbox which provides various algorithms and functions for computer vision. These include object detection, object tracking, feature detection, feature matching, camera calibration in 3-D, 3D reconstruction, etc. You can also create and train custom object detectors in Matlab using machine learning algorithms such as YOLO v2, ACF, Faster R-CNN, etc. These algorithms can also be run on multicore processors and GPUs to make them much faster. The Matlab toolbox algorithms support code generation in C and C++.

4. CUDA

CUDA or the Compute Unified Device Architecture)is a parallel computing platform that was created by Nvidia and released in 2007. It is used by software engineers for general purpose processing using the CUDA-enabled graphics processing unit or GPU. CUDA also has the Nvidia Performance Primitives library that contains various functions for image, signal, and video processing. Some other libraries and collections include GPU4Vision, OpenVIDIA for popular computer vision algorithms on CUDA, MinGPU which is a minimum GPU library for Computer Vision, etc. Developers can program in various languages like C, C++, Fortran, MATLAB, Python, etc. while using CUDA.

5. SimpleCV

SimpleCV is an open-source computer vision framework that can be used for building various computer vision applications. SimpleCV is simple (as the name suggests!) and you can use various advanced computer vision libraries with it such as OpenCV without learning all the CV concepts in-depth such as file formats, buffer management, color spaces, eigenvalues, bit depths, matrix storage, bitmap storage, etc. SimpleCV allies you to experiment in computer vision using the images or video streams from webcams, FireWire, mobile phones, Kinects, etc. It is the best framework if you need to perform some quick prototyping. You can use SimpleCV with Mac, Windows, and Ubuntu Linux operating systems.

6. YOLO

YOLO or You only look once! is a latest and cutting edge real-time object detection system. It was created by Joseph Redmon and Ali Farhadi from the University of Washington and it is extremely fast and accurate as compared to the other object detectors. The YOLO algorithm is so fast as compared to other object detection algorithms because it applies a neural network to the full image in order to classify the objects. The neural network then partitions the image into regions and predicts probabilities for each region. On the other hand, the rest of the commonly used object detection algorithms apply the neural network to an image at many different locations and scales. So YOLO is fast as It looks at the whole image so its predictions are informed by a holistic context of the image.

7. BoofCV

BoofCV is an open-source library that is written specifically for real-time computer vision. It was released under an Apache 2.0 license for both academic and commercial use. Thee are options for various branches of CV in BoofCV including low-level image processing, feature detection and tracking, camera calibration, etc. Some of the packages in BoofCV include Image processing functions with image processing functions that operate on pixels, Geometric vision for extracting image features using 2D and 3D geometry, Calibration that has functions to determine the camera’s intrinsic and extrinsic parameters, Recognition for recognizing complicated visual objects, etc.