Questions tagged [windows-server]

A family of server operating systems by Microsoft. This tag can also be used to denote a server with Windows, as opposed to Unix, installed.

Windows Server is a family of server operating systems developed by Microsoft.

This includes:

1228 questions
-1
votes
4 answers

@font-face not working in IE, Firefox

I'm using @font-face generated from Font Squirrel in a .NET application. The font renders great locally. But when publishing the application it only works in Chrome on the server, not IE/Firefox. I'm using all latest versions. I've tried messing…
Jason
  • 59
  • 1
  • 2
  • 10
-2
votes
0 answers

ASP.NET Core project doesn't run in github actions on windows-latest

I have two solutions: asp.net core app and mstest selenium tests. In github actions I've created a workflow, that firstly runs asp.net project and then runs mstest selenium tests. On ubuntu-latest all's going well, but on windows-latest I getting a…
-2
votes
0 answers

Unable to copy file(s) from macOS to windows server using remote desktop. but when I click paste in windows server, it says 'unspecified error'

enter image description here I face this issue quite regularly after some days. Like this copy thing is working most of the time but then suddenly comes one bad day and I get this strange error when try to copy from macOS to windows server using…
-2
votes
1 answer

how to disable ‘must change password’

Can anyone tell me how to disable the ‘must change password’ option when resetting a password in Active Directory? The box for that is checked by default. I want it to be not checked and greyed out so that a person resetting a password can not force…
Roman
  • 344
  • 1
  • 6
  • 19
-2
votes
1 answer

How can I restart a Windows service on Server 2019 Datacenter?

I am restarting a Windows service successfully on Windows Home Edition, but when I run the app that restarts a Windows service on Windows Server 2019 Datacentre installation, I get this error: Error 103: The service did not respond to the start or…
Karen-S
  • 21
  • 3
-2
votes
1 answer

Host IIS Server applications on the internet

I know this may be straight forward and may have already been asked but I have been unable to get proper online articles on this or atleast I don't know how to ask google. so here's a scenerio. I have a Windows Server which will be hosting…
Joewy Lombe
  • 167
  • 1
  • 5
  • 13
-2
votes
1 answer

Can you have a single domain across 2 servers within Hyper-V Manager?

I am running a Hyper-V lab for a client to test the functionality of a Powershell script and due to memory constraints, I would like to move my file and database VM servers off of my main desktop PC to my laptop. I set up Hyper-V on the laptop, and…
ac11
  • 55
  • 1
  • 6
-2
votes
2 answers

Recommended server specification for laravel + mssql application

What is the recommended server specification for laravel + mssql application? because I have never try on a windows server. And is there a recommendation for vps that is used for the laravel + mssql application?
-2
votes
1 answer

Define Batch process parameters

I define some parameter when calling a batch file: :: Usertype:I,C set Usertype=%~1 set Deltaval=%~2 If Usertype=="C" set Gender=NA set Gender=%~3 If Gender==NA ( goto END ) However, I got issue at line If Usertype=="C" set Gender = NA with…
-2
votes
1 answer

Https to another site

I have a domain https://www.example.com (HTTPS) which is now pointing to another IP (for this example thats 1.2.3.4). 1.2.3.4 also has other domains within IIS's directory for that particular site. When i navigate to www.example.com all is fine but…
Computer
  • 2,149
  • 7
  • 34
  • 71
-2
votes
1 answer

Difference Between Remove and Uninstall WindowsFeature

I am running Windows Server 2016, and added a Windows Feature via the Powershell command: Add-WindowsFeature NET-WCF-MSMQ-Activation45 If I were to remove/uninstall it, which should I be using? Remove-WindowsFeature…
gymcode
  • 4,431
  • 15
  • 72
  • 128
-2
votes
1 answer

Java batch application keep running behind even if it is ended in task scheduler

Java batch application keep running behind even if it is ended in task scheduler. Task scheduler shows Ready status and application behind still not getting stopped.
Ganesh
  • 21
  • 7
-2
votes
1 answer

Any equivalent linux package repository mirror to Windows Server

Is there any way to host windows update server for software updates? I am aware of WSUS, but it seems that not used for public purpose.
-2
votes
1 answer

Open files in windows server as an admin

Currently, when I open any file in notepad in windows server, and edit, it won't allow me to edit. I don't want to right click on notepad first, and then choose run as administrator, then navigate to the file location and open it. I want to always…
Jacky
  • 393
  • 1
  • 3
  • 13
-2
votes
1 answer

Where is windows server 2012 container feature

I have read on some forums and tutorials that windows server offers a containers feature. I suppose this is a kind of "docker" but for windows. I tried to add the feature in the server manager but the container item is not available. Is it because a…
Bob5421
  • 7,757
  • 14
  • 81
  • 175
1 2 3
81
82