> c:/windows/system32/drivers/et-6ren">
gpt4 book ai didi

windows - Windows 中文件夹的 Shell 快捷方式

转载 作者:可可西里 更新时间:2023-11-01 09:29:04 29 4
gpt4 key购买 nike

我正在学习 Vagrant 和 Virtualbox,现在要在 (windows) 中向我的主机文件添加一行

echo "test" >> c:/windows/system32/drivers/etc/hosts

但我想知道是否可以为 c:/windows/system32/drivers/etc/hosts 创建一个快捷方式,以便我可以在任何地方的任何 shell 中使用。

最佳答案

您可以创建一个环境变量:

[System.Environment]::SetEnvironmentVariable('Youralias','c:/windows/system32/drivers/etc/hosts','Machine)

然后使用

访问它
$env:YourAlias

从 PowerShell...如果你想从 CMD 访问它

%Youralias%

应该可以。

关于windows - Windows 中文件夹的 Shell 快捷方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22179337/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com