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
OnTextChanged TextBox Issue
VMware Vcenter server connection to iSCSI SAN network
Dell PowerEdge Perc 4e/Di RAID 1 expansion
How do I modify textboxes/labels in an asp:repeater footertemplate through javascript (client side)
TypeConverter and multiple data sources used in Property Grid with a dropdown control.
GZip Partially Working
Screen lock/unlock
SSRS 2008 Cascading Parameter not getting refreshed
Question about Exchange 2010 mailbox move.
Terminal Service Printers