\\servernameorip\netlogonrundll32 sysdm.cpl,EditEnvironmentVariablesc:\Windows\System32\Drivers\etc\hostsRename the computer name from comand line (if the computer is on a domain, it MUST have contact with the domain controller)
wmic computersystem where name="%COMPUTERNAME%" call rename name="NEW-NAME" ## this didn't seem to work
or
WMIC computersystem where caption='currentname' rename newname
This is the issue where the drive just fills up with errant log files
This script works (in my quick utilities directory too)
@echo off
cd C:\Windows\logs\cbs
del *
cd c:\windows\temp\
mkdir cabs
move cab* cabs\
rmdir /s cabs
Reference - 5kyFx's reply
When you are at the page to type in the TCP/IP address, be sure to change the dropdown from Autodetect to TCP/IP Device or whatever
%localappdata%\Microsoft\Terminal Server Clientsfc /scannowchkdsk /f
chkdsk /f D:
Simply add the domain user to the administrators group in the local computer
(right click on computer, manage, local users and groups, administrators)
this document last modified: January 30 2020 18:16