Category Archives: Windows

Windows Tutorials

Windows Server Pending Reboot Status Won’t Clear

You may have a problem with Windows Server Pending Reboot Status Won’t Clear because you may have installed new windows updates, new drivers or new windows features and windows server is throwing a fit about needing to reboot, even though you have reboot it dozens of times. 

In comprehensive guide on troubleshooting the issue of a pending reboot status that won’t clear on a Windows Server. As a system administrator or IT professional, you might have encountered this frustrating situation where the server continues to show a pending reboot status even after a restart. In this article, we will explore the possible causes behind this issue and provide you with effective solutions to resolve it. So, let’s dive in and get your Windows Server back on track!

Solution 1: Check for Pending Updates

One of the common causes of the pending reboot status is incomplete update installations. To address this … Read the rest

Windows Tutorials

How To Ping With Date and Time To TXT File Using CMD

There are occasions where you will need to know How To Ping With Date and Time To TXT File Using CMD and a few Windows Ping commands can help. This will use a provide a date and a timestamp the result of each ping, with a bit of effort you can get it to do that. It’s quite useful if you specifically need to use the Windows Ping command. 

ping -t patrickdomingues.com|cmd /q /v /c "(pause&pause)>nul & for /l %a in () do (set /p "data=" && echo(!date! !time! !data!)&ping -n 2 patrickdomingues.com>nul" >C:\ping\pingtest.txt

Ping With Data and Time Using CMD

The above will continuously ping the address with a time and date to a output log file which in this case is called pingtest.txt , press Ctrl+C to end the session. If you do not need an output file remove the redirection to an output file string if you want to show the results in the … Read the rest

PowerShell Tutorials

How to Re-Establish Domain Relationship trust using PowerShell

If you are looking for a how to on an easy way to Re-Establish Domain Relationship trust using PowerShell you have come to the right place.

Introduction

In today’s digital age, establishing and maintaining domain relationship trust is crucial for the smooth functioning of various network operations. With the help of PowerShell, a powerful scripting language and automation framework developed by Microsoft, administrators can efficiently manage and restore domain relationship trust. This article will guide you through the process of re-establishing domain relationship trust using PowerShell, providing you with step-by-step instructions and valuable insights.

Why is Domain Relationship Trust Important?

Domain relationship trust forms the foundation of secure and reliable network communication. It allows different domains within a network to establish a trusted connection and share resources seamlessly. When the trust relationship between domains is compromised or broken, it can lead to authentication issues, limited access to shared resources, and … Read the rest

PowerShell Tutorials

How To Uninstall All Windows 10 Apps Using PowerShell

You have noticed that Windows 10 came with all sorts of Apps and you want a simple way to Uninstall all these Apps, well using PowerShell will be the quickest method.

Introduction:

Uninstalling Windows 10 apps using PowerShell provides a convenient and efficient way to remove built-in or pre-installed applications that you may not need or want on your system. PowerShell is a command-line scripting language developed by Microsoft, and it offers powerful tools for managing and automating various tasks in Windows.

In this guide, I will walk you through the steps to uninstall all Windows 10 apps using PowerShell. This method allows you to remove multiple apps simultaneously, saving you time and effort. It is important to note that this process will only uninstall the apps for the current user account and not for all users on the system.

Before proceeding, please ensure that you have administrative privileges on … Read the rest

PowerShell Tutorials

How To Reinstall All Windows 10 Apps Using PowerShell

I take it some how some way you may have uninstalled a few or all Windows 10 Apps and they are no longer in your start menu, This PowerShell command will get those Windows 10 Apps back onto your system. 

Introduction:

Reinstalling Windows 10 apps using PowerShell can be useful if you have accidentally uninstalled essential applications or if you want to restore the default set of built-in apps on your system. PowerShell, a command-line scripting language developed by Microsoft, provides a convenient way to manage and automate tasks in Windows.

In this guide, I will walk you through the steps to reinstall all Windows 10 apps using PowerShell. This method allows you to reinstall multiple apps simultaneously, saving you time and effort. However, please note that this process will only reinstall the apps for the current user account and not for all users on the system.

Before proceeding, make … Read the rest

Windows Tutorials

How To Fix RDP Connection Was Denied

Learn how to troubleshoot and resolve the “RDP connection was denied” error. Fix issues preventing remote desktop access with simple steps and solutions.

RDP Connection Was Denied to allow a end user to remote connect to the computer?

The connection was denied because the user account is not authorized for remote login.
  1. Right-click My Computer, and select Properties.
  2. Select the Remote tab.
  3. IF not already done: Select “Allow users to connect remotely to this computer.
  4. Click “Select Users” if you want to add a non-Administrator user.
  5.  Click Add.
  6. Select \ type the user in question, and click OK.
  7. Click OK to close the Remote Desktop Users dialog box.
  8. Click OK to close the main dialog box.

To Open RDP to Public:

  1. Allow port 3389 through windows firewall or your AV firewall
  2. You will also have to allow port 3389 through your physical firewall \ router.
  3. If default port changed the
Read the rest
Windows Tutorials

How to Resolve Windows Updates Not Installing

Having trouble with Windows updates not installing? Discover effective solutions to fix update installation issues and keep your system up to date.

Windows updates are crucial for maintaining the security and functionality of your computer system. They provide bug fixes, performance improvements, and the latest features from Microsoft. However, at times, you may encounter issues where Windows updates fail to install properly. In this article, we will explore common reasons behind this problem and provide effective solutions to resolve it.

1. Introduction

Windows updates play a vital role in keeping your operating system secure and up to date. They ensure that your computer is equipped with the latest security patches, bug fixes, and improvements from Microsoft. However, it can be frustrating when you encounter issues where Windows updates fail to install.

In this comprehensive guide, we will discuss various troubleshooting steps and methods to resolve the issue of Windows updates … Read the rest

Windows Tutorials

How To Fix Windows 10 File Explorer Crashing

Fix Windows 10 File Explorer crashes: Clear Quick Access history by navigating to File Explorer options, selecting Privacy, and clicking Clear.

There is a Windows 10 feature in File Explorer called “Quick Access”. This feature allows you easy access files and folders you frequently use, either it be locally or on the network and OneDrive.

Quick Access can make your workflow faster by making it so you don’t have to navigate to a file’s or folder’s that are buried deep in a directories file system. However, on occasion you may want to delete the Quick Access history to help maintain some privacy or quicker access or just resolve the explorer crashing issue

Clearing Windows 10 Quick Access History

  1. Click Start or Cortana’s search field and type: file explorer options and hit Enter or click the option at the top of the search results.

2. Now in the Privacy section make … Read the rest


Resolving Failed VSS Writer Issues

Look for messages in your Windows Event logs.

When VSS fails you will always get a corresponding message in your Windows event log.

  1. Right click on ‘My computer’
  2. Select ‘Manage’
  3. Expand the ‘Event Viewer’ node
  4. Look in the ‘Application’ message node for error messages relating to ‘VSS’, ‘Shadow Copy’ or ‘VolSnap’.
  5. If you find any messages then these with give you an ‘Event ID’ and sometimes a ‘Result Code’ or ‘hr’. These two pieces of information can generally pin point the cause of your VSS failure. Try Googling the Event ID(s) and Result Code(s) for more information if the steps below do not resolve the issue.

Make sure that the VSS service isn’t disabled

Changing the startup type of the VSS service and rebooting can often resolve issues.

  1. Right click on ‘My Computer’.
  2. Select ‘Manage’.
  3. Select the ‘Services’ tree node.
  4. Right click on ‘Volume Shadow Copy’
  5. Select Properties
  6. Change the
Read the rest