1
“ shutdown / r”和“ shutdown / g”有什么区别?
shutdown偶然发现以下选项说明时,我正在阅读Windows中命令的一些选项: /r Full shutdown and restart the computer. /g Full shutdown and restart the computer. After the system is rebooted, restart any registered applications. 我以为Windows重新启动时,每个应用程序都会在关闭过程中关闭,然后在系统启动时再次启动。 我想到的一些可能的注意事项是: 从Windows的早期版本中执行了一些重新启动技巧 暂时覆盖系统配置的默认行为 有这些吗?都不是?