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

192 total results found

Proxmox Host

Proxmox

Proxmox
Linux

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

Proxmox VMs

Proxmox

Proxmox Virtual Machines

Proxmox
Linux

LXC Containers

Proxmox

LXC Containers on Proxmox

Proxmox
Linux

Ubuntu Specific KB

Linux

KBs specific to Ubuntu

Linux
Ubuntu

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

Battery Test

Windows Command Line

WMIC PATH Win32_Battery Get EstimatedChargeRemaining Or powercfg /batteryreport /OUTPUT "c:\Admin\batteryreport.html"

Windows Command Line

Check the state of Windows Activation

Windows Command Line

slmgr.vbs /xpr   Typical Output:

Windows Command Line

Windows Command Line Firewall Commands

Windows Command Line

To Turn Off: NetSh Advfirewall set allprofiles state off NetSh Advfirewall set domainprofile state off To Turn On: NetSh Advfirewall set allprofiles state on NetSh Advfirewall set domainprofile state on To check the status of Windows Fire...

Windows Command Line
Networking

Copy files with permissions

Windows Command Line

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

Windows Command Line
xcopy
Microsoft Windows

Disable IPV6

Windows Command Line

Commands to disable IPV6 netsh interface teredo set state disabled netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled netsh interface ipv6 isatap set state state=disabled

Windows Command Line
Networking

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

Windows Command Line
Networking

Find Public IP from Command Line

Windows Command Line

nslookup myip.opendns.com resolver1.opendns.com

Windows Command Line
Networking

Get WiFi Password

Windows Command Line

List all known WiFi Networks   netsh wlan show profiles Show password for a known WiFi Network netsh wlan show profile name={wifiname} key=clear  

Windows Command Line
Networking

Lock Computer

Windows Command Line

rundll32.exe user32.dll,LockWorkStation

Windows Command Line

Map a drive as a different user

Windows Command Line

Map a drive net use y: \\server-1\cpas /USER:server-1\famme @TimeSheets /PERSISTENT:YES Delete a mapped drive net use y: /delete

Windows Command Line

Windows Memory Information

Windows Command Line

For Total Physical Memory wmic ComputerSystem get TotalPhysicalMemory For Available Physical Memory wmic OS get FreePhysicalMemory Capacity of each bank wmic memorychip get capacity

Windows Command Line

Stop Windows from Sleeping

Windows Command Line

powercfg -change -standby-timeout-ac 0

Windows Command Line

Rebuild Windows Search Database

Windows Command Line

This is a CMD file and when run stop the Windows Search and force a rebuild of the database. sc config wsearch start= disabled net stop wsearch REG ADD "HKLM\SOFTWARE\Microsoft\Windows Search" /v SetupCompletedSuccessfully /t REG_DWORD /d 0 /f del "%Progra...

Windows Command Line