• 主页

Sign in

百谷博客

欢迎来到本站

WeChat
二维码
About Me
☰
  • 主页
头像
我的主页
  • 285 文章
  • 68 评论
  • 9 分类
  • LV.20

    我的官方博客

    • 居住地:中国
    • 生日:8月17日
    • 简介:欢迎来到本站
    • https://blog.baidu-google.com/
    查看更多 >

    他们抢着跟我说这些

    • Jack

      Jack

      太好了

    • Jack

      Jack

      OK

    • Jack

      Jack

      11112

    • Jack

      Jack

      2222223

    • Adoncn

      Adoncn

      很好啊,顶一下

    • ChuHai5

      ChuHai5

      前来学习!!!!

    • ChuHai5

      ChuHai5

      前来学习!!!!

    • iMJMJ

      iMJMJ

      这个不错顶一下

    • jack

      jack

      6

    • codingbaby

      codingbaby

      是的

    键盘平天下 
    2023-11-23 16:39 来自 百谷博客

    Windows Admin center 允许远程访问WIn 10(包括远程桌面和powershell)

    windows admin center 在win10 中安装了,但是没有远程桌面的菜单。关闭防火墙PowerShell运行命令:ENable-PSRRemoting -SkipNetworkProfileCheck在win10 中设置本地打开windows admin c... Windows Admin center 允许远程访问WIn 10(包括远程桌面和powershell)
    • 0
    • 4
    • bug飞
    • Tags: powershell,windows admin center
    键盘平天下 
    2019-09-07 09:52 来自 百谷博客

    powershell 创建别名

    powsershell 创建alias1.首先保证.profile 是存在的New-Item –Path $Profile –Type File –Force2.创建函数和别名function Do-ActualThing { # do actual thing }... powershell 创建别名
    • 0
    • 3
    • 随记
    • Tags: powershell
    键盘平天下 
    2019-09-06 09:46 来自 百谷博客

    无法加载文件 ******.ps1,因为在此系统中禁止执行脚本。

    这个是因为powershell默认不允许运行没有签名的脚本。解决办法set-executionpolicy -scope CurrentUser Unrestricted 无法加载文件 ******.ps1,因为在此系统中禁止执行脚本。
    • 0
    • 3
    • bug飞
    • Tags: powershell
    Copyright © 2025 百谷博客. Powered by Typecho. Theme By Weibo.