software:microsoft:windows:commands
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:microsoft:windows:commands [2016/09/02 22:41] – [10 free troubleshooting tools for windows] superwizard | software:microsoft:windows:commands [2024/11/07 22:36] (current) – [Windows 10 folder with a name that has a trailing space] superwizard | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Windows Commands ====== | ||
| + | |||
| + | -------------------------------------------------------------------------------------------------------------------------------------------------\\ | ||
| + | |||
| + | ====== Windows 10 folder with a name that has a trailing space ====== | ||
| + | |||
| + | |||
| + | <WRAP center round box > | ||
| + | 2024-11-05 | ||
| + | |||
| + | |||
| + | Here you go: | ||
| + | rd / | ||
| + | Please remember to mark my reply by clicking "Did this solve your problem?" | ||
| + | |||
| + | You have to dig much deeper than "rd /?" to find out what my syntax did. In essense \\?\ bypasses the Windows parsing process, thus allowing file/folder names that are basically illegal. Using the same syntax you could create a folder called " | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | Dir /x | ||
| + | |||
| + | note the short name of the problem folder - this will end in ~1 | ||
| + | to rename the folder type the following and press enter | ||
| + | |||
| + | ren shortname~1 | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | ====== 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=" | ||
| + | if exist %AFILEPATH% ( | ||
| + | start "" | ||
| + | ) else ( | ||
| + | .. | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ====== Scanner and Camera Wizard ====== | ||
| + | |||
| + | From: https:// | ||
| + | |||
| + | < | ||
| + | The executable for the Scanner and Camera Wizard is: | ||
| + | |||
| + | | ||
| + | |||
| + | C: | ||
| + | |||
| + | </ | ||
| + | |||
| + | ====== Change lock screen timeout ====== | ||
| + | |||
| + | From: http:// | ||
| + | |||
| + | < | ||
| + | While the Lock screen provides useful information and beautiful pictures, you probably noticed that your computer' | ||
| + | </ | ||
| + | |||
| + | ====== Fix Windows Update errors by using the DISM or System Update Readiness tool ====== | ||
| + | |||
| + | |||
| + | From: https:// | ||
| + | |||
| + | < | ||
| + | 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. | ||
| + | </ | ||
| + | |||
| ====== 10 free troubleshooting tools for windows ====== | ====== 10 free troubleshooting tools for windows ====== | ||
| Line 5: | Line 99: | ||
| < | < | ||
| Process monitor - sysinternals | Process monitor - sysinternals | ||
| + | process explorer | ||
| autoruns - sysinternals | autoruns - sysinternals | ||
| GPedit - https:// | GPedit - https:// | ||
| Stop windows update - http:// | Stop windows update - http:// | ||
| + | File History - like time machine | ||
| + | https:// | ||
| + | |||
| + | 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/ | ||
| + | |||
| + | 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 | ||
| </ | </ | ||
software/microsoft/windows/commands.1472856106.txt.gz · Last modified: by superwizard
