Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

WIN10 关机仍报错 #61

Open
ghost opened this issue Aug 10, 2018 · 4 comments
Open

WIN10 关机仍报错 #61

ghost opened this issue Aug 10, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 10, 2018

求主抽空解决下,试里 其他 issues 的还是不行

@Riband
Copy link

Riband commented Aug 25, 2018

有一个自用的临时解决方案:

1.在一个合适的位置创建一个 'GJ关机.cmd' 文件

@echo off
echo 将在5s后关机
ping -n 5 127.0.0.1 > nul
taskkill /IM almrun.exe /f
shutdown -s -t 0

2.在ALMRun命令管理中添加一个指向'关机.cmd'的命令,命名为'GJ关机'(或其他)
3.刷新配置
4.以后关机时只需在ALMRun中输入'GJ'即可,不用系统的关机

注:
1.有的win10没有tskill,已换成taskkill命令,若仍提示没有命令,尝试换成

C:\WINDOWS\System32\taskkill /IM almrun.exe /f

2.不加/f貌似无法停止
核心思想是先结束almrun进程,再关机
问题:(已解决,感谢 @chenall)在Win10中会有一条'系统将在一分钟内关机的提示'(不用管它)
也可以用VBS或者别的什么...
希望dalao可以更新啊,做些维护工作之类的 T_T

@chenall
Copy link
Owner

chenall commented Aug 27, 2018

我这边使用上目前是没有什么什么异常,有时间看来得装个WIN10看看..

你可以用 -t 0就没有1分钟的提示了.

@chenall
Copy link
Owner

chenall commented Sep 27, 2018

今天刚装了个win 10,重启是会报错,我得先在WINDOWS 10上把开发环境塔建起来再调试一下是什么情况.

@youthcould
Copy link

今天刚装了个win 10,重启是会报错,我得先在WINDOWS 10上把开发环境塔建起来再调试一下是什么情况.

老大还是没有进展吗?定时关注进展

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants