Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

25 total results found

Windows Installed Printers and Port

Microsoft Windows Windows General

This is run from an elevated PowerShell prompt Executing this command will list the installed printer name and Port/IP address for the printer. get-printer | select name, portname Example Output name portname ...

Microsoft Windows
PowerShell

Fix Windows Computer has lost Domain Trust

Microsoft Windows Windows General

Log as a local admin, run PowerShell as administrator In PowerShell execute the following command Test-ComputerSecureChannel -repair -Credential (Get-Credential) Enter Domain Administrator credentials at the prompt. Voilá, no need to drop and join domain l...

Microsoft Windows
PowerShell

How to access Windows Startup Folder location

Microsoft Windows Windows General

Method: Accessing From My PC The startup programs can be accessed from the Settings and various other methods, but these are stored on Local Disk (C:), and the folder can be directly accessed by you. Follow the steps listed below to access the startup folde...

Microsoft Windows

Windows Update Issues - Things to try

Microsoft Windows Windows General

#98 Windows Update Issues - Things to try  CP × 11  Like! × 0  Comment × 0  Attach Files × 0  knowledge   Windows  [Protection] [GROUP] Techs Group   written by Tom George at 29-Mar-2023 4:06 PM ...

Microsoft Windows

Clear Windows Update Cache

Microsoft Windows Windows General

Doing the following will clear the Windows Update Cache and force new downloads for potential corrupted updates.Should be run from an Elevated Command Line net stop wuauserv cd C:\Windows\SoftwareDistribution\Download del /s /q C:\Windows\SoftwareDistribu...

Microsoft Windows

Windows Update Fails

Microsoft Windows Windows General

Use the Troubleshooter The Windows Update Troubleshooter is a built-in utility tool that can help diagnose and resolve errors if you can’t install KB5025239. Moreover, when the subject is troubleshooting, you can rely on it, so, follow the steps: Press Wi...

Microsoft Windows

Auto Logon to Workstation - Registry

Microsoft Windows Windows General

This is done from Registry changing key in the following Registry FolderHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon The attached REG file can be used as an example.The Registry keys that need to be changed are as follows Indicate...

Microsoft Windows

Windows 10 Hide Shutdown, Restart, Sleep links

Microsoft Windows Windows General

Run from an Elevated Command Prompt Hide Shutdown Links REG ADD HKLM\SOFTWARE\Microsoft\PolicyManager\default\Start\HideShutDown /v value /t REG_DWORD /d 1 /f Hide Restart Links REG ADD HKLM\SOFTWARE\Microsoft\PolicyManager\default\Start\HideRestart /v val...

Microsoft Windows

Open System Properties Dialog

Microsoft Windows Windows General

These commands are executed from a Run Dialog Open Main System Properties sysdm.cpl   Open System Properties to the Computer Name Tab SystemPropertiesComputerName   Open System Properties to the Hardware Tab SystemPropertiesHardware   Open System Pro...

Microsoft Windows

Workstation Service Does Not Start

Microsoft Windows Windows General

This should fix the issue of the Workstation service that does not start. Both WS-D1.cmd and WS-D2.cmd are in the attachments for this article. WS-D1.cmd sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi sc.exe config mrxsmb10 start= dis...

Microsoft Windows

Restore Windows Photo Viewer

Microsoft Windows Windows General

The attached file (Restore_Windows_Photo_Viewer.reg) is a registry file to restore the settings for Windows Photo Viewer Merge into the Registry with an Administrative account.

Microsoft Windows

Windows 10 Apps Crashing

Microsoft Windows Windows General

Things to try if the Microsoft apps in Windows 10 keep crashing on startup. These commands are run from and elevated PowerShell Along with these commands you should terminate the RuntimeBroker.exe process. Sometimes this is all it takes for the apps to start...

Microsoft Windows

Task Manager not showing user processes

Microsoft Windows Windows General

From Regedit, delete all properties in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\TaskManager

Microsoft Windows

Scheduled Tasks - Reboot machine One Time

Windows Command Line

From an elevated Command Line schtasks /create /TN "Reboot Machine" /TR "C:\Windows\System32\shutdown.exe -r -t 1" /SC ONCE /ST 21:15

Windows Command Line
Microsoft Windows

Microsoft Photos will not start issue

Microsoft Windows Windows General

Issue where Microsoft Photos shuts down as soon as it is started get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage Get-AppxPackage *photos* | Remove-AppxPackage Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -Dis...

Microsoft Windows
PowerShell

Redirect common Windows folders (Documents, etc)

Microsoft Windows Windows General

"HKCU\Microsoft\Windows\Currentversion\Explorer\Shell Folders" REG ADD "HKCU\SOFTWARE\Microsoft\Windows\Currentversion\Explorer\Shell Folders" /v "My Music" /t REG_SZ /d "\\we-s004\users\%username%\My Documents\My Music" /f REG ADD "HKCU\Software\Microsoft...

Microsoft Windows
Windows Registry

Disable LLMNR

Windows Command Line

From and elevated Command Line REG ADD “HKLM\Software\policies\Microsoft\Windows NT\DNSClient” REG ADD “HKLM\Software\policies\Microsoft\Windows NT\DNSClient” /v ” EnableMulticast” /t REG_DWORD /d “0” /f

Microsoft Windows
Windows Command Line
Windows Registry

Copy files with permissions

Windows Command Line

xcopy x:*.* y:*.* /D /E /C /F /H /K /O /Y

Windows Command Line
xcopy
Microsoft Windows

Password Expiration Login script vba

Microsoft Windows Windows Server

VBA Code to check for password expiry and display a message if the password expires in the next 10 days. Add-Type -AssemblyName PresentationFramework curruser=Get−ADUser−Identity env:username -Properties 'msDS-UserPasswordExpiryTimeComputed','PasswordNeve...

Microsoft Windows
Active Directory
VBA

How to Reset Windows 10

Microsoft Windows Windows General

 

Microsoft Windows