# Windows10/11高性能模式开启教程

#### **大部分用户windows10和11高性能模式都被隐藏了，并且没有隐藏选项。本教程教大家如何开启**

#### **1.按下键盘上的Win+R**

[![image.png](https://doc.bee-link.com.cn/uploads/images/gallery/2025-03/scaled-1680-/image.png)](https://doc.bee-link.com.cn/uploads/images/gallery/2025-03/image.png)

#### **2.输入cmd进入后,输入代码如下**

#### **`powercfg -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c`**

[![image 6.png](https://doc.bee-link.com.cn/uploads/images/gallery/2025-03/scaled-1680-/image-6.png)](https://doc.bee-link.com.cn/uploads/images/gallery/2025-03/image-6.png)[![image 4.png](https://doc.bee-link.com.cn/uploads/images/gallery/2025-03/scaled-1680-/image-4.png)](https://doc.bee-link.com.cn/uploads/images/gallery/2025-03/image-4.png)

#### **3.搜索打开控制面板，进入电源选项**

!\[image.png\](Windows10+11高性能模式开启教程+78e76ca1-410f-4a9f-999d-459a836f5302/image 3.png)

!\[image.png\](Windows10+11高性能模式开启教程+78e76ca1-410f-4a9f-999d-459a836f5302/image 4.png)

#### **找到电源选项进入即可看见已经打开了高性能模式**

!\[image.png\](Windows10+11高性能模式开启教程+78e76ca1-410f-4a9f-999d-459a836f5302/image 5.png)

#### **有时需要程序切换设备的电源方案，比如切换到节能。**

**那么如何实现呢？Windows下提供了一个指令：`Powercfg`**

### **列出当前电源方案信息**

#### **`Powercfg -l`**

#### **输出：**

!\[image.png\](Windows10+11高性能模式开启教程+78e76ca1-410f-4a9f-999d-459a836f5302/image 6.png)

#### **使用相关命令切换电源方案：**

#### **`Powercfg -s 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c` （高性能）**

#### **如果不生效代码如下：**

#### **`powercfg -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c`**

#### **切换命令的控制头为**

#### **`powercfg -SETACTIVE空格+GUID`**