Advanced Search
Search Results
63 total results found
Kill All Mobs
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
Idle time out GPO for Remote Desktop Services sessions not working in Windows 2019 servers
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...
No RDS Licenses available
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 Server 2019 SMB1
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 ...
Activate Windows Server from Command Line
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
Microsoft ADD Broker is broken
Delete this folder C:\users\{username}\AppData\Local\Packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy
Open System Properties Dialog
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...
Windows Trust Relationship Lost
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...
Workstation Service Does Not Start
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...
Windows 10 Apps Crashing
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...
Restore Windows Photo Viewer
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.
Time Sync Settings
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...
Task Manager not showing user processes
From Regedit, delete all properties in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\TaskManager
Scheduled Tasks - Reboot machine One Time
From an elevated Command Line schtasks /create /TN "Reboot Machine" /TR "C:\Windows\System32\shutdown.exe -r -t 1" /SC ONCE /ST 21:15
Factory Reset Unifi AP
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, ...
Microsoft Photos will not start issue
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...
Redirect common Windows folders (Documents, etc)
"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...
Disable LLMNR
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
koda/docker-knowledge
URL https://hub.docker.com/r/koda/docker-knowledge Where to get from hub.docker.com
Composerize
What is it This will turn the docker run command into a Stacks statement URL https://www.composerize.com/