| Error Code | Dec Error Code | Error String | Description |
|---|---|---|---|
| 0x00000000 | -4294967296 | Success | |
| 0x0000007B | -4294967173 | Error_Invalid_Name | The filename, directory incorrect |
calc.exe
Menu, Programmer
[Hex] 0x7B
[Dec] 123
| Error Code | Dec Error Code | Error String | Description |
|---|---|---|---|
| 0x00000000 | -4294967296 | Success | |
| 0x0000007B | -4294967173 | Error_Invalid_Name | The filename, directory incorrect |
calc.exe
Menu, Programmer
[Hex] 0x7B
[Dec] 123
| for /F "tokens=2,3,4 delims=/ " %A in ('date /t') do set datestamp=%C%A%B |
| REM Enable Remote Desktop Connection, requires reboot to take effect. | |
| %windir%\system32\reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f |
| REM Disable sleep, hibernate, standby when plugged in | |
| REM disable sleep timer when plugged in | |
| %windir%\system32\powercfg.exe /x standby-timeout-ac 0 | |
| %windir%\system32\powercfg.exe /x hibernate-timeout-ac 0 |
| reg query "hklm\software\microsoft\windows\currentversion\windowsupdate\auto update\rebootrequired" | |
| reg query "hklm\software\microsoft\windows\currentversion\component based servicing\rebootpending" | |
| reg query "hklm\system\currentcontrolset\control\session manager" | |
| REM Check this key to see what is running. | |
| REM reg query "HKEY_LOCAL_Machine\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\InProgress" |
| REM DIR /R | |
| echo.> "MyDownloadedFile.exe":Zone.Identifier | |
| REM echo.>"OfficeSetup (1).exe:SmartScreen:$DATA" |
Using the mouse, confirm the problem.
Right-click Start menu, open Device Manager
Can also Event Viewer: Event 411, Kernel-PnP (Log Name: Microsoft-Windows-Kernel-PnP/Device Configuration, Source: Kernel-PnP, Event ID: 411, Level: Error, User: SYSTEM, Task Category: None)
Device status:
Windows cannot start this hardware device because its configuration information (in the registry) is incomplete or damaged. (Code 19)
Using mouse, click Start, Windows Ease of Access folder, On Screen Keyboard
| Get-LocalUser | SelectObject Name,PrincipalSource,Enabled,LastLogon,PasswordExpires,PasswordRequired | FT |
| @ECHO Compress the WinSxS before backup of System State. Analyze can take hours and will finish with a Reboot? Y or N (no Enter required!) | |
| dism /Online /Cleanup-Image /AnalyzeComponentStore | |
| dism /Online /Cleanup-Image /StartComponentCleanup |
If browsing to an HTTPS-based website that is blocked by a Filtering Policy, the browser will display a certificate mismatch error if this Root CA certificate is not installed on the computer.
Downloading and installing this certificate allows block pages to display over HTTPS, subsequently allowing Proxy Bypass option and the contact form to be used.
The certificate may be distributed using any distribution software or tool, such as Active Directory.