Context

;# Opens a given file in Notepad as administrator to allow for direct editing of protected files.
;# To be used in conjunction with a registry modification to add this to the right click context menu
;# Ron Egli - github.com/smugzombie

#NoEnv 
SendMode Input
input = %1%

If not A_IsAdmin {
    Run *RunAs Notepad.exe %input%
}
else {
	Run Notepad.exe %input%
}

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

最高级的AutoHotkey重试源代码结构20191221.docx

2020-1-13 22:56:53

其他

Candy

2020-1-21 12:32:29

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