ニュース

You can view a Text file in Command Prompt or PowerShell in Windows 11/10. You can view the entire content of TXT, a specific line, etc.
Replace Whitson with the name of your user folder at the end of that command to get the file on your desktop. Note that this won't include Windows Store apps, though, which you can list by running: ...
While you can always use the Windows 11 Settings app or the Task Manager for common things in Windows, the Command Prompt has nifty tricks, too.
If you want to execute a task from the command line in Windows, you first have to open Command Prompt. Here are 11 ways to do that.
Get-WmiObject -Class Win32_Product | Select-Object -Property Name > C:\InstalledSoftwareList.txt This command uses Windows Management Instrumentation (WMI) to get the list of installed software.