- Use Disk Cleanup:
- Use the DISM Tool (More Advanced):
В повседневной работе иногда сталкиваешься с решениями, которые не хочется забыть, а которыми хочется поделиться с другими. Об этом тут и буду писать.
To disable http → https redirects, go to about:config page and set to false the following parameters:
browser.fixup.fallback-to-https = false
network.stricttransportsecurity.preloadlist = false
dom.security.https_first = false
Also check Settings → Privacy & Security → HTTPS-Only Mode is disabled.
See: https://www.reddit.com/r/firefox/comments/1g8lekv/disable_https_redirect/
> query session # get all sessions
> logoff ID # close the session with specific ID
> tsdiscon # disconnect user, but left it logged in
Start PowerShell as Administrator and do it:
PS C:\WINDOWS\system32> dism /online /Enable-Feature /FeatureName:IIS-IIS6ManagementCompatibility /all
winrs -r:PCNAME cmd # see also winrm - Windows Remote Management (WinRM) WMIC: WMI command-line utility (https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmic)wmic cpu get loadpercentagewmic ComputerSystem get TotalPhysicalMemorywmic OS get FreePhysicalMemory
1. Enter the text cd "C:\Program Files\Tracker Software\PDF-XChange Standard" and press Enter.
2. Enter pdfSaver.exe /AddPrinter <PrinterName> [/NoNotify] to create new copies of PDF-XChange Standard in the printers list.
The parameters operate as follows:
<AddPrinter> adds a new printer to the printers list.
<PrinterName> determines the printer name. If the printer name contains spaces then it must be enclosed in quotation marks, for example "Sample Printer ". A name different from those of existing printers must be used.
<NoNotify> is an optional parameter that prevents the sending of information about changes in the printers list to other applications.