Search found 52 matches

by tranht17
21 Mar 2024, 09:43
Forum: Scripts and Functions (v2)
Topic: WinTune - Tweak & optimize your Windows System
Replies: 14
Views: 1984

Re: WinTune - Tweak & optimize your Windows System

Updated v2.0.0: https://github.com/tranht17/WinTune
  • New: Universal Windows Platform (UWP) Apps Manager
by tranht17
21 Feb 2024, 02:41
Forum: Scripts and Functions (v2)
Topic: WinTune - Tweak & optimize your Windows System
Replies: 14
Views: 1984

Re: WinTune - Tweak & optimize your Windows System

Updated v1.6.0: https://github.com/tranht17/WinTune
  • New: Support command line /User /LoadConfig /SaveConfig
  • Fix: Some related to multiple users in Startup Manager, Uninstall OneDrive, Disable VisualStudio
by tranht17
15 Feb 2024, 08:50
Forum: Scripts and Functions (v2)
Topic: WinTune - Tweak & optimize your Windows System
Replies: 14
Views: 1984

Re: WinTune - Tweak & optimize your Windows System | HAPPY LUNAR NEW YEAR 2024

Updated v1.5.0:
  • New: Support multiple Windows user accounts
Image
  • Fix: Tooltip causes error when closing the application
by tranht17
30 Jan 2024, 22:24
Forum: Scripts and Functions (v2)
Topic: WinTune - Tweak & optimize your Windows System
Replies: 14
Views: 1984

Re: WinTune - Tweak & optimize your Windows System

Updated v1.4.0:
  • New: Startup Manager
  • New: Reload Tab button
  • Change: Enable/Disable Microsoft Defender with 1-click
by tranht17
25 Jan 2024, 09:06
Forum: Scripts and Functions (v2)
Topic: WinTune - Tweak & optimize your Windows System
Replies: 14
Views: 1984

Re: WinTune - Tweak & optimize your Windows System

Updated v1.3.0:
  • New: Multilingual support
by tranht17
23 Jan 2024, 09:36
Forum: Scripts and Functions (v2)
Topic: WinTune - Tweak & optimize your Windows System
Replies: 14
Views: 1984

Re: WinTune - Tweak & optimize your Windows System

Updated v1.2.0:
  • New: Change theme color
  • New: Self-Capture and Save to Image
  • Add: Disable Auto-Suggest item
  • Add: Disable Append Completion item
  • Change: Item layout
by tranht17
22 Jan 2024, 01:36
Forum: Ask for Help (v2)
Topic: Double call ItemSelect event in ListView
Replies: 3
Views: 345

Re: Double call ItemSelect event in ListView

If this is not an error then I also find it unreasonable.
It's very difficult to write code like that
Should have unselected the previous item and then selected the current item.
by tranht17
21 Jan 2024, 23:00
Forum: Ask for Help (v2)
Topic: Double call ItemSelect event in ListView
Replies: 3
Views: 345

Double call ItemSelect event in ListView

