Trying to add a value to REG_NONE in the Registry

I'm trying to add a value to the Windows Registry with key type of REG_NONE. I looked here, among other places, and it was no help:
http://superuser.com/questions/331811/how-to-create-registry-key-of-type-reg-none
Here's the command I am using:
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer /v IconUnderline /t REG_NONE /d 3
When that command executes, the data it sets is 33 00 00 00.
HOWEVER, it needs to be 03 00 00 00!
How can I modify the command to get it to add 03 00 00 00 and NOT 33 00 00 00?
Thanks!

It's clearly displayed as REG_NONE in the Registry... I marked your Tuesday, September 16, 2014 3:17 PM post as the answer though.  Thanks!
I agree with jrv that this appears to be a DWORD in Windows 7 and higher (probably Vista, too, but I can't check that). If you really want to try to make it a NONE value, though, you can do it with PowerShell:
Method 1: reg.exe
reg.exe add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer /v IconUnderline /t REG_NONE /d ([char] 3)
Method 2: New-ItemProperty cmdlet
$Params = @{
    Path = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer"
    Name = "IconUnderline"
    PropertyType = "None"   # Microsoft.Win32.RegistryValueKind
    Value = [System.BitConverter]::GetBytes(3)
New-ItemProperty @Params
# Add -Force to command if the value may already exist
I'm not sure if you can do method 1 from a batch file or not, but you should be able to convert it to a VBScript command if you can't use PowerShell. The trick is sending the ASCII character that corresponds to the value you're after (3), which is an unprintable
character in this case.

Similar Messages

  • When i tried to add new contact in my ip5, the keyboard to key in the name did not appear. Pls help.

    When someone called me, i tried to add his phone number into my contact, but the keyboard did not appear when i wanted to key in the names or other details.

    Hi, tenangaku. 
    Thank you for visiting Apple Support Communities. 
    I would recommend closing all applications in multitasking and power cycling the device.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Cheers,
    Jason H. 

  • I am trying to add an event to my calendar the server responds with a "403" message.

    I am trying to add an event to my calendar. I receive the following message: "The server responded: "403" to operation CalDAVWriteEntityQueueableOperation." This is a Citrix GoToWebinar event that I would like to add to my calendar without manually entering the information. I have a 2009MBP running OS X Yosemite 10.10.1.

    After posting my question I found this discussion that relates to my question Calendar & iCloud "403" error message. Now I have the question in Yosemite the only file in the list that I could find is Library/Preferences/com.apple.iCal.plist. Where are the rest of the files in Yosemite?

  • I'm trying to add a contact, but cannot see the plus sign.  How do get to that screen?

    Hello, I'm trying to add a new contact to my Ipad 2 manually, but do not see the plus sign.  I added one contact, now I can't seem to add anymore.  The Manual refers to making sure I'm in the correct view, but I'm not sure what that means.  Any help would be appreciated!
    Thank you,

    I haven't read the manual so I 'm not sure what "correct view" is referring to.  When I add a contact there's a plus sign at the bottom left hand page.

  • I'm trying to add photos to Facebook profile and the publish feature won't brighten to let me use it?

    I'm trying to add photos transferred from my iPhone to facebook but they publish feature isn't working.

    its doing that to me to

  • After trying to add iOS7  I am stuck on the Terms and Conditions page

    I am unable to advance from the TErms and Conditions page and have selected Agree,  Send by EMail and anything I could select and it does nothing.  was working great before the suggestion to add this on

    Tjhis problem is typically resolved with a reset.
    The reset did not work?
    Did you hold both buttons without letting go until the Apple logo appeared?
    If so then you will need to connect it to iTunes and restore.

  • Error while trying to add a new field in search criteria by VO extension

    Hi,
    I am trying to add a new field by using the VO extension to a seeded OAF page used to search Repository contracts.
    I get the following error on opening the page after I have compiled my code on server and bounced apache.
    Message not found. Application: FND, Message Name: FND_VIEWOBJECT_NOT_FOUND. Tokens: VONAME =SSPN_AdvancedSearchAttributesPVO; APPLICATION_MODULE = oracle.apps.okc.repository.search.server.ContractsAdvSearchAM;
    I extended the AM also after this to include the extended VO but still the error comes.
    This page is a dynamic search page where the results change based on the different search criteria.
    Cheers
    Swati

    Hi,
    I extended the AM also after this to include the extended VO but still the error comes.There is no need to extend the AM for extending a VO. Hopefully the VO which u extending already attached to the AM oracle.apps.okc.repository.search.server.ContractsAdvSearchAM.
    Regards,
    Gyan

  • Trying to Add a DFF Search criteria in Oracle Receivables (Customers HTML)

    Hi Everyone,
    I am trying to add a DFF search criteria within the Customer's HTML page. I was able to add the new message box, but am not sure how to tie the box to attribute 3 which is in the Receivables Party information Descriptive flex field. Oracle ebs r12.1.2 is the system.
    Thanks for the help,
    -Mike

    Yes. It is possible through personalization.
    1. Create a criteria row under Advance Search
    2. Create a Result Item under advance table columns
    3. Create a Query Criteria Map based on the criteria and result item above.
    Please note the newly added criteria field should be in the Searchresults VO attributes list.
    Otherwise you need to extend the VO as well.
    Hope this helps.
    Regards,
    -Mukesh.

  • I get an error trying to add ipads to the device enrollment program

    The error returns a csv file with all the serial numbers marked "Device Not Accessible"

    Hi all.
    If you are getting an 'device not accessible' error it is indeed because the ipad serials are not on your re-sellers portal.
    I have today had the same issue on numerous ipads when trying to add them with serial numbers on the DEP portal.
    Your apple re-seller will have to register the ipad serials on their side of the portal and you then should be able to add the ipads via the orders section of DEP.
    I shall be testing this tomorrow so will post an update...:)

  • ORA-01882:timezone region not found while trying to add ADF-BC Fact in Rule

    Hi,
    I want to use the SOA component "Oracle Business Rules" in the ADF application.
    I created a ADF Application, created relevant VO's. I created a SOA project in the same workspace and tried to add a ADF-BC fact to the Business Rule component.
    I configured the -Duser.timezone="+05:30" option for java runtime.
    However I still get the timezone not found exception and am unable to add ADF-BC fact to the rule component.
    Here is the full stack trace.
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.sql.SQLDataException, msg=ORA-01882: timezone region not found
         at oracle.jbo.server.OracleSQLBuilderImpl.setSessionTimeZone(OracleSQLBuilderImpl.java:5550)
         at oracle.jbo.server.DBTransactionImpl.refreshConnectionMetadata(DBTransactionImpl.java:5267)
         at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1185)
         at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6728)
         at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:153)
         at oracle.rules.sdk2.datamodel.impt.AdfBcTransactionFactory.createTransaction(AdfBcTransactionFactory.java:50)
         at oracle.rules.sdk2.datamodel.impt.FactTypeImporter.addAdfBcFactType(FactTypeImporter.java:1899)
         at oracle.rules.sdk2.datamodel.impt.FactTypeImporter.addAdfBcFactType(FactTypeImporter.java:1875)
         at oracle.tip.tools.ide.rules.sdkmodel.SDKModel.createBCFacts(SDKModel.java:3155)
         at oracle.tip.tools.ide.rules.editor.facts.bc.BCFactCreationPanel.handleImportViewDefinition(BCFactCreationPanel.java:222)
         at oracle.tip.tools.ide.rules.editor.facts.bc.BCFactCreationDialog$2.run(BCFactCreationDialog.java:157)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLDataException: ORA-01882: timezone region not found
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
         at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:998)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
         at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:1822)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1787)
         at oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(OracleStatementWrapper.java:280)
         at oracle.jdbc.driver.PhysicalConnection.setSessionTimeZone(PhysicalConnection.java:8007)
         at oracle.jbo.server.OracleSQLBuilderImpl.setSessionTimeZone(OracleSQLBuilderImpl.java:5544)
         ... 19 more
    ## Detail 0 ##
    java.sql.SQLDataException: ORA-01882: timezone region not found
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
         at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:998)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
         at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:1822)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1787)
         at oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(OracleStatementWrapper.java:280)
         at oracle.jdbc.driver.PhysicalConnection.setSessionTimeZone(PhysicalConnection.java:8007)
         at oracle.jbo.server.OracleSQLBuilderImpl.setSessionTimeZone(OracleSQLBuilderImpl.java:5544)
         at oracle.jbo.server.DBTransactionImpl.refreshConnectionMetadata(DBTransactionImpl.java:5267)
         at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1185)
         at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6728)
         at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:153)
         at oracle.rules.sdk2.datamodel.impt.AdfBcTransactionFactory.createTransaction(AdfBcTransactionFactory.java:50)
         at oracle.rules.sdk2.datamodel.impt.FactTypeImporter.addAdfBcFactType(FactTypeImporter.java:1899)
         at oracle.rules.sdk2.datamodel.impt.FactTypeImporter.addAdfBcFactType(FactTypeImporter.java:1875)
         at oracle.tip.tools.ide.rules.sdkmodel.SDKModel.createBCFacts(SDKModel.java:3155)
         at oracle.tip.tools.ide.rules.editor.facts.bc.BCFactCreationPanel.handleImportViewDefinition(BCFactCreationPanel.java:222)
         at oracle.tip.tools.ide.rules.editor.facts.bc.BCFactCreationDialog$2.run(BCFactCreationDialog.java:157)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)

    Hi,
    ORA-01882: timezone region not found in pivot is it bug
    Its a database error, why do you think its a bug with the Pivot table. The same behavior can be observed with WebLogic Server and SQL Developer - so I am not quite sure how this can be pointed back to the pivot table in your opinion. Maybe this here will help you getting to the core of the problem: http://www.jvmhost.com/articles/java-and-timezones
    Frank
    Edited by: Frank Nimphius on Jun 1, 2012 8:01 AM

  • Any Browser freezes when trying to add image finder pop-up

    Since updating to Mavericks, whenever I try to add images etc in ANY Browser, the finder popup freezes when I select Desktop for the image.
    I have found a work around, I created a folder, I called Images on the desktop, and when I copy any images etc into that folder, I can select the folder, and the contents to add to browser etc.
    This also works if I copy image to any other sidebar folder, ie documents.
    Sometimes works off desktop if I reboot imac, for a while.
    This is very annoying, and has only happened since 10.9 update
    I have to Force Quit on the browser, to continue using that Browser
    Firefox, Safari, Chrome, Camino, all the same. (Latest versions)

    I wasn't referring to this forum, but I've just tried to add image to this post , and the same problem shows.
    Choosing Desktop from finder pop-up sidebar, browser freezes then I have to force quit.
    Select any other sidebar item, including my folder "Image" from Desktop, works fine !!
    Funnily enough, because this forum adds image into the message, I can drag & Drop image here !!!
    But only in compose window, when I post message, the image disappears !
    However, this dooesn't bother me.
    My problem is with forums where images are added by an extra input below message body

  • I'm trying to add a line to my account by purchasing a phone on Amazon.

    I know I am using the correct billing password and I do know the answers to all the other information (when I was born, drivers license number, etc.).
    The response is:  "There appears to be a problem with the information you have provided. Please validate and re-enter, if it is incorrect."  How do I figure out what is wrong?

    I am the account owner.   I am trying to add a line.  Phone is the S5.  $79 to add line on Amazon vs $199 on Verizon.  I contacted sales via chat to ask if I could get the recent $99 deal and was told no.
    When it's requesting my phone number, I'm entering my primary account mobile number.  Obviously the new line doesn't have a number at this time.
    I'm wondering if it's something squirrelly like my drivers license expiration date.   I'm quite sure that I've renewed my drivers license since I've last done anything with Verizon.  Sadly, since it has expired in 2013, the website won't let me put the former date in it.  Could be something else, but that seems like something that would fall through the cracks -- they have no way of knowing when my drivers license got renewed.
    Do I contact Verizon customer service via phone and try to verify the information they have?  Can I contact account services via chat?   I usually can do other things when waiting for chat, vs waiting for phone.

  • How can i add another mesh on top of the previous mesh

    Hi :
    I was trying to add multiple mesh on top of the previous mesh, not replacing the previous ones.
    Can any one help me please?
    Steve

    Steve,
    It seems that Mylenium is out.
    How can i add one more same object on top of the existing one to add mesh on top of the existing one ?
    You may Ctrl+C+F/Cmd+C+F and then set Fill and Stroke to None (at the bottom of the Toolbox).

  • Error: "client-error-request-value-too-long" when trying to add printer

    After installing the 10.4.9 Combo update, my HP 1350 All-in-One printer was not recognized. I reinstalled the driver, but now I can't add the printer. I get the error message "client-error-request-value-too-long" when trying to add the printer. Has anyone else experienced a similar problem.
    Thanks in advance

    Well, I tried all of that and I'm still getting the error message. I've also repaired disk permissions and run Disk Warrior. When I repaired disk permissions, many HP printer items showed up in the list.

  • How to add round image inside the table column? with different background color, column value should appear in the middle of the round portion.

    Hi
    This question is related to table component implementation.
    I want to display the column values inside the small round image with different colors and value should appear in the middle.

    Hi,
    >>1. how can i align Title(DCS Clinical Report-Technician wise) center of pdf report with image named:logo5.png immediately coming to it's right?.
    2. how do i add the given below row and it's data to my top my table in pdf report from c# windows forms using itextsharp?
    3.how to make my column headers in bold?<<
    I’m sorry for the issue that you are hitting now.
    This itextsharp is third party control, for this issue, I recommended to consult the control provider directly, I think they can give more precise troubleshooting.
    http://sourceforge.net/projects/itextsharp/
    Thanks for your understanding.
    Regards,
    Marvin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Vendor Responsibility for Purchasing Groups

    Hi experts! We should assign vendor responsibility for purchasing groups, what means depending on which vendor / source-of-supply is selected in the shopping cart the correct purchasing group is assigned. Do you have any idea how to handle this in SA

  • Problems in internet connection in Lumia 710

    I have problems in internet connections in Lumia 710... I have to reset the phone everytime for the connection to work properly... Solved! Go to Solution.

  • Restore & Error 21? "HELP!"

    I got my new 3GS Iphone today, along with iOS 4. I plugged my Iphone into my laptop once I got home (Running Windows 7) and was informed that an update was available (4.01) I clicked for it to install and let it be... A couple of minutes later an err

  • 3110c 2.5mm to 3.5mm connector

    Is it 2.5 to 3.5 mm connector is in a box with phone or no??? please answer

  • Content/Collateral Approval in Marketing 11.5.10

    Hi Everyone, From 11.5.10, collateral that is to be sent out as a part of a campaign schedule is integrated with Oracle Content Manager (OCM). While content created using either the Campaign Dashboard or Oracle Marketing Administration, shows up in O