本帖最后由 gm8800 于 2021-4-13 22:54 编辑
回复 2# xczxczxcz
谢谢,但是我测试不成功呀,我这是win7系统,不知道为什么我发不了图片(图片大小42kb)- PS C:\Users\Administrator\Desktop> C:\Users\Administrator\Desktop\aaa.ps1
- 程序错误,退出
- 无法将“Pause”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后重试。
- 所在位置 行:6 字符: 47
- + }catch { write-host '程序错误,退出' -fore Red;Pause <<<< ;Exit }
- + CategoryInfo : ObjectNotFound: (Pause:String) [], CommandNotFoundException
- + FullyQualifiedErrorId : CommandNotFoundException
-
- 无法将“pause”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后重试。
- 所在位置 C:\Users\Administrator\Desktop\aaa.ps1:7 字符: 6
- + pause <<<<
- + CategoryInfo : ObjectNotFound: (pause:String) [], CommandNotFoundException
- + FullyQualifiedErrorId : CommandNotFoundException
复制代码 在win10的系统测试也不可以- Set-Acl : 不允许所请求的注册表访问权。
- 所在位置 行:3 字符: 1
- + Set-Acl -Path "Registry::$reg" -AclObject $acl;
- + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : PermissionDenied: (HKEY_LOCAL_MACH...eDevicePolicies:String) [Set-Acl], SecurityException
- + FullyQualifiedErrorId : System.Security.SecurityException,Microsoft.PowerShell.Commands.SetAclCommand
-
- 按 Enter 键继续...:
复制代码
|