- Hands-On DevOps with Vagrant
- Alex Braunton
- 188字
- 2021-07-16 17:43:52
System version
Finding out which version of Windows you are running will help when choosing which package installer to download. Each version of Windows is different, but we will be covering how to do this using Windows 10.
There are two ways you can do this; the first is a fairly quick and simple way using the Command Prompt in Windows:
- Press the Windows key + the R key (or click Start and search for run)
- This will open a prompt in this prompt, type winver
- Press the Enter key and you should see a new About Windows screen pop up with all of your OS information
The second way requires a bit more effort, but can be achieved through the Windows graphical user interface:
- Go into the Windows settings and click About
- You can access the system settings by clicking on the cog in the taskbar or by typing settings in the taskbar
- In the About screen, you will see a section titled Windows specifications
- In this section, the part we need to focus on is the Edit value
- The value is Windows 10 Enterprise Evaluation
推薦閱讀
- Learning Windows Server Containers
- 從零開(kāi)始寫(xiě)Linux內(nèi)核:一書(shū)學(xué)透核心原理與實(shí)現(xiàn)
- 白話(huà)區(qū)塊鏈
- Kali Linux滲透測(cè)試全流程詳解
- 深入Linux內(nèi)核架構(gòu)與底層原理(第2版)
- Java EE 8 Design Patterns and Best Practices
- Joomla! 3 Template Essentials
- 從實(shí)踐中學(xué)習(xí)Kali Linux無(wú)線(xiàn)網(wǎng)絡(luò)滲透測(cè)試
- Linux系統(tǒng)最佳實(shí)踐工具:命令行技術(shù)
- Raspberry Pi入門(mén)指南
- Learn OpenShift
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- Docker容器技術(shù)與運(yùn)維
- Implementing Cloud Design Patterns for AWS(Second Edition)
- iOS Programming Cookbook