Questions tagged [windows]

Windows is the brand name for a series of operating systems from Microsoft. Current versions are Windows 10, Windows 11, Windows Server 2016, Windows Server 2019, and Windows Server 2022. Instead of tagging a post "Windows", try to use a tag for a specific version.

Introduction

Windows is a family of operating systems developed by Microsoft. Originally a graphical add-on for Microsoft DOS, Windows is currently the market leader for operating systems on the desktop.

Today there are several branches of Windows:

  • Windows for desktops, notebooks, and tablets
  • Windows Server, for servers
  • Windows IoT, for embedded devices such as point of sale, kiosks, and signage

Tag recommendations

If your question is version-specific, consider using a version-specific tag.

17405 questions
6
votes
3 answers

Can I "register" python scripts to execute on Windows?

I have Python 2.5 installed on Windows XP and a collection of scripts available in a certain directory. According to this article by Amanda Birmingham I can setup up a path for the Python executable and the one for where the scripts live. Which…
Jonathon Watney
  • 621
  • 1
  • 10
  • 17
6
votes
4 answers

Enable a program in Windows to run multiple times?

I've got this legacy software that only allows you to run one copy at a time, it detects that you have another session opened and it won't allow you to open a second instance. The problem is this is a cpu intensive program and it only use a single…
lbanz
  • 1,609
  • 5
  • 20
  • 30
6
votes
2 answers

Two trusted domains with same username in both - can we merge?

We have 2 domains (A,B) in our environment. Whenever someone joins the company, his account will be created in domain A. If someone has to work in a particular department, an account will be created for him in domain B. Both accounts have same…
Kabir Rao
  • 123
  • 2
  • 14
6
votes
3 answers

Why would a program require a server operating system versus a workstation operating system?

A vendor is stating that their software requires Windows Server 2003/2008 versus Windows 7 Professional because it doesn't perform well on a non-server OS. The specific reasoning was that the number of network connections is limited on Windows 7…
Mike
  • 61
  • 3
6
votes
6 answers

On Windows machines, what is the typical toolchain for remote maintenance?

I need to deploy PHP and Python code and the appropriate environment (web server, db server) to remote Windows systems, and I don't know what toolchain would be the equivalent to ssh, scp, bash and the like. So, basically, what I need to be able to…
Hanno Fietz
  • 1,022
  • 2
  • 13
  • 24
6
votes
4 answers

Penetration Testing - Trust and Hiring

When you hire someone/business to come in how can you be sure they won't have a rogue employee who will backdoor your systems? Is there a way you can trust anyone? How do big corporations do it? Seems with so many possible openings that the chance…
Tiffany Walker
  • 6,681
  • 14
  • 56
  • 82
6
votes
5 answers

Invoke Remote Desktop Connection from Hyperlink

Is there a way to create a hyperlink that will invoke a Remote Desktop connection to a Windows Machine?
BlueGene
  • 2,241
  • 9
  • 30
  • 33
6
votes
2 answers

Do Windows virtual machines suffer from entropy shortage too?

Recently we ran into a problem where one of our Linux-based virtual machines was really slow due to a chronic shortage of "entropy". I'm wondering if Windows virtual machines would suffer from the same problem. (A Google search gave me no relevant…
Stephen C
  • 551
  • 4
  • 18
6
votes
3 answers

Backup with Mercurial and Robocopy?

The Problem We would like to backup our critical files from several network shares to a removable hard drive. We want to automate the backup so we don't have to remember to run it. It needs to finish overnight. Furthermore, we want to be able to…
Andrew Neely
  • 189
  • 11
6
votes
1 answer

Group policy issues

We are having an issue on one of our clients relatively new sbs installs. The domain consists of a single SBS 2011 server with 4 Windows 7 clients and 3 XP clients. Most of the time everything is fine, however roughly every 3 days, Windows 7…
Alex Berry
  • 2,307
  • 13
  • 23
6
votes
1 answer

Enabling system wide TCP keepalives on a Windows system

Can I change/add the KeepAliveTime and related registry variables to make a Windows machine send TCP keepalive packets on an idle connection? I want to know if anyone has successfully got this working. Specifically, when the application idling on…
nik
  • 7,100
  • 2
  • 25
  • 30
6
votes
1 answer

How to completely disable apache access log?

I'm running WAMP server on Windows Server 2003, Apache 2.2, and I would like to completely disable writing into the access log. It would be neat if I could do the following, but I'm on Windows: CustomLog "|/dev/null" common All I get in the error…
Miljenko Barbir
  • 179
  • 1
  • 1
  • 6
6
votes
3 answers

Can Windows log CryptoAPI CRL timouts?

I suspect that the process of building the CRL cache may cause latency in some applications. We have several .NET applications that occasionally "act slow" with no CPU or disk access. I suspect that they are hung up on authentication when trying to…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
6
votes
2 answers

Sending DHCP specific vendor options to a Windows server

My goal is send some information (url and a one-time token) to a windows machine. It's working fine for GNU/Linux servers because I get the information from /var/lib/dhcp/dhcp.lease or similar. This is my setup: dhcp server (GNU/Linux server): host…
Seoman
  • 243
  • 1
  • 3
  • 11
6
votes
1 answer

Tools that Check what is slowing down PC and the boot up speed

My Windows XP is getting a bit slow in terms of bootup speed nowadays. Also, when I first click on My Computer item, it takes a while to get it out. I am thus thinking about the tricks to speed up the booting. A quick google search can turn up a…
Graviton
  • 2,865
  • 12
  • 42
  • 64