12 2024 档案
摘要:想去除企鹅小图标 Windows Registry Editor Version 5.00 ; Created by: Shawn Brink ; Created on: November 5, 2021 ; Tutorial: https://www.elevenforum.com/t/add-o
阅读全文
摘要:PowerShell - SharePoint Diary 里面分类讲了简单命令,字符串,数组,循环,文件操作等。 删除某个名字的进程 Get-Process -Name QQ | Stop-Process 删除文件夹下的所有子文件夹和文件 Get-ChildItem -Path $pwd.Path
阅读全文