Skip to main content

New answers tagged

2 votes

Is it safe to change system regional settings on a production DC to alter DNS log timestamps?

wouldn't suddenly changing the region and timestamp format have some effect on its functionality None of the protocols used by Active Directory deal with localized timestamps. Either they store or ...
grawity's user avatar
  • 19.2k
2 votes

Is it safe to change system regional settings on a production DC to alter DNS log timestamps?

Regional settings have absolutely no impact on the functionality of a Domain Controller.
Massimo's user avatar
  • 73.4k
0 votes

OpenSSH SSH Server won't start on Windows Server 2019 after Windows Updates

I had a similar issue installing OpenSSH on windows 2019 following the Microsoft instructions The service failed to start after installing on a clean Win2019 Azure deployment using image ...
Spangen's user avatar
  • 121
1 vote

Changing owner and managing permissions on an NTFS directory

Please try takeown (use elevated command prompt) takeown /F "D:\Folder" /R /A /D Y where : /R recurse /A give ownership to admins (if you don't add this it will grant ownership to your ...
user31188334's user avatar
0 votes

Equivalent to the htop command on Windows

While the htop command isn't natively available on Windows, you can view the details of Nginx worker processes using several built-in alternatives or third-party tools. Built-in Methods (Command Line)...
Agx23's user avatar
  • 113
0 votes

Equivalent to the htop command on Windows

PSTOP - Powershell Top for Windows Powershell is probably the one you're looking for. pstop is the closest htop with almost all the same features but exclusively for Powershell on Windows OS to be a ...
Josh's user avatar
  • 203
4 votes

Copy Scheduled Tasks to another server

Do not use LLM's for Technical things. They don't know anything; they just try to make text that looks OK. Go over to the fine documentation: This command exports the UpdateDrivers scheduled task in ...
vidarlo's user avatar
  • 12.4k

Top 50 recent answers are included