Tag: windows

  • Configuring Atom As External Editor

    Unlike any other text editor, Atom (“a hackable text editor for the 21st century”) does not install itself into Program Files/ directory or anywhere near it. On Windows 10, for instance, the installer puts its binaries and auxiliaries into something like c:/Users/yeahyou/AppData/Local/atom/, which makes it difficult to configure Atom as an external editor for such […]

  • No Reboot after Update

    After having installed new update(s), Windows 7 would by default reboot your computer without even bothering to ask you if you are fine with losing your unsaved data or interrupting on-going calculations. To avoid this, feed the following into the registry (create a *.reg-file with this content and double-click it): This will grant you a […]

  • Missing Notification Area Icons in Windows 7

    Almost after every other system boot (Windows 7 on my Dell laptop), some notification area icons tend to disappear (while the corresponding processes/services are running issue-free). The “champions” are the volume and the power icons, although they are not the only ones affected. And I’m not talking about those “show icon and/or notification” modes which […]

  • Disappearing Preview in Avid Studio

    After having installed Avid Studio on my Dell XPS 17 laptop (purchased in October 2011, running Windows 7 64 bit with Intel Core i7-2720QM @ 2.20 GHz, 8 GB RAM, 1 TB HDD, NVIDIA GeForce GT 555M with DirectX 11 and 1 GB dedicated RAM), I faced a pretty nasty problem: whenever I played a […]

  • Echoing Parentheses in Windows Batch Files

    It’s not just about parentheses, really. It’s about almost anything that a script engine will ruthlessly interpret before executing a command: variable markers (percent signs), redirection symbols, parentheses, double quotes, ampersands… My most common… let’s say, case, is this: Put this in a BATch file, run it, and you’ll end up with a message saying […]