Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Tag: Microsoft Windows

Git config –global init.defaultBranch: Error cannot lock ref ‘refs/remotes/origin/windows’, not a directory

Posted on 16/10/202121/12/2023 Christian By Christian No Comments on Git config –global init.defaultBranch: Error cannot lock ref ‘refs/remotes/origin/windows’, not a directory
Git config –global init.defaultBranch: Error cannot lock ref ‘refs/remotes/origin/windows’, not a directory

This article provides you with the steps to fix Git config –global init.defaultBranch: Error cannot lock ref ‘refs/remotes/origin/windows’, not a directory. A branch in Git is simply a lightweight movable pointer to one of the commits. Please see how to clone a repository and install software from GitHub on Windows, how to install and uninstall Docker Desktop on Windows…

Read More “Git config –global init.defaultBranch: Error cannot lock ref ‘refs/remotes/origin/windows’, not a directory” »

Version Control System

Delegate control for BitLocker recovery keys in Active Directory

Posted on 15/10/202117/07/2024 Christian By Christian No Comments on Delegate control for BitLocker recovery keys in Active Directory
Delegate control for BitLocker recovery keys in Active Directory

Active Directory (AD) delegation is a critical part of security and compliance. By delegating control overactive directory, you can grant users or groups the permissions they need without adding users to privileged groups like Domain Admins, etc. Please see how to clear the TPM via the management console or Windows Defender Center App, how to deploy…

Read More “Delegate control for BitLocker recovery keys in Active Directory” »

Windows

How to change or add another keyboard language in Windows Server

Posted on 07/10/202129/09/2023 Christian By Christian No Comments on How to change or add another keyboard language in Windows Server
How to change or add another keyboard language in Windows Server

Whether you’re writing a letter or calculating numerical data, your keyboard is the main way to enter information into your computer. Therefore, it is very vital that we select the right keyboard language. This will make the overall user experience flawless. Keyboard also provides ways to interact with your device via shortcuts. They’re called shortcuts…

Read More “How to change or add another keyboard language in Windows Server” »

Windows Server

Allow RDP access for non administrators: Add User to Remote Desktop Users Group in Active Directory

Posted on 07/10/202124/10/2024 Christian By Christian 3 Comments on Allow RDP access for non administrators: Add User to Remote Desktop Users Group in Active Directory
Allow RDP access for non administrators: Add User to Remote Desktop Users Group in Active Directory

Remote Desktop is a feature that you can use to connect to devices remotely. With this feature, you can control other devices as if you had local access. RDP is designed to support different types of network topologies and multiple LAN protocols. In this article, we’ll show how to Allow RDP access for non administrators:…

Read More “Allow RDP access for non administrators: Add User to Remote Desktop Users Group in Active Directory” »

Windows Server

How to fix this computer is a domain controller: The snap-in cannot be used on a domain controller

Posted on 06/10/202126/05/2023 Christian By Christian No Comments on How to fix this computer is a domain controller: The snap-in cannot be used on a domain controller
How to fix this computer is a domain controller: The snap-in cannot be used on a domain controller

Remote Desktop Protocol (RDP) is a special network protocol that allows a user to establish a connection between two computers. For every connection made to a remote PC, the RDP client in Windows (mstsc.exe) saves the computer name or an IP Address and also the username used to log on. See the following guide on…

Read More “How to fix this computer is a domain controller: The snap-in cannot be used on a domain controller” »

Windows Server

The connection was denied because the user is not authorized for remote Login: Enable Remote Desktop Connection on Windows 11 for non-administrators or selected users

Posted on 06/10/202126/08/2023 Christian By Christian No Comments on The connection was denied because the user is not authorized for remote Login: Enable Remote Desktop Connection on Windows 11 for non-administrators or selected users
The connection was denied because the user is not authorized for remote Login: Enable Remote Desktop Connection on Windows 11 for non-administrators  or selected users

The Microsoft Remote Desktop Protocol (RDP) provides remote display and input capabilities over network connections for Windows-based applications running on a server. RDP is designed to support different types of network topologies and multiple LAN protocols. Remote Desktop Protocol or just RDP allows a user to establish a connection between two computers and access the…

Read More “The connection was denied because the user is not authorized for remote Login: Enable Remote Desktop Connection on Windows 11 for non-administrators or selected users” »

Windows

The term “git” was not used as the name of a cmdlet, function, script file, or executable Program recognized

Posted on 05/10/202109/06/2024 Christian By Christian No Comments on The term “git” was not used as the name of a cmdlet, function, script file, or executable Program recognized
The term “git” was not used as the name of a cmdlet, function, script file, or executable Program recognized

In this article, we shall discuss how to fix the term “git” was not used as the name of a cmdlet, function, script file, or executable Program recognized. Git is a free and open-source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Please see Kindly refer…

Read More “The term “git” was not used as the name of a cmdlet, function, script file, or executable Program recognized” »

Version Control System

Running Docker commands returns Docker is not recognized as an internal or external command

