Recently Active Questions
516,193 questions
2
votes
3
answers
5k
views
How can I have the flexibility to have an extended and duplicate display with multi monitor setup?
If I setup 3 monitors with my CPU, is it possible for monitor 1 and 2 to share an extended display while monitor 2 and 3 to have a duplicated display?
0
votes
1
answer
339
views
How to prevent change of bytes when transferring file with nc?
If you open a port on a listening host and send bytes with nc to this port, the hash of the source and destination file might not be the same. Why is that and can it be prevented?
Here are the ...
0
votes
0
answers
534
views
Latitude E6400 Screen is Black
The screen to my Latitude E6400 is all black, I have been able to see the screen, but dark on other computers, I can see everything fine, but it is just really dark. If I put a flashlight right up ...
-1
votes
1
answer
194
views
Triple actions shortcuts (Single, Double, Hold) with combination of single key and modifier keys
I have been looking for triple action (Single tap, Double tap, Hold) shortcut mapping method that I can easily tweak and assign with AHK and I have finally found this amazing solution.
This single, ...
1
vote
1
answer
4k
views
How to disable SHIFT modifier for NUMPAD keys?
Is there a way to disable shift modifier on numpad on Windows 10?
In some games, I use SHIFT|CTRL|ALT modifiers and on the numpad it automatically switch to LEFT (SHIFT + NUM4), RIGHT (SHIFT + NUM 6) ...
7
votes
3
answers
10k
views
Function keys require Fn modifier. How can I make them default?
On my Dell Studio 15, the function keys, by default, do things like switch the radio on/off or change the brightness or sound. To use them as function keys I have to hold down the Fn modifier.
I use ...
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 ...
4
votes
1
answer
360
views
How to change the default viewer for Outlook 2024 Email HTML Source
The default program for "View Source" has been set to the Windows notepad by accident, Notepad++ should be instead the default program. How can be changed/reset this setting - see the below ...
0
votes
1
answer
5k
views
WiFi range extender drops connection after a day. Rebooting main router fixes it
I have an issue which I can't seem to get to the bottom of. My main router works great, but to increase the range I recently added a WiFi range extender.
The range extender was easy to set up, and ...
0
votes
1
answer
20k
views
cannot open '' for reading: No such file or directory
I am trying to run .sh file on Red Hat 6 and getting this error:
cannot open '' for reading: No such file or directory
The script I am running is internally referencing other scripts, located in same ...
2
votes
1
answer
9k
views
Windows 10, connect to a projector by IP address
I have a Windows 10 machine and a projector. Both of them are connected to the same network (well, not exactly - addresses are: 10.5.50.45 and 10.5.51.20). And I need to share my screen on this ...
4
votes
1
answer
6k
views
Installing new driver on Linux, missing the 'Build' directory
I recently installed Kali Linux on a very old PC, and since it doesn't have a wifi card I bought a Realtek USB wifi adapter. The adapter came with a driver to install, and I went to run the "install....
6
votes
4
answers
34k
views
How to create URL link to the specific section of the PDF file?
I am trying to create a pointer link to a specific section of the PDF file which is in my local directory.
Normally I create hyperlinks to the pages like that.
xyz.pdf#page=4
But I cannot figure out ...
1
vote
1
answer
5k
views
UNC paths are not supported. Defaulting to Windows folder. WSL 2
I'm using an npm project in WSL but when I start, it gives me this error:
CMD.EXE was started with the above path as the current folder.
UNC paths are not supported. Defaulting to Windows folder.
I ...
1
vote
1
answer
6k
views
schtask Activate task when specific user login
I want to create a batch file that creates a scheduled task to run a .cmd file when a specific user logons. So far I've come up with this:
@echo off
schtasks /CREATE /RU %username% /TN "TaskName" /TR ...