Skip to content

Commit

Permalink
디펜더로 고침
Browse files Browse the repository at this point in the history
  • Loading branch information
imnyang committed Aug 11, 2024
1 parent b5d43f9 commit d5fc315
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ def on_clicked(icon, item):
webbrowser.open('ms-settings:')
elif item.text == '제품정보':
webbrowser.open('https://altools.co.kr/product/ALYAC')
elif item.text == '업데이트':
webbrowser.open('ms-settings:windowsupdate-action')
elif item.text == 'PC최적화':
webbrowser.open('cleanmgr')
elif item.text == '알약 열기':
webbrowser.open('windowsdefender://open')
elif item.text == '빠른검사':
webbrowser.open('windowsdefender://quickscan')
elif item.text == '정밀검사':
webbrowser.open('windowsdefender://fullscan')
else:
webbrowser.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ')

Expand Down

0 comments on commit d5fc315

Please sign in to comment.