如何使Parrot OS在Hyper-V上全屏?

发布于 2025-01-18 22:17:40 字数 81 浏览 3 评论 0原文

我正在测试Parrot OS,并希望将其置于Hyper-V中的全屏模式,

并尝试通过Parrotsec文档进行寻找,但找不到任何参考。

I am testing Parrot OS and would like to put it in full screen mode in Hyper-V

Tried seeking through parrotsec documentations but couldn't find any reference.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

怀里藏娇 2025-01-25 22:17:41

我发现的另一个选项是在Hyper V上启用增强的会话模式。在主机运行powershell:

Set-VM "YourVMName" -EnhancedSessionTransportType HVSocket

在访客鹦鹉OS上,我使用了此脚本:

https://raw.githubusercercontent.com/mimura1133/linux-vm-tools/master/master/kali/kali/kali/kali/kali/2021.x/install.sh

奖金是主机之间的剪贴板,此后也可以工作。

Another option I found is to enable enhanced session mode on Hyper V. On host run in powershell:

Set-VM "YourVMName" -EnhancedSessionTransportType HVSocket

On guest parrot os I used this script:

https://raw.githubusercontent.com/mimura1133/linux-vm-tools/master/kali/2021.x/install.sh

Bonus is clipboard between host and guest also works after this.

挽袖吟 2025-01-25 22:17:41

找到了解决方案。

由于 Parrot OS 使用 Debian,我只是尝试通过添加 video=hyperv_fb:1440x900

nano /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet Splash video=hyperv_fb:1440x900"

CTRL x + Y + 输入

sudo update-grub 来

修改 Grub 设置sudo restart

然后现在按预期工作。谢谢!

Found a solution.

Since Parrot OS is using Debian, I just tried to modify the Grub Setting by adding video=hyperv_fb:1440x900

nano /etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1440x900"

CTRL x + Y + Enter

sudo update-grub

sudo reboot

Then works as expected now. Thanks!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文