These are my blogs
and also my life
技术摘要| Windows 10/11 性能调度策略和 ThinkBook 14+ 2022 优化
2022-07-30 coding windows powershell
项目位于Github
这是我的 Thinkbook 14+ 2022 笔记本的 Windows 10/11 系统性能/功耗调教脚本,用于在离电时进行保守的性能释放和较长续航,同时在带电时获得最佳的性能释放。
Intel 12 代处理器普遍续航拉跨,我早期对机器进行了大量测试,发现早期 35 版本 ...
Read More
Windows专题| Windows Server Core 管理与 PowerShell 笔记(九)———— PowerShell 面向对象脚本语言
2019-04-07 coding windows powershell
Windows Server Core 管理与 PowerShell 笔记(九)———— PowerShell 面向对象脚本语言
前面的几篇文章都是使用 PowerShell 作为主要交互脚本。在这些命令的使用过程中,已经初步体验到了面向对象的脚本语言于传统的基于文本的脚本语言的区别。这篇文章中将综 ...
Read More
Windows专题| Windows Server Core 管理与 PowerShell 笔记(八)———— 计算机管理(进程、服务、日志)
2019-04-07 coding windows powershell
Windows Server Core 管理与 PowerShell 笔记(八)———— 计算机管理(进程、服务、日志)
在 Windows Server Core 中,可以按住 Ctrl+Alt+Delete 来打开任务管理器,因此可以图形化的管理进程和服务。在 PowerShell 下也有非常良 ...
Read More
Windows专题| Windows Server Core 管理与 PowerShell 笔记(七)———— 防火墙与网络安全
2019-04-06 coding windows powershell
Windows Server Core 管理与 PowerShell 笔记(七)———— 防火墙与网络安全
这篇文章主要介绍 Windows 网络安全的相关知识。Windows Server 的工作核心是提供网络服务,因此不可避免的会有遭受攻击的风险。从这个角度说,Windows ...
Read More
Windows专题| Windows Server Core 管理与 PowerShell 笔记(六)———— 文件共享
2019-04-06 coding windows powershell
Windows Server Core 管理与 PowerShell 笔记(六)———— 文件共享
一、SMB/CIFS 协议
Windows 使用 SMB/CIFS 协议来承载文件共享和打印机共享等网络共享服务。这一部分文章就将开始介绍 Windows 的文件共享相关知识和架构。主要包括文件共享设 ...
Read More
Windows专题| Windows Server Core 管理与 PowerShell 笔记(五)———— 磁盘管理
2019-04-05 coding windows powershell
Windows Server Core 管理与 PowerShell 笔记(五)———— 磁盘管理
在这一部分,我们将会介绍 PowerShell 如何管理磁盘以及如何设置文件网络共享。磁盘管理是系统管理中非常重要的一部分。
本部分文章不包括分布式文件系统(DFS)。
一、磁盘管理
1.1 ...
Read More
Windows专题| Windows Server Core 管理与 PowerShell 笔记(四)———— 本地访问控制
2019-04-05 coding windows powershell
Windows Server Core 管理与 PowerShell 笔记(四)———— 本地访问控制
在上一篇文章中,我们介绍了关于 Windows 用户和用户组的相关操作。Windows 中最常用的登陆方式,就是基于用户口令的身份鉴别机制。 在本文中,我们将会进一步介绍 Windows 的访问控 ...
Read More
Windows专题| Windows Server Core 管理与 PowerShell 笔记(三)———— 用户、组
2019-04-05 coding windows powershell
Windows Server Core 管理与 PowerShell 笔记(三)———— 用户、组
本文将介绍 Windows 等用户和组管理,以及基于访问控制列表(ACL)提供的 Windows 基本访问控制机制。这里的内容其实已经在《计算机安全》的 “Windows 安全” 专题中有过一定的介 ...
Read More
Windows专题| Windows Server Core 管理与 PowerShell 笔记(二)———— 导航文件系统
2019-04-04 coding windows powershell
Windows Server Core 管理与 PowerShell 笔记(二)———— 导航文件系统
这里我们将会简单记录 PowerShell 目录浏览的相关命令。此外还将介绍 PowerShell 的广义启动器变量。
一、PowerShell 的启动器变量
众所周知,Windows 将磁盘驱动 ...
Read More
Windows专题| Windows Server Core 管理与 PowerShell 笔记(一)———— 基础配置
2019-04-03 coding windows powershell
Windows Server Core 管理与 PowerShell 笔记(一)———— 基础配置
一、Windows Server Core 简介
Windows Server Core 是一个没有完整窗口界面的 Windows Server 版本。在安装 Windows Server 时,如果不 ...
Read More