전체 글

천천히 하나씩 확실하게
·🖥️ 정보
특정 바이러스는 작업관리자 실행 시 숨어요  ; cpu running timeGet-Process | Sort-Object -Property CPU -Descending; cpu usage checkGet-WmiObject Win32_Processor | Select LoadPercentage | Format-ListGet-Process -Name chrome | Select-Object -Property CPUwmic path Win32_PerfFormattedData_PerfProc_Process get Name,PercentProcessorTime | findstr /i /c:vmware
·🖥️ 정보
https://korea-pass.kr/
·🖥️ 정보
https://github.com/Blinue/Magpie
·🖥️ 정보
https://github.com/pronist/hello 티스토리 플러그인 - 코드문법 강조 off 이슈목록깨짐 html 편집 - 찾아 제거
·🖥️ 정보
https://github.com/inotia00/rvx-builder 설정 - 소스 - anddea 설정 재생 오류리밴스드 설정 - 기타 - 하단 - 플레이어 매개변수 설정 off
·🍺 대화
현재의 나는 조금씩 오류를 수정한 버전
·🖥️ 정보
코코아 = 뇌 심장 - 혈류 증가하루 3알 6g 섭취 권장  항산화 효과: 카카오에는 폴리페놀 성분이 풍부하게 들어 있어 노화를 예방하고피부 건강과 체지방을 억제하는데 도움이 됩니다.심혈관 건강: 카카오는 심혈관 질환 예방에 효과적입니다. 폴리페놀이 혈압을 낮추고 콜레스테롤을 개선하는데 도움이 됩니다.뇌 기능 향상: 카카오는 인지 능력을 향상시키고 기억력, 주의력을 개선하는데 도움이 됩니다. 피로 회복: 카카오는 만성피로증후군에도 효과적입니다.다크 초콜릿을 선택할 때는 카카오 함량이 최소 70% 이상인 것을 고르시는 것이 좋습니다. 건강한 심장과 더 똑똑한 두뇌를 위해 카카오를 즐겨보세요! 롯데제과 드림카카오 82%  - 2,000원
·🖥️ 정보
Certainly! The registry key you’ve provided is related to Windows certificate management.Specifically, it controls whether the root certificate authorities (CAs) are automatically updatedon your system. Here’s how you can modify it:  This change will allow your system to automatically update the root certificates. Remember to reboot your computer after making this modification.
·🧩 Code
simple gui#Requires AutoHotkey v2.0#SingleInstance ForceCoordMode "Mouse", "Screen"SetDefaultMouseSpeed 0MyGui := Gui(, "test")MyGui.BackColor := "ac9393"MyGui.Opt("AlwaysOnTop ToolWindow -SysMenu +Owner ") ; +Owner avoids a taskbarMyGui.Add("Button", "x10 y10 w70 h25" , "1 war ").OnEvent("Click", n1)MyGui.Add("Picture", "x80 y70 w60 h20", "img\F1.png").OnEvent("Click", n32)MyGui.Show("NoActivat..
·🧩 Code
basic import pyautogui import time print(pyautogui.position()) time.sleep(1) pyautogui.click (23, 58) windows import pyautogui import pyperclip # 모든 창의 제목을 가져와서 출력 window_titles = [win.title for win in pyautogui.getAllWindows()] for title in window_titles: print(title) # 창 제목들을 클립보드에 복사 pyperclip.copy("\n".join(window_titles)) Learn 기초 https://docs.python.org vscode debug setting
천하나
느린 동행