AUTOHOTKEY

Category
아이템: AUTOHOTKEY(3)
포스트 갯수3

[Autohotkey Script]Open in IE

By 개인 공책 | 2019년 4월 20일 | 
파이어폭스에서 인터넷 단축키를 누르면 인터넷익스플로러로 현재 URL을 열어주는 스크립트 #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #IfWinActive ahk_class

'Open In IE' autohotkey script

By 개인 공책 | 2019년 2월 13일 | 
Open In IE, IETab 같은 브라우저 애드온을 대체하는 오토핫키스크립트. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #IfWinActive ahk_class M

[Autohotkey] 라이젠 마스터 자동 적용 (Use RyzenMaster as a startup app)

By 개인 공책 | 2018년 3월 9일 | 
< 스크립트 작동 영상 > 내 컴퓨터는 바이오스에서 오버클럭을 하면 클럭 스케일링이 제대로 작동하지 않아 라이젠 마스터를 이용하여 오버클럭을 하는데, 라이젠 마스터는 안전상 이유로 부팅시 자동적용 기능이 없다. 그래서 오토핫키로 라이젠 마스터의 프로필1을 원클릭으로 적용하는 스크립트를 제작하였다.(win10 x64 환경에서 테스트) < 더블클릭 한번으로 라이젠마스터가 실행되고 프로필1을 자동적용한 다음 종료하는 모습> 준비물오토핫키 최신버전UAC 확인창 우회 팁 (UAC를 풀었다면 필요없음)오토핫키 UAC 우회 스크립트 (UAC를 풀었다면 필요없음)적용하고 싶은 오버클럭 프로필을 라이젠마스터 프로필1에 저장하기오토핫키를 설치하고 스크립트 작성 1