Posted on 05/10/202126/08/2023 Christian By Christian 2 Comments on Running Docker commands returns Docker is not recognized as an internal or external command
Running Docker commands returns Docker is not recognized as an internal or external command

Docker Desktop is an easy-to-install application for your Mac or Windows environment that enables you to build and share containerized applications and microservices. Docker Desktop includes Docker Engine, Docker CLI client, Docker Compose, Docker Content Trust, Kubernetes, and Credential Helper. Furthermore, Docker Desktop works with your choice of development tools and languages, giving you access…

Read More “Running Docker commands returns Docker is not recognized as an internal or external command” »

Containers

Failed to remove network for build: Error during connect in the default daemon configuration on Windows, the Docker client must be run with elevated privileges

Posted on 05/10/202127/08/2023 Christian By Christian No Comments on Failed to remove network for build: Error during connect in the default daemon configuration on Windows, the Docker client must be run with elevated privileges
Failed to remove network for build: Error during connect in the default daemon configuration on Windows, the Docker client must be run with elevated privileges

Docker executor is a great option is to use Docker as it allows a clean build environment, with easy dependency management (all dependencies for building the project can be put in the Docker image). The Docker executor allows you to easily create a build environment with dependent services, like MySQL. It may also interest you…

Read More “Failed to remove network for build: Error during connect in the default daemon configuration on Windows, the Docker client must be run with elevated privileges” »

Containers

There has been a runner system failure: failed to start the process exec “pwsh”

Posted on 05/10/202110/04/2023 Christian By Christian No Comments on There has been a runner system failure: failed to start the process exec “pwsh”
There has been a runner system failure: failed to start the process exec “pwsh”

The Shell executor is a simple executor that you use to execute builds locally on the machine where GitLab Runner is installed. It supports all systems on which the Runner can be installed. That means that it’s possible to use scripts generated for Bash, PowerShell Core, Windows PowerShell, and Windows Batch (deprecated). As I said…

Read More “There has been a runner system failure: failed to start the process exec “pwsh”” »

Containers

How to install and uninstall Docker Desktop on Windows 10 and Windows Server

Posted on 05/10/202122/09/2023 Christian By Christian 1 Comment on How to install and uninstall Docker Desktop on Windows 10 and Windows Server
How to install and uninstall Docker Desktop on Windows 10 and Windows Server

Docker is an open-source containerization platform that enables developers to package apps into containers and standardized executable components combining application source code with the operating system (OS) libraries and dependencies required to run that code in any environment. The Docker Engine and client aren’t included with Windows and need to be installed and configured individually….

Read More “How to install and uninstall Docker Desktop on Windows 10 and Windows Server” »

Containers

Is RDP enabled? Enable and disable Remote Desktop in Windows 10 for all users or selected users

Posted on 03/10/202124/10/2024 Christian By Christian 2 Comments on Is RDP enabled? Enable and disable Remote Desktop in Windows 10 for all users or selected users
Is RDP enabled? Enable and disable Remote Desktop in Windows 10 for all users or selected users

In this article, we shall discuss “Is RDP enabled? Enable and disable Remote Desktop in Windows for all users or selected users via CMD, PowerShell, Control Panel, and Windows Settings”. See the following guide on how to remove saved RDP credentials entries in Windows 10 and How to remove RDP connection entries. RDP is based on, and an…

Read More “Is RDP enabled? Enable and disable Remote Desktop in Windows 10 for all users or selected users” »

Windows

How to Quickly Fix Windows Search Bar Not Working

Posted on 02/10/202128/08/2023 Temitope Odemo By Temitope Odemo No Comments on How to Quickly Fix Windows Search Bar Not Working
How to Quickly Fix Windows Search Bar Not Working

For many Windows users, the issue of the Windows search bar not working will never seem to go away. As we all know that the search bar is the number one utility that every user cannot do without as it makes their life while using the system easily. If you need urgent access to any…

Read More “How to Quickly Fix Windows Search Bar Not Working” »

Windows

Posts pagination

Previous 1 … 44 45 46 … 61 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Building VPC
    Build a Scalable VPC for Your AWS Environment [Part 1] AWS/Azure/OpenShift
  • Featured image Microsoft Whiteboard
    How to work with Microsoft Blackboard via private or commercial accounts Microsoft Exchange/Office/365
  • MSSQLlicensing
    Microsoft SQL Evaluation period has expired: How to upgrade SQL Server instance Oracle/MSSQL/MySQL
  • Chocolatey Packages
    Create Chocolatey Package: Upgrade Software with Chocolatey Scripts
  • Wordpress
    How to Install and Configure WordPress on Your Windows Computer Using WAMP SERVER Web Server
  • nodee
    How to install Cypress on Windows and perform Automation Windows
  • Amazon
    Import Virtual Machines to AWS as AMI AWS/Azure/OpenShift
  • article 1280x720.166f8634
    How to install DHCP role on Windows Server 2019 Windows Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,808 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive