An application running on Windows 7 is breaking when it tries to render Google Maps. When I load the URL into Internet Explorer it fails, when I load it via Chrome it works. I have tried to turn off Internet Explorer via “Turn Windows features on or off” and also […]
Rubin
I have multiple drives for my media which I want to all appear as one drive using mlink /j junction. Videos (F:) is a 12TB HDD which contains TV Shows, Concerts, Music Videos, Etc I have linked the Movies folder in here as an mlink /j junction to my Movies […]
In MacOS, I have a shell script that makes some changes to my tmux config file, then reloads it (by running tmux source-file). Usually, it completes successfully, but sometimes (I estimate about 5%) it “hangs”–when I run it from the terminal, the configuration reloads as expected, but I never get […]
I’m trying to automate, in the windows command line, moving files/folders that aren’t in use. Basically the main folder is making new folders and files but once the file is written, it’s not longer reassessed, it’s a recording folder. I’ve been searching around, robocopy does the job (https://serverfault.com/questions/444383/can-robocopy-be-made-to-skip-open-files), since it […]
Microsoft Word (and probably Excel too) store some print settings inside documents. So when I print a document with specific settings, this same document on another computer use the same settings (if the printer is the same). But sometimes this lead to problems, and it’s a nightmare to solve them. […]
Reposting from Windows 10: How do I turn off “Microsoft Start”? as none of the answers there works for me, as I’m still seeing this: Although I’ve disabled everything according to the answers there: How can I completely disable it? The only option from there is Hide each tiles, yet […]
I have a two monitor set up. On one of them, I keep the same windows always opened for quick review (trading charts). On the main monitor, I often click on the “show desktop” button to quickly lower all the windows. Doing so also affect the other monitor… Is there […]
How can I enable a specific Gnome extension from terminal ? I want activate dash-to-dock from command line. I have seen this question : https://askubuntu.com/questions/1029376/how-do-i-enable-and-disable-gnome-extensions-from-the-command-line But it’s for all extensions, not for just one. I have test this command, but it does not work. pc-hostname :: username :: ~ >> gsettingsgsettings […]
I have a C++ language/compiler design curiosity question. I’m using gcc 11.2.0 on Cygwin. Why is it an error to directly reference local variables in structures? Lambda functions do this all the time, and they are basically no different from structures containing the operator() method. As an example: static inline […]