Difference between revisions of "小代码大作用:电脑开荒代码"

Jump to navigation Jump to search
no edit summary
<syntaxhighlight lang="powershell" line>
# 文件 set-network-private.ps1 内容
# 用于把私有网络改为公用网络,实现全屋共享
# Requires -RunAsAdministrator
Set-NetConnectionProfile -InterfaceAlias "以太网" -NetworkCategory Private

Navigation menu