Windows එකේ ඕනෑම App එකක් "Always on Top" තියාගන්න Tools 10ක්
Free utilities සහ AutoHotkey shortcut එකක් පාවිච්චි කරලා ඕනෑම window එකක් අනිත් ඒවා උඩින් pin කරගන්න.
Overview
Windows එකේ universal "always on top" button එකක් නෑ, නමුත් free tools කිහිපයක් ඒක ඕනෑම window එකකට එකතු කරනවා — calculator එකක්, video එකක්, හෝ reference එකක් වැඩ කරනකොට visible තියාගන්න ප්රයෝජනවත්. මේ guide එකෙන් options දහයක් එකතු කරලා තියෙනවා.
Note: bundled හෝ fake installers වළක්වගන්න හැම tool එකක්ම එහි official website/repository එකෙන් විතරක් download කරන්න.
Key Takeaways
- මේ tools ඕනෑම window එකක් අනිත් ඒවා උඩින් pin කරනවා.
- AutoHotkey එකෙන් එක-පේළියේ hotkey විසඳුමක් දෙනවා.
- සමහරවා window-management extra features එකතු කරනවා.
- සියලුම picks free.
The Tools
- WindowTop — windows pin කරනවා, plus dimming සහ transparency features.
- DeskPins — pin එකක් click කරලා window එකක් උඩින් තියාගන්න.
- AutoHotkey — script එකකින් always-on-top toggle කරන්න hotkey එකක් map කරනවා.
- StayOnTop — lightweight pin utility එකක්.
- TurboTop — ඕනෑම window එකක් උඩින් toggle කරන්න tray menu එකක්.
- Always On Top — සරල dedicated tool එකක්.
- OnTopReplica — window එකක live, always-on-top clone එකක් පෙන්නනවා.
- WinLister — windows list කරලා ඒවගේ state toggle කරනවා.
- 4t Tray Minimizer — tray එකට minimize plus always-on-top.
- PowerMenu — window menus වලට always-on-top සහ transparency එකතු කරනවා.
Quick AutoHotkey Method
1. AutoHotkey එහි official site එකෙන් install කරන්න.
2. මේක තියෙන .ahk script එකක් හදන්න: #SPACE::WinSet, AlwaysOnTop, , A
3. script එක run කරන්න; ඕනෑම window එකක් උඩ Windows + Space එබුවම always-on-top toggle වෙනවා.
4. hotkey එක available තියාගන්න script එක startup එකට add කරන්න.
Which to Use
- Hotkey ලෝල්/scripters: AutoHotkey.
- Click-to-pin සරලකම: DeskPins.
- Feature-rich (dim/transparency): WindowTop.
- window එකක live clone එකක්: OnTopReplica.
Troubleshooting
Problem: Fullscreen app එක always-on-top ignore කරනවා.
Solution: Exclusive-fullscreen apps ඒක override කරනවා — windowed/borderless mode use කරන්න.
Problem: Hotkey එක වැඩ කරන්නේ නෑ.
Solution: AutoHotkey script එක run වෙනවද කියලා බලන්න (tray එකේ green icon) සහ වෙන app එකක් එම hotkey එක use කරන්නේ නෑ බව තහවුරු කරගන්න.
Problem: Tool එක antivirus එකෙන් flag වෙනවා.
Solution: official source එකෙන් download කරලා verify කරන්න; window utilities සමහර වෙලාවට false-flag වෙනවා.
Problem: restart කරාම setting එක නැති වෙනවා.
Solution: සැමවිටම available තියාගන්න ඔබේ tool/script එක startup එකට add කරන්න.
Conclusion
window එකක් always on top තියාගන්න, ඔබේ style එකට ගැලපෙන tool එකක් තෝරගන්න — click-to-pin එකට DeskPins, extra features එකට WindowTop, හෝ global hotkey එකකට පුංචි AutoHotkey script එකක්. official sources වලින් download කරලා පහසුව සඳහා startup එකට add කරන්න.















