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
6 answers

Unable to perform an unattended domain join using WDS and an answer file on Windows 8.1

I've already looked through the other questions related to this and none of them were able to help me. I've already spent several days on this damned unattended process and, miraculously, I was able to get it to work ONCE yesterday but, alas, I did…
Mat
  • 135
  • 1
  • 1
  • 8
6
votes
2 answers

VNC on Vista

I'm using UltraVNC on my Vista machine, and it's giving me very poor performance, even over a 300 mbs network. It seems to be doing screen polling. I looked, and it doesn't look like the video hook driver is working. Does anyone know if you can…
Sam Schutte
  • 886
  • 2
  • 9
  • 15
6
votes
2 answers

How did windows services get linked across three machines

I have a set of windows machines that are running similar software. In fact, they may have been cloned by my IT co-workers. I am not sure about that. The other day I noticed that when I started a windows service on one machine it started the same…
John Leveille
  • 279
  • 1
  • 8
6
votes
2 answers

FTP Server on Windows Server 2012: Works on localhost, error accessing folder when using domain

I am trying to setup a second FTP server on a computer running Windows Server 2008 and IIS 8.0. I already have an FTP server accessible with one port, and this one will be accessible on a different port and point to the same directory. I forwarded…
Jake
  • 602
  • 1
  • 9
  • 17
6
votes
1 answer

How can I generate a list of the security groups a set of users belong to?

I have been asked to generate a list of the security groups (so specifically not the distribution groups) that a list of approximately 50 users belong to. I have a list of users, users.txt that contains each username on a new line. I want to…
NaOH
  • 411
  • 2
  • 10
  • 19
6
votes
1 answer

Monitoring DFS namespace usage

I have a target within my DFS namespace that was originally created with an incorrect spelling in the name, the underlying share is correct. It didn't get noticed for a couple years though. I have created a new target with the corrected name, and…
Zoredache
  • 130,897
  • 41
  • 276
  • 420
6
votes
3 answers

Automatically mount volume on EC2

There is a procedure given by Amazon to make a volume available for use that has been attached as a block device. Given that I am attaching an EBS volume that is already ready to be used, is there a way in Windows Server 2008 R2 to either…
Jake
  • 602
  • 1
  • 9
  • 17
6
votes
2 answers

View free space on offline mapped network drive

We provide all of our users with a mapped network drive (H:) which we have re-directed my documents to. Using FSRM on the file server, each user is restricted to 5GB of disk space. Windows automatically sets this up as an offline folder, and the…
Simon Hodgson
  • 691
  • 3
  • 8
  • 15
6
votes
1 answer

Recalculate Windows inherited ACLs for hardlinks

How do I get Windows to recalculate the inherited permissions of a file? A tool (Mercurial) created multiple NTFS hardlinks to the same file from different directories. I can see them using fsutil hardlink list. This does not change the ACLs of the…
Peter
  • 171
  • 6
6
votes
2 answers

WSUS and Pulled Patches

When Microsoft pulls bad patches, does WSUS automatically pull the patches as well or do we need to do it manually? If we have to do it manually, how do we keep on top of bad patches?
user238343
6
votes
5 answers

Windows file explorer using port 80 (webdav) instead of 445 (samba smb cifs) for UNC path

I have a Windows 7 Ultimate x86_64 machine, which is failing to access a network samba server. I launch the "Run" dialog, and type in \\192.168.x.x so I am bypassing DNS and NetBIOS name resolution, and broadcast discovery, just going directly to…
Edward Ned Harvey
  • 512
  • 3
  • 6
  • 14
6
votes
0 answers

Set CMTrace Font

Might be a bit of a long shot but I was wondering if anyone knew of, or could speculate on, a way to change the default font of CMTrace. It seems to use some Sans-Serif font. I'd like to change it to any mono-spaced font so output from PowerShell…
klyd
  • 223
  • 1
  • 3
  • 7
6
votes
1 answer

Invalid Characters for an NT Password

It seems most of the information regarding NT passwords on the internet is about how to crack them. There doesn't seem to be a list of characters that are specifically not-allowed like there is for usernames. As far as I can tell, there are no…
Goyuix
  • 3,214
  • 5
  • 29
  • 37
6
votes
2 answers

Can I use the GroupPolicy PowerShell module on non-AD standalone servers?

I am trying to use the GroupPolicy PowerShell module to manipulate and read local group policy settings on a standalone Windows 2012R2 server. When I try to execute the Get-GPOReport cmdlet: Get-GPOReport -All -ReportType Xml I get the following…
Kev
  • 7,877
  • 18
  • 81
  • 108
6
votes
12 answers

Hardening a financially critical Windows computer

One of the risks to small and medium businesses is losing your bank credentials to bad guys by use of a key logger or other malware as Bruce Schneier blogs about. A particular threat is real-time key loggers as described in the NY Times. The…
Knox
  • 2,463
  • 2
  • 26
  • 34