To work around this issue, redirect the Help output for the Wdsutil.exe command-line tool to a text file. Then, you can view the Help output in Notepad.
To do this, follow these steps:
- Open an elevated command prompt. To do this, click Start , click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
If you are prompted for an administrator password or for confirmation, type the password or provide confirmation. - At the command prompt, type the following command and then press ENTER:
wdsutil.exe > <path>\file_name.txt
Note Replace the <path> placeholder with the path where you want to save the text file, and replace the file_name placeholder with the name of the text file that you want to save. For example, name the text file "Wds.txt." - Open the redirected output in Notepad by using one of the following methods:
The text file opens in Notepad and contains the missing commands and descriptions that did not appear at the command prompt.