Unanswered Questions
171,777 questions with no upvoted or accepted answers
0
votes
2
answers
25
views
How to adjust the line spacing in Chrome Bookmarks Manager?
There's a lot of unused space between text lines in the Bookmarks Manager in Chromium-based browsers. Due to that, not many bookmarks and folders fit on the screen.
How can this be fixed?
Userstyles ...
0
votes
1
answer
16
views
How to calibrate a screen for HDR content on Windows 11?
After enabling HDR on Windows and in a video game, the image was washed out: the sky appeared all white instead of showing details of sky with clouds.
How to avoid the burned-in image?
1
vote
0
answers
20
views
Macvlan on docker windows for windows container?
I have a Windows server running and want to create docker containers that are running this windows docker container.
There is a small FAQ that explains on how to setup a vlan and also how to connect ...
0
votes
0
answers
17
views
Kate editor: how to enable line wrapping for LaTeX but disable it for Python?
I'm using the Kate text editor and I like to keep my lines at around 80 characters.
For LaTeX, I enable dynamic word wrapping (or sometimes hard wrapping), which makes writing much more readable.
...
0
votes
0
answers
28
views
Want 'socat' arg(s) to un-escape keyboard arrow-keys from VirtualBox join of xfce4-terminal & DOS 6.22 'COMMAND.COM' via COM1
I am running a WFW 3.11 guest with VirtualBox. VB is configured with:
VBoxManage modifyvm $Guest --uartmode1 server /tmp/$Guest/MyPipes/COM1
In my xfce4-terminal, I run:
socat /tmp/$Guest/MyPipes/...
0
votes
0
answers
16
views
Why does source env.sh fail with $'\r' after dos2unix control.sh, but work after Vim :set ff=unix?
Environment: Linux, Bash, scripts created on Windows (CRLF).
I have two shell scripts:
control.sh - Main script that sources env.sh
env.sh - Environment variable configuration file
Both scripts were ...
0
votes
0
answers
55
views
I used the "nuclear option" to get rid of Windows 11 S mode on HP laptop, network drivers aren't loading nor installable
Good evening everyone.
I had an issue with S mode in a Windows 11 HP laptop, so I tried the nuclear option to get rid of it and set up as new.
I am now seeing the "let's get you connected to a ...
0
votes
0
answers
26
views
How to choose the minimum power state for a light and thin laptop?
I'm using a Thinkpad T14 gen1 AMD, with Ryzen 4750U processor. The power plan is set to "Balanced" already, but I noticed the CPU frequency is always near the max turbo frequency and the ...
0
votes
1
answer
47
views
Is it possible to make an old USB DVB-T stick work on Windows 10? It has a driver that works on Windows 7
Is it possible to make an old USB DVB-T stick work on Windows 10? It has a driver that works on Windows 7.
If run in compatibility mode, it installs, and is recognized by DVB players, but when ...
0
votes
0
answers
29
views
Powershell.exe Application error 0xc0000142
I keep getting this error randomly when running some simple powershell scripts I have, for games. Sometimes when I get this error I open and close Windows Terminal and then the script works. Sometimes ...
0
votes
0
answers
33
views
Failed to connect to the docker API pipe
I installed docker engine (Not docker desktop) on windows server 2025 with the commands:
Install-Module DockerMsftProvider -Force
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent....
0
votes
0
answers
38
views
Why does conditional formatting with equation show results on display but does not show results on print on Excel 365?
enter image description hereExample of a test workbook with conditional formatting. Using Formulas shows results on display but does not print.
0
votes
0
answers
28
views
How do I make a delimiter a different color than the following text in a Notepad++ UDL?
Issue
I am trying to create a User Defined Language for Notepad++ that sets two different text colors: One for the delimiter ##, and another for any text that appears after it on the same line.
...
0
votes
1
answer
33
views
template with quick parts with section breaks
I'm updating a template my company has been using for ~10 years. We have a quickpart for landscape figures and tables, so users can insert their wide tables without worrying about the header/footer; ...
0
votes
1
answer
21
views
How can I mirror the PostgreSQL documentation site excluding sibling directories?
I can mirror certain directories from the PostgreSQL site with this:
wget \
--continue \
--mirror \
--convert-links \
--adjust-extension \
--page-requisites \
--no-parent \
...