Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
REG ADD command ERROR : invalid syntax.?
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\"User Shell Folders"" /V bb /T d:\ /F
This is small test project(before the big one). basically with this command I am trying to create new string under "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\"User Shell Folders"" with name "bb" value data "d:\" .
it is giving me "REG ADD command ERROR : invalid syntax."
please tell me what am i doing wrong
1 Answer
- ?Lv 47 years ago
LOL, I solved it by my self
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders2" /V bb /d d:\ /F