[Moderator's note: Topic moved from Bug Reports.] g:=Gui() LV:=g.AddListView("r20 w800", ["Name"]) LV.OnEvent("ItemSelect",LV_ItemSelect) Loop 5 LV.Add(,A_Index) g.Show LV_ItemSelect(GuiCtrlObj, Item, Selected) { OutputDebug Item "|" Selected ;=> Double call: 4|1 and 2|0 } When MsgBox is added, it ...
by tranht17
20 Jan 2024, 09:58
Forum: Scripts and Functions (v2)
Topic: WinTune - Tweak & optimize your Windows System
Replies: 14
Views: 1984

Re: WinTune - Tweak & optimize your Windows System

Updated v1.1.0:
  • Add Save/Load optimization configuration JSON file
by tranht17
19 Jan 2024, 08:30
Forum: Scripts and Functions (v2)
Topic: WinTune - Tweak & optimize your Windows System
Replies: 14
Views: 1984

Re: WinTune - Tweak & optimize your Windows System

MrDodel wrote:
19 Jan 2024, 02:42
May want to add it requires 32bit 2.0. (==> This script requires AutoHotkey 2.0 32-bit.)

Also, is it safe for 23H2?
It works stably with Windows 11 23H2
by tranht17
19 Jan 2024, 08:29
Forum: Scripts and Functions (v2)
Topic: WinTune - Tweak & optimize your Windows System
Replies: 14
Views: 1984

Re: WinTune - Tweak & optimize your Windows System

super recommend a warning/flair/revert. many people put wrenches in their system without clear info up front. A good example (on top of all the github batch files) https://winaero.com/ https://github.com/hellzerg/optimizer?tab=readme-ov-file In the near future, I will add the ability to backup and ...
by tranht17
18 Jan 2024, 21:43
Forum: Scripts and Functions (v2)
Topic: WinTune - Tweak & optimize your Windows System
Replies: 14
Views: 1984

WinTune - Tweak & optimize your Windows System

Image


WinTune - Tweak & optimize your Windows System


Download

https://github.com/tranht17/WinTune/releases

Compatibility
  • Windows 10 or higher
  • Windows Server 2016 or higher
Requirements
  • Administrator privileges
by tranht17
30 Dec 2023, 21:11
Forum: Ask for Help (v2)
Topic: & character is not displayed in Text and Button controls
Replies: 2
Views: 306

Re: & character is not displayed in Text and Button controls

flyingDman wrote:
30 Dec 2023, 20:56
docs wrote: To instead display a literal ampersand, specify two consecutive ampersands (&&). To disable all special treatment of ampersands, include 0x80 in the control's options.
See here: https://www.autohotkey.com/docs/v2/lib/GuiControls.htm#Text
Not a bug.
OK thank you. I completely forgot about that
by tranht17
30 Dec 2023, 20:37
Forum: Ask for Help (v2)
Topic: & character is not displayed in Text and Button controls
Replies: 2
Views: 306

& character is not displayed in Text and Button controls

Code: Select all

g.AddText(,"1&2")   ; => "12"
g.AddButton(,"1&2") ; => "12"
ToolTip("1&2")      ; => "1&2"
by tranht17
10 Dec 2023, 20:22
Forum: Scripts and Functions (v2)
Topic: PicSwitch - Switch, Checkbox controls with picture
Replies: 5
Views: 1118

Re: PicSwitch - Switch, Checkbox controls with picture

I only get the first two rows It's an icon created for testing, so there are a few parts that don't look good and I haven't had time to do it so I didn't post it. If you like it, I'll post it later. You can create your own icon set or search for icon sets online. the first item in each row does not...
by tranht17
08 Dec 2023, 08:59
Forum: Scripts and Functions (v2)
Topic: PicSwitch - Switch, Checkbox controls with picture
Replies: 5
Views: 1118

PicSwitch - Switch, Checkbox controls with picture

Screenshot 2023-12-08 085737.png PicSwitch.ahk ;================================================================================ ; PicSwitch - Switch, Checkbox controls with picture ; tranht17 ; 2023/12/12 ;================================================================================ Class PicSw...
by tranht17
08 Dec 2023, 03:55
Forum: Suggestions on Documentation Improvements
Topic: v2 Tutorial code doesnt work? Topic is solved
Replies: 4
Views: 790

Re: v2 Tutorial code doesnt work? Topic is solved

Because the tutorial use the Classic Notepad version and you use the new UWP Notepad version.
On this new UWP Notepad version, you will not be able to get its correct pid if you use:

Code: Select all

Run "notepad",,, &pid
Use this code:

Code: Select all

Run "notepad"
WinWaitActive("ahk_exe notepad.exe")
SendText "Hello, world!"
by tranht17
08 Nov 2023, 21:58
Forum: Ask for Help (v2)
Topic: On_WM_MOUSEMOVE of Text, Picture controls not working Topic is solved
Replies: 4
Views: 613

On_WM_MOUSEMOVE of Text, Picture controls not working Topic is solved

[Moderator's note: Topic moved from Bug Reports.] On_WM_MOUSEMOVE of Text, Picture controls not working MyGui := Gui() MyGui.Add("Checkbox","w200 h30 +Border", "Has tooltip") MyGui.AddText("w200 h30 +Border","No tooltip") MyGui.AddPicture("w200 h30 +Border", "logo.png") MyGui.Show() OnMessage(0x020...

Go to advanced search