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

63 total results found

Kill All Mobs

Minecraft

Quick and Dirty, use this command to kill all Mobs except a few. /kill @e [[type=!player,type=!armor_stand,type=!minecart,type=!wolf,type=!cat]   More can be found in the Minecraft Wiki - How to Kill all Mobs in Minecraft

Minecraft

Idle time out GPO for Remote Desktop Services sessions not working in Windows 2019 servers

Microsoft Windows Windows Remote Desktop

By default, the user’s RDP session in Windows may stay disconnected until the user or administrator terminates, or the computer is restarted. However, it is quite convenient since a user may connect to his old RDP session and go on working with running program...

Windows RDS
Group Policy

No RDS Licenses available

Microsoft Windows Windows Remote Desktop

Cause This generally is a message that is displayed on the client machine and is not really what it says. It is just that the client does not think it has a license for RDS To fix this issue To fix this, the following can be copied and pasted in a .reg file...

Windows RDS
Windows Command Line

Windows Server 2019 SMB1

Microsoft Windows Windows Server

Not that you would want to but this is how to install SMB1 to Windows Server 2019 All commands should be run from an elevated PowerShellInstall dism /online /Enable-Feature /FeatureName:SMB1Protocol /All /source:c:\wim\mount\windows\winsxs /limitaccess ...

PowerShell
Windows Server

Activate Windows Server from Command Line

Microsoft Windows Windows Server

slmgr.vbs /ipk C7KG2-D2NVR-P7G6Y-BTF2M-TX2HR slmgr.vbs /ipk 4HN9C-MWF78-CW9HG-J7Y3C-D7BK6 RB329-W7NFH-FQC4G-GM9XV-2R47G3B4M8-XNMFM-X9VJR-TTXG7-WK9QTGW2T2-PPNH2-JYP76-CBQ48-82Q96 Server 2019 slmgr.vbs /ipk YRGQN-896KG-VV3WV-J96GW-HMKRD

Windows Command Line
Windows Server

Microsoft ADD Broker is broken

Microsoft Windows Windows General

Delete this folder C:\users\{username}\AppData\Local\Packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy

Microsoft Office

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

Windows Trust Relationship Lost

Microsoft Windows Windows General

This could happen with Teams or any Microsoft Office Product. 1) Logout the user and sign in as an administrator on the machine.2) Delete the following c:\users\%username%\appdata\local\packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy 3) Reboot the machine...

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

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

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

Time Sync Settings

Windows Command Line

This article gives the commands to set the Time Authority and runs a sync for the Windows Clock To be executed in Powershell or Command Prompt Check current time and date get-date -format "{dd-MMM-yyyy HH:mm}"   Update Time Sync Server Method 1 w32tm /c...

Microsoft Windows
Windows Command Line

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

Factory Reset Unifi AP

Ubiquiti

UniFi APs have a physical reset button, usually located next to the ethernet port. Once the button is located, hold it down for 10 seconds, until the LED lights flash. Once done, the AP will reboot and then go back to factory default settings. Once completed, ...

Ubiquiti
Unifi

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

koda/docker-knowledge

Docker

URL https://hub.docker.com/r/koda/docker-knowledge   Where to get from  hub.docker.com

Docker

Composerize

Docker

What is it This will turn the docker run command into a Stacks statement URL https://www.composerize.com/

Docker