Tag Archives: Editors’ Choice

Fart-O-Tron – Cool and funny fart sounds simulator

This article along with all titles and tags are the original content of AppNee. All rights reserved. To repost or reproduce, you must add an explicit footnote along with the URL to this article!
Any manual or automated whole-website collecting/crawling behaviors are strictly prohibited.
Any resources shared on AppNee are limited to personal study and research only, any form of commercial behaviors are strictly prohibited. Otherwise, you may receive a variety of copyright complaints and have to deal with them by yourself.
Before using (especially downloading) any resources shared by AppNee, please first go to read our F.A.Q. page more or less. Otherwise, please bear all the consequences by yourself.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Fart-O-Tron (AKA: Fart Machine, Fart Sound Board), AppNee likes to call it the Fart Sound Bible – which collected tens of familiar, strange, or even unimaginable funny fart sounds with much more realistic simulation than the real whoopee cushion. In a word, it’s very professional and perfect.

Continue reading Fart-O-Tron – Cool and funny fart sounds simulator

8 Ball Pool – Only best 2D pool game in the world

8 Ball Pool is a very popular and classic free online multi-player 2D pool game produced by Miniclip, based on its predecessor – 8 Ball Quick Fire Pool. It is regarded as the most realistic (from the design of graphics, sound effects to the balls’ collision simulation, etc.) pool game on the whole Internet.
Continue reading 8 Ball Pool – Only best 2D pool game in the world

If some download link is missing, and you do need it, just please send an email (along with post link and missing link) to remind us to reupload the missing file for you. And, give us some time to respond.
If there is a password for an archive, it should be "appnee.com".
Most of the reserved downloads (including the 32-bit version) can be requested to reupload via email.

KeePass – Best database-based personal passwords manager & generator

Whenever your passwords should not be written on the paper and then put under the keyboard, caught in the pages of notebook, or even just recorded on the computer with Windows Notepad… In addition, the more and more passwords will become much easier to be forgotten over time. Therefore, we need a well-designed, reassuring password managing utility.

Continue reading KeePass – Best database-based personal passwords manager & generator

Programming Windows, 5th & 6th Editions HD PDF, EPUB, CHM

Here, AppNee provides everyone the two most popular editions: Programming Windows, 5th Edition (published in 1998, 23 chapters, 1479 pages) and Programming Windows, 6th edition (published in 2012, 19 chapters, 1136 pages) of the classic Programming Windows series of books written by Charles Petzold and published by Microsoft Press (has been over 27 years). These ebooks are in HD PDF, EPUB and CHM formats, shared for beginners who want to learn the Windows program or application development.

Continue reading Programming Windows, 5th & 6th Editions HD PDF, EPUB, CHM

Path Copy Copy – Copy paths or names of multiple files/folders with one-click

In Windows Explorer and some cases, we maybe need to copy many names of a bunch of files/folders one by one. There is only one traditional method – manually click files/folders and then copy/paste their names; and it would become more troublesome if you want to get their full paths – you have to right click every file/folder to enter its properties and then copy the full path from the ‘Location’ field.

Continue reading Path Copy Copy – Copy paths or names of multiple files/folders with one-click

Taskbar Thumbnails Tuner – Most effective solution to disable Windows taskbar thumbnail preview

In order to turn off the needless, nasty taskbar thumbnail feature on Windows 7+ (especially on 8.1), I guess many guys have tried all the pseudo solutions on the Internet. The only thing can be sure is – no one method is really effective at all, such as:

  • Create an DWORD (32-bit) Value of TaskbarNoThumbnail to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer (for Windows 7 only)
  • Uncheck the “Animations in the taskbar” in Performance Options (for Windows 8 only, and sometimes, in certain conditions)
  • Enable the “Turn off taskbar thumbnails” policy in the “Local Group Policy Editor (gpedit.msc)” (only suitable for Windows Vista only)
  • Create DWORD value of DisablePreviewWindow or ExtendedUIHoverTime to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced (only for Windows 7)
  • Other methods (like increasing the delay time of MouseHoverTime or thumbnail’s preview window) are just too uncomfortable, far-fetched

With this little tool Taskbar Thumbnails Tuner, just one-click, the taskbar thumbnails feature will not be displayed anymore (instead, the system uses standard pure text as the tool tips), no logout or reboot required, effective immediately.

// Working Principle //

Use a few registry monitoring tools, you can find that Taskbar Thumbnails Tuner’s essence is to modify the registry too, but much more clever (by changing the following 2 registry keys):

  1. Enter “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced“, Create new DWORD: “ExtendedUIHoverTime” and set it to a really high number (in milliseconds) to delay the preview popup virtually forever (over 7 weeks, anyway). Apparently it doesn’t like it if you set it to exactly 0xffffffff, I think it treats it as 0. But 0xfffffffe works just fine. Kind of weird.
  2. Enter “HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband“, Create new DWORD: “NumThumbnails” and leave it at 0 to switch the previews to a list when you actually click on a stacked icon.

*** You’ll need to restart Windows Explorer/File Explorer (end the task “explorer.exe” in Task Manager and then run it again) for it to take effect, easiest way is from the Task Manager.

Now you finally know and are sure about how to stop / prevent pop-ups / popups / thumbnails appearing when you hover over the taskbar! BTW, in addition to Taskbar Thumbnails Tuner, we also have an alternative – 7+ Taskbar Tweaker, they just do the similar work for Windows users.

// System Requirements //

// Download URLs //

Version Download Size
v1.0.0.1 207 KB

(Homepage)

Zeal – Offline documentation browser for software developers

Zeal is a free and open source offline documentation browser specially designed for programmers/coders on Windows and Linux. It’s inspired from Dash on Mac OS X, developed using Qt, simple but efficient, enables you to instantly access 200+ offline API documentation sets with ease.

Continue reading Zeal – Offline documentation browser for software developers