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
41
votes
3 answers

How do I know if a DLL is registered?

When you are registering a DLL in old machines (Windows XP), regsrv always says that the registration was sucessful. This happens even if the user doesn't have permission to register. With the name of the dll, is there a command that I can run at…
neves
  • 1,230
  • 2
  • 12
  • 16
41
votes
7 answers

What is the windows command line command to copy files?

What is the windows command prompt command to copy files? I need to move a file from location A to location B. Also if the folder for location B doesn't' exists I want to have it created. I need this to be a command line so I can automate it. The…
David Basarab
  • 1,157
  • 5
  • 16
  • 20
41
votes
7 answers

Clear the Recycle Bin For All Users in Windows Server 2008 R2

What is the proper way to clear the recycle bin for all users in Windows Server 2008 R2?
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
41
votes
17 answers

Best Free ISO Mounting Software for Windows

What do you find as the best ISO / disk image mounting software out there? You can give a nod to $$$ alternatives, but I'm looking for the best freeware and support for DVD-size images as well. EDIT I actually use Virtual Clone Drive regularly, and…
Brett Veenstra
  • 1,497
  • 5
  • 18
  • 27
41
votes
5 answers

Remove Setup Bootstrap folder on SQL Server 2008 to free space

Is it "safe" to delete any of the subfolders in C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\ from my drive to free up space? Or is it needed for upgrade/uninstall and other patches? Right now the Update Cache folder contains KB968369…
Mikael Svenson
  • 545
  • 1
  • 5
  • 9
40
votes
4 answers

How can I stop the Windows Recovery Environment being used as a back door?

In Windows 10, the Windows Recovery Environment (WinRE) can be launched by repeatedly cutting power to the computer during the boot sequence. This allows an attacker with physical access to a desktop machine to gain administrative command-line…
Harry Johnston
  • 6,005
  • 4
  • 35
  • 52
40
votes
10 answers

Point multiple IP addresses to a single host name

In Windows System, there is this file at C:\WINDOWS\system32\drivers\etc\hosts. This file allows us to default a specific IP address to a host name. The issue now is whether I can set multiple IP addresses to a host name. For example, can I do…
Graviton
  • 2,865
  • 12
  • 42
  • 64
40
votes
9 answers

Is there a way to run virt-manager on Windows?

We've been using KVM for almost a year strictly on CentOS 5.x as the KVM host, with Fedora and Ubuntu workstations accessing the KVM host and its guests using virt-manager, virt-viewer, and ssh. Is anyone aware of a way to access the KVM host using…
slm
  • 7,615
  • 16
  • 56
  • 76
39
votes
3 answers

How do I increase windows service startup timeout

I have migrated software to a very slow sever. Some software services refuses to startup because of system timeout. How do I increase timeout from default 30 sec.(?) to several minutes? Thank you in advance!
user149691
  • 531
  • 1
  • 4
  • 6
39
votes
3 answers

Virtual Machine memory usage not appearing in TaskManager

There's something about Windows memory management and it's relationship to TaskManager that I don't understand and I'm hoping someone can enlighten me. If I'm running a virtual machine (doesn't matter if it's Virtual PC 2007, Virtual Server 2005, or…
Scott Bussinger
  • 1,801
  • 4
  • 24
  • 27
39
votes
5 answers

How do I access a web server on a virtualbox from the host machine

I have a windows Vista machine upon which VirtualBox is running ubuntu. In ubuntu I am running a webserver at the address http://127.0.0.1:3000/ How do I access this address from my host machine (the windows box)?
Argh
  • 537
  • 1
  • 4
  • 6
38
votes
6 answers

How to detect whether a user is using USB tethering?

Recently a user unplugged their company PC from the network and used USB tethering with their Android phone to bypass the company network entirely and access the internet. I don't think I need to explain why this is bad. What would be the best way,…
wrieedx
  • 750
  • 3
  • 11
  • 23
38
votes
5 answers

Access network share without mapping drive letter (PowerShell)

I want to access a remote SMB network share \\SHARE-HOST\ without mapping a drive letter. I can manually do it in windows by typing \\SHARE-HOST\Share_folder\ in explorer. If I want to do it programatically I have to use the net use command. This…
ServerAdminGuy45
  • 401
  • 1
  • 4
  • 3
38
votes
4 answers

How to check who is currently logged on to windows workstation from command line?

Environment is in domain, server is Windows Server 2003, workstations have Vista and XP installed. I need the way to check remotely who is currently logged on workstation, preferably from some simple command line and without sysinternals or third…
Andrija
  • 579
  • 2
  • 5
  • 9
38
votes
9 answers

Which permissions/rights does a user need to have WMI access on remote machines?

I'm writing a monitoring service that uses WMI to get information from remote machines. Having local admin rights on all these machines is not possible for political reasons. Is this possible? What permissions/rights does my user require for this?
jpoh
  • 811
  • 1
  • 8
  • 13