有没有办法创建可以与 VirtualBox 一起使用的空软盘映像?
客户端是 Windows XP。
我有一个在 Virtual Box 中运行的 Windows 7 x86 VM。有时,当我玩 Alpha Centaurie 时,VM 只显示 256 色。当我转到屏幕分辨率时,我只看到:
我尝试重新启动 VM,但这无济于事。再次玩 Aplha Centaurie 有时会有所帮助。
有没有办法再次启用真彩色模式?
服务器故障告诉在 Windows Server 2008 上启用 ping 的新语法是
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request"
protocol=icmpv4:8,any dir=in action=allow
Run Code Online (Sandbox Code Playgroud)
但这不适用于 Windows 7。我明白了
C:\Windows\system32>netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
A specified value is not valid.
Usage: add rule name=<string>
...
Run Code Online (Sandbox Code Playgroud)
什么是正确的新语法?