PowerShell相关 Win10照片Photos打不开,提示文件系统错误(File System Error) 以管理员打开Powershell,执行以下命令 Get-AppxPackage | foreach {Add-...
PowerShell相关 PowerShell修改AD USER的Logonworkstations 首先获取需要修改的用户 如果要修改指定的几个用户: $users = "c0001", "c0002", "c...