Search found 3768 matches

by garry
Today, 11:36
Forum: Ich brauche Hilfe
Topic: Win 11 Virus Warnung
Replies: 2
Views: 43

Re: Win 11 Virus Warnung

Windows ist ein Sicherheitsrisiko ... :) evtl Windows Defender so einstellen dass es bestimmte Ordner / Dateien nicht scannt ( habe sonst kein AV Programm ) Wäre es möglich Filemove zu verwenden und die Datei in einen Ordner zu verschieben welches von Windows Defender (MsMpEng.exe) ausgeklammert (ex...
by garry
Today, 10:02
Forum: Ask for Help (v2)
Topic: Windows defender tells me that a virus is in the autohotkey setup file
Replies: 6
Views: 95

Re: Windows defender tells me that a virus is in the autohotkey setup file

Windows Defender deleted my big text-file (xy.txt) with contained ahk scripts It's possible to exclude some folders/files from scanning . --------------------- https://www.theregister.com/2024/04/21/microsoft_national_security_risk/ -- Why Microsoft is a national security threat • The Register -----...
by garry
Today, 01:49
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4894
Views: 1395417

Re: « What's on your mind? » Topic is solved

--------------------- https://www.theregister.com/2024/04/21/microsoft_national_security_risk/ -- Why Microsoft is a national security threat • The Register ------------------ ------------------ https://www.theregister.com/2024/04/22/edr_attack_remote_data_deletion/ -- Researchers: Windows Defender ...
by garry
Yesterday, 13:36
Forum: 请求帮助
Topic: 新手求教 如何让脚本长按shift键和鼠标左键
Replies: 1
Views: 30

Re: 新手求教 如何让脚本长按shift键和鼠标左键

你好 HBK

Code: Select all

#Requires Autohotkey v1.1
;------------------------
~$+Lbutton::   ;- SHIFT + LBUTTON
Loop
 {
 GetKeyState,Lmouse,LButton,P
    If Lmouse = U
        break
 tooltip,LBUTTON PRESSED 鼠标左键 running....		
 }
tooltip 
return
;------------
esc::exitapp    ;- quit script with ESC
;============

by garry
19 Apr 2024, 09:16
Forum: Ask for Help (v1)
Topic: ImageSearch issues to check for location of buttons and ensure Chrome Page is loaded before proceeding.
Replies: 3
Views: 149

Re: ImageSearch issues to check for location of buttons and ensure Chrome Page is loaded before proceeding.

this example from A_AhkUser , check if website is loaded ;- https://www.autohotkey.com/boards/viewtopic.php?f=76&t=64418 ;- https://www.autohotkey.com/boards/viewtopic.php?f=76&t=64418 ;- from user a_ahkuser #warn #NoEnv setworkingdir,%a_scriptdir% f1:="https://www.autohotkey.com/boards/viewforum.ph...
by garry
17 Apr 2024, 13:36
Forum: Ich brauche Hilfe
Topic: String nach WinHttpRequest-Abfrage konvertieren Topic is solved
Replies: 10
Views: 223

Re: String nach WinHttpRequest-Abfrage konvertieren Topic is solved

just me , ich konnte Deinen Skript nachvollziehen aber ich hätte es nicht hingekriegt . Gutes JSON Beispiel für's nächstemal . Funktion verstehe ich auch nicht , ist ein guter bestehender Baustein zum weiterverwenden ( dank an teadrinker ) Mit -3 Aprikosen geht es : wenn ich 4 Aprikosen dazulege , ...
by garry
17 Apr 2024, 11:59
Forum: Ich brauche Hilfe
Topic: String nach WinHttpRequest-Abfrage konvertieren Topic is solved
Replies: 10
Views: 223

Re: String nach WinHttpRequest-Abfrage konvertieren Topic is solved

just me vielen Dank . Habe nochmals mit Loop versucht, scheint OK ... ;- String nach WinHttpRequest-Abfrage konvertieren ;- https://www.autohotkey.com/boards/viewtopic.php?p=568355#p568355 #Requires AutoHotkey v1.1.33 #Warn #NoEnv SetWorkingDir, %A_ScriptDir% e4= ( {"name":"j\u00fcrgen1","name_sani...
by garry
17 Apr 2024, 04:37
Forum: Ich brauche Hilfe
Topic: Menü Eintrag nachträglich verändern Topic is solved
Replies: 4
Views: 110

Re: Menü Eintrag nachträglich verändern Topic is solved

@just me danke .... 'just me' ist der Experte, immer eine optimale Lösung ... ich bin ein Bastler ...
by garry
16 Apr 2024, 14:04
Forum: Ich brauche Hilfe
Topic: Menü Eintrag nachträglich verändern Topic is solved
Replies: 4
Views: 110

Re: Menü Eintrag nachträglich verändern Topic is solved

evtl dies .. (?) falls Menu erst später , nach Auswahl von DropDownList startet ... ( in diesem Beispiel, Menu sichtbar mit F1 , danach klicke auf row, zeigt nur die ausgewählte Sprache ) ;- mit DropDownList ausgewählt : var=konkani ;- h= ( Replace IN language>%var% bbb>notepad ccc>zzzz ) Array := [...
by garry
16 Apr 2024, 13:39
Forum: 请求帮助
Topic: 如何避免多余的按键被按下时的热键触发? Topic is solved
Replies: 1
Views: 57

Re: 如何避免多余的按键被按下时的热键触发? Topic is solved

或许

Code: Select all

~^+a::
msgbox, 262208, ,CTRL+SHIFT+a,3
return

~+a::
msgbox, 262208, ,SHIFT+a,3
return
by garry
14 Apr 2024, 15:14
Forum: Ask for Help (v1)
Topic: Storing PID of a window
Replies: 12
Views: 108

Re: Storing PID of a window

example , not sure it's correct (?) Detecthiddenwindows,on settitlematchmode,2 scx :="MATHE" ;- TITLE global scx Gui,show,x500 y500 w300 h300,%scx% WinGet,PID2,PID,%scx% ;- TITLE PID WinWait, ahk_pid %pid2% sleep,3000 WinMove, ahk_pid %pid2%, ,1,1, return ;-------------- Guiclose: Exitapp ;---------...
by garry
14 Apr 2024, 14:00
Forum: Помощь
Topic: Помогите сделать клик по картинке Topic is solved
Replies: 1
Views: 33

Re: Помогите сделать клик по картинке Topic is solved

Пример #Warn setworkingdir, %a_scriptdir% CoordMode,Pixel,Screen CoordMode,Mouse,Screen F1:="C:\trade.png" return ;------------------------ ~$F8:: imgFound := false while(imgFound = false) { ImageSearch,x,y,0,0,A_ScreenWidth, A_ScreenHeight,*transblack %f1% if(x <> "") { click, %x%, %y% imgFound := ...
by garry
13 Apr 2024, 13:36
Forum: Ask for Help (v1)
Topic: Storing PID of a window
Replies: 12
Views: 108

Re: Storing PID of a window

maybe also a script from user @SKAN > PIDfromAnyID()
viewtopic.php?style=1&t=3533
by garry
13 Apr 2024, 10:26
Forum: Ich brauche Hilfe
Topic: String nach WinHttpRequest-Abfrage konvertieren Topic is solved
Replies: 10
Views: 223

Re: String nach WinHttpRequest-Abfrage konvertieren Topic is solved

von Rohwedder ;- Format multiple characters by char code? / Rohwedder ;- https://www.autohotkey.com/boards/viewtopic.php?f=76&t=109066 ;- aa={"name":"j\u00fcrgen","name_sanitized":"J\u00fcrgen","country":"","gender":"male","samples":9431,"accuracy":99,"duration":"12ms","credits_used":1} ab:=decode_u...
by garry
12 Apr 2024, 13:30
Forum: Ich brauche Hilfe
Topic: String nach WinHttpRequest-Abfrage konvertieren Topic is solved
Replies: 10
Views: 223

Re: String nach WinHttpRequest-Abfrage konvertieren Topic is solved

kannst Du versuchen ob in diesem Beispiel die Zeichen korrekt sind ? ( Variable 'H' , mit Deinem URL ) F1:=a_desktop . "\test.hta" url:="https://blog.fefe.de/?css=" whr := ComObjCreate("WinHttp.WinHttpRequest.5.1") Whr.Open("GET", url, true) Whr.Send() Whr.WaitForResponse() Arr := Whr.responseBody p...
by garry
11 Apr 2024, 13:15
Forum: Ask for Help (v1)
Topic: screenshot of a webpage
Replies: 3
Views: 98

Re: screenshot of a webpage

example printscreen2pdf irfan:="C:\Program Files\IrfanView\i_view64.exe" screenshots:=a_desktop return ;----------------- ~$printscreen:: ;- printscreen button F1=%screenshots%\%A_now%_screenshot.pdf ;try,runwait, "%irfan%" "/capture=0 /convert=%F1%" ;- whole screen try,runwait, "%irfan%" "/capture=...
by garry
11 Apr 2024, 02:59
Forum: Ask for Help (v1)
Topic: screenshot of a webpage
Replies: 3
Views: 98

Re: screenshot of a webpage

example with irfanview ;- example : copy a part from the active window ( percent calc ) ;- https://www.irfanview.com/ ;- irfan:="C:\Program Files\IrfanView\i_view64.exe" screenshots:=a_desktop wa:=A_screenwidth,ha:=A_screenHeight,xx:=100 return *~!h:: ;- alt+h F1=%screenshots%\%a_now%_CROP_screensho...
by garry
10 Apr 2024, 05:21
Forum: Ask for Help (v2)
Topic: How to get video file metadata (Media Created Date, Frame Rate, Frame Width)?
Replies: 8
Views: 512

Re: How to get video file metadata (Media Created Date, Frame Rate, Frame Width)?

EDIT : error , realised , this is NOT for MP4 ... its for pictures .... maybe can use it once ... (?) example RENAME many pictures with irfanview , put pictures with Selma en Mieke in one folder > AA create new folder depending created YEAR ... \BB\2018_Selma en Mieke ;- copy photo's from AA to BB w...
by garry
09 Apr 2024, 15:28
Forum: Помощь
Topic: вирус или нежелательная программа в программе launcher.ahk Topic is solved
Replies: 8
Views: 1764

Re: вирус или нежелательная программа в программе launcher.ahk Topic is solved

У меня Autohotkey с 2005 года, и проблем никогда не было. У меня есть только антивирус для Windows ( MsMpEng.exe / in Windows-11 ) .
https://www.autohotkey.com/
by garry
09 Apr 2024, 12:27
Forum: Ask for Help (v2)
Topic: How to get video file metadata (Media Created Date, Frame Rate, Frame Width)?
Replies: 8
Views: 512

Re: How to get video file metadata (Media Created Date, Frame Rate, Frame Width)?

@XMCQCX thank you for the example used with CMDRET from @SKAN
I have no experience with RegEx and also with ahk V2 ...

Go to advanced search