Microsoft
Software
Hardware
Network
Question : How do I add a * (asterisk) as a reg binary value for the Reg Add command
For example, I am trying to import the Office Userinfo for UserInitials and Username as * values.
This is the command I am trying to use that fails.
Reg Add HKCU\Software\Microsoft\Of
fice\11.0\
Common\Use
rInfo /f /v UserInitials /t REG_BINARY /d "*"
The error that I get is "Error: Invalid command-line parameters"
Answer : How do I add a * (asterisk) as a reg binary value for the Reg Add command
The ASCII code of "*" is 2A (see
http://www.asciitable.com/
), so the command would be:
reg add "HKCU\Software\Microsoft\O
ffice\11.0
\Common\Us
erInfo" /v "UserInfo" /t REG_BINARY /d "2a" /f
Random Solutions
VPN split tunneling not working on ASA5510
How to run app on local machine and display results in web page
ACT Sage, reattach a database that has already been re-created possible?
Visual studio Team System
Hyper-V server 2008 R2
ComboBox - Retrieving information from an Access table in Visual Basic
Network adapter not wanting to install LAN drivers
Network issues loading company web-site
Exchange 2010 and /exchange error
Jython Script - Update WebSphere JVM System Properties (jvm custom properties)