Most Popular

1500 questions
231
votes
11 answers

How to make SUBST mapping persistent across reboots?

Does Windows (XP or later) have a built-in way to create persitent drive mappings, like the ones SUBST creates? I found a 3rd party tool psubst. Is there a way to do it without 3rd party tools?
rick
  • 2,385
231
votes
9 answers

What is the Windows hotkey to minimise a single, currently active window?

On Windows Vista, I'm familiar with Win + D to show the desktop but sometimes I just want to minimise two or three windows as they become active and not the whole lot. What hotkey can I use to minimise only the currently active window?
Ionise
  • 2,445
230
votes
8 answers

How can I prevent Ask.com Toolbar from being installed every time Java is updated?

As many are painfully aware of, Oracle continues to not only bundle the Java installation with the useless Internet browser toolbar from Ask.com, but also enable its installation by default. In addition to the toolbar, Ask also replaces your…
abstrask
  • 4,909
230
votes
6 answers

Windows 8 Hyper-V - how to give VM internet access?

I've got Windows 8 Pro on my home machine. I want to have a Windows 7 Professional VM running under Hyper-V, and I want the VM to have full internet access. My physical machine has a wireless network adapter I use to connect to a router. Here's what…
Graham Clark
  • 2,381
230
votes
10 answers

How do I enable the shared clipboard in VirtualBox?

Where is the configuration option for sharing clipboards (copy & paste) between the host OS and the guest OS?
Greg Mattes
  • 3,502
230
votes
8 answers

Browse an UNC path using Windows CMD without mapping it to a network drive

C:\> cd \\somewhere '\\somewhere' CMD does not support UNC paths as current directories. What I usually do to get around this is to map that directory to a network drive and then I could easily access it from the command prompt. But is there an…
229
votes
19 answers

32-bit vs. 64-bit systems

What are the differences between 32-bit and 64-bit systems? If you have used both of them, what kind of sharp differences have you experienced? Would it be a problem to use 32-bit programs on 64-bit systems in some cases?
229
votes
15 answers

How do I know what proxy server I'm using?

I need to know what the address for my proxy server is so I can configure another program to also use it. If I go into IE, Internet Properties, LAN Settings, then all I see is an automatic configuration script but not the actual proxy address. How…
228
votes
6 answers

How to close a tmux session

I am using tmux to manage multiple terminal windows. Currently I have 2 windows open with multiple panes. I know that I have to use the prefix (for me it is ctrl+a) to enter commands. How can I close the session from inside of tmux? What command…
ph3nx
  • 2,383
  • 2
  • 14
  • 6
228
votes
6 answers

How can one turn off spell checking in Notepad++?

Notepad++ recently added built-in support for spell checking, and it is enabled by default. Where can I turn it off?
228
votes
8 answers

Typing “python” on Windows 10 (version 1903) command prompt opens Microsoft store

This is strange issue I have observed. I installed Active Python 2.7 on Windows 10 (version 1903). On typing “python” from search, opens the Python 2.7 prompt but when I type from command prompt window, it triggers the Microsoft Store. Don't know…
Dr. Essen
  • 2,552
228
votes
7 answers

Windows 10 - disable reopening programs after restart/startup

Occasionally, a forced restart is happening on my Windows 10 computer. When the OS is restarted every program that I've had prior to the restart is reopened at startup. The programs are reopened like I would just double-click them. I usually hold…
johni
  • 2,454
228
votes
4 answers

Why does the base64 of a string contain "\n"?

$ echo -n "apfjxkic-omyuobwd339805ak:60a06cd2ddfad610b9490d359d605407" | base64 YXBmanhraWMtb215dW9id2QzMzk4MDVhazo2MGEwNmNkMmRkZmFkNjEwYjk0OTBkMzU5ZDYwNTQw Nw== The output has a return before Nw==. What is the correct way to generate base64 in…
Tiina
  • 3,297
228
votes
6 answers

How to control Windows 7 snap feature with two monitors?

There is an Aero Snap feature in Windows 7. However, it seems to not work when dragging a window to the edge that is adjoined to the second monitor. How to make it work properly? Maybe some regedit modification or something?
228
votes
6 answers

How to install a specific package version in Alpine?

I have a Dockerfile to build a Docker image that is based on Alpine Linux. Now I need to install a package as part of this Dockerfile. Currently I have: RUN apk update && \ apk upgrade && \ apk add git Apparently this is a bad idea, as the…
Golo Roden
  • 2,589