+重启Explorer

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; 重新启动explorer.exe
; 
; gaochao.morgen@gmail.com
; 2013/7/2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

#SingleInstance Force
#NoEnv

; 将ErrorLevel置为本脚本PID
Process, Exist

; 获取explorer进程PID,保存在ErrorLevel中
Process, Exist, explorer.exe
PID := ErrorLevel
if (PID)
{
	Process, Close, %PID%
	Process, Wait, %PID%, 5	; 会自动重新启动,如果没有自动重启,则手动重启
	if (ErrorLevel = 0)
		Run, %A_WinDir%explorer.exe
}
else
{
	Run, %A_WinDir%explorer.exe
}


+重启Explorer

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; 重新启动explorer.exe
; 
; gaochao.morgen@gmail.com
; 2013/7/2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

#SingleInstance Force
#NoEnv

; 将ErrorLevel置为本脚本PID
Process, Exist

; 获取explorer进程PID,保存在ErrorLevel中
Process, Exist, explorer.exe
PID := ErrorLevel
if (PID)
{
	Process, Close, %PID%
	Process, Wait, %PID%, 5	; 会自动重新启动,如果没有自动重启,则手动重启
	if (ErrorLevel = 0)
		Run, %A_WinDir%explorer.exe
}
else
{
	Run, %A_WinDir%explorer.exe
}


+重启Explorer

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; 重新启动explorer.exe
; 
; gaochao.morgen@gmail.com
; 2013/7/2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

#SingleInstance Force
#NoEnv

; 将ErrorLevel置为本脚本PID
Process, Exist

; 获取explorer进程PID,保存在ErrorLevel中
Process, Exist, explorer.exe
PID := ErrorLevel
if (PID)
{
	Process, Close, %PID%
	Process, Wait, %PID%, 5	; 会自动重新启动,如果没有自动重启,则手动重启
	if (ErrorLevel = 0)
		Run, %A_WinDir%explorer.exe
}
else
{
	Run, %A_WinDir%explorer.exe
}


+重启Explorer

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; 重新启动explorer.exe
; 
; gaochao.morgen@gmail.com
; 2013/7/2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

#SingleInstance Force
#NoEnv

; 将ErrorLevel置为本脚本PID
Process, Exist

; 获取explorer进程PID,保存在ErrorLevel中
Process, Exist, explorer.exe
PID := ErrorLevel
if (PID)
{
	Process, Close, %PID%
	Process, Wait, %PID%, 5	; 会自动重新启动,如果没有自动重启,则手动重启
	if (ErrorLevel = 0)
		Run, %A_WinDir%explorer.exe
}
else
{
	Run, %A_WinDir%explorer.exe
}


+重启Explorer

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; 重新启动explorer.exe
; 
; gaochao.morgen@gmail.com
; 2013/7/2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

#SingleInstance Force
#NoEnv

; 将ErrorLevel置为本脚本PID
Process, Exist

; 获取explorer进程PID,保存在ErrorLevel中
Process, Exist, explorer.exe
PID := ErrorLevel
if (PID)
{
	Process, Close, %PID%
	Process, Wait, %PID%, 5	; 会自动重新启动,如果没有自动重启,则手动重启
	if (ErrorLevel = 0)
		Run, %A_WinDir%explorer.exe
}
else
{
	Run, %A_WinDir%explorer.exe
}


给TA捐赠
共{{data.count}}人
人已捐赠
其他

+竖列对齐

2020-3-20 1:07:33

其他

0起点记数式秒表

2020-3-20 3:18:01

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索