User Tools

Site Tools


software:microsoft:windows:commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:microsoft:windows:commands [2016/09/02 22:43] – [10 free troubleshooting tools for windows] superwizardsoftware:microsoft:windows:commands [2024/03/09 21:11] (current) – [Windows command line continue line with ^ () or use variables] superwizard
Line 1: Line 1:
 +====== Windows command line continue line with ^ () or use variables ======
 +
 +<WRAP center round box >
 +
 +2024-03-09
 +
 +
 +Multiple commands can be put in parenthesis and spread over numerous lines; so something like echo hi && echo hello can be put like this:
 +
 +  ( echo hi
 +    echo hello )
 +
 +Also variables can help:
 +
 +  set AFILEPATH="C:\SOME\LONG\PATH\TO\A\FILE"
 +  if exist %AFILEPATH% (
 +    start "" /b %AFILEPATH% -option C:\PATH\TO\SETTING...
 +  ) else (
 +  ..
 +
 +https://stackoverflow.com/questions/69068/split-long-commands-in-multiple-lines-through-windows-batch-file/21000752#21000752
 +
 +
 +</WRAP>
 +
 +
 +
 +
 +====== Scanner and Camera Wizard ======
 +
 +From: https://answers.microsoft.com/en-us/windows/forum/windows_xp-pictures/launching-windows-scanner-and-camera-wizard/ff02de3a-9718-4ec9-a703-879dc6eb1ffb
 +
 +<code>
 +The executable for the Scanner and Camera Wizard is:
 +
 +   wiaacmgr.exe
 +
 +C:\Windows\System32\wiaacmgr.exe
 +
 +</code>
 +
 +====== Change lock screen timeout ======
 +
 +From: http://www.windowscentral.com/how-extend-lock-screen-timeout-display-turn-windows-10
 +
 +<code>
 +While the Lock screen provides useful information and beautiful pictures, you probably noticed that your computer's display turns off after 60 seconds when you lock your Windows 10 account. This happens even if you change the power options to never turn off the monitor or never put the computer to sleep.
 +</code>
 +
 +====== Fix Windows Update errors by using the DISM or System Update Readiness tool ======
 +
 +
 +From: https://support.microsoft.com/en-us/help/947821/fix-windows-update-errors-by-using-the-dism-or-system-update-readiness-tool
 +
 +<code>
 +Windows updates and service packs may fail to install if there are corruption errors. For example, 
 +an update might not install if a system file is damaged. The DISM or System Update Readiness tool 
 +may help you to fix some Windows corruption errors.
 +</code>
 +
 ====== 10 free troubleshooting tools for windows ====== ====== 10 free troubleshooting tools for windows ======
  
Line 5: Line 65:
 <code> <code>
 Process monitor - sysinternals Process monitor - sysinternals
 +process explorer
 autoruns - sysinternals autoruns - sysinternals
 GPedit - https://4sysops.com/archives/managing-windows-update-changes-in-windows-10-1607-with-group-policy/ GPedit - https://4sysops.com/archives/managing-windows-update-changes-in-windows-10-1607-with-group-policy/
 Stop windows update - http://www.pcworld.com/article/3113464/windows/top-10-free-troubleshooting-tools-for-windows-10.html#slide9 Stop windows update - http://www.pcworld.com/article/3113464/windows/top-10-free-troubleshooting-tools-for-windows-10.html#slide9
 File History - like time machine File History - like time machine
 +https://www.hwinfo.com/download.php
 +
 +Wushowhide, HWInfo, Secunia PSI and more
 +Those are my 10 favorite go-to troubleshooting programs, but there are many more you could add to your Windows 10 bucket list. I talked about several of them in the slideshow “Top 25 free apps for Windows 10.” In particular:
 +
 +Wushowhide lets you hide Win10 updates and upgrades until you’re good and ready to install them. The big trick: You have to wait until Windows Update says the upgrade/update is ready before you can hide it. Detailed instructions are here.
 +
 +Secunia Personal Software Inspector (free for personal use) scans your computer and tells you if there are awaiting patches.
 +
 +HWiNFO tells you every imaginable detail about every nook and cranny of your PC.
  
 +sharex - screen grabber
 +line - phone call
 </code> </code>
  
software/microsoft/windows/commands.1472856210.txt.gz · Last modified: 2016/09/02 22:43 by superwizard