Closed Thread
Results 1 to 3 of 3

Thread: How do i add the following registry keys

  1. #1
    iluxon4ik's Avatar
    iluxon4ik is offline Newbie
    Join Date
    Jan 2010
    Posts
    18
    Rep Power
    0

    Question How do i add the following registry keys

    Hey guys!

    I need a little help here...How do i add the following REG keys:


    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\3.5] “DefaultToolsVersion”=”2.0″ [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\Tool sVersions] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\Tool sVersions\2.0] “MSBuildToolsPath”=”C:\WINDOWS\Microsoft.NET\Frame work\v2.0.50727″ [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\Tool sVersions\3.5] “MSBuildToolsPath”=”C:\WINDOWS\Microsoft.NET\Frame work\v3.5\”


    I will appreciate ur help

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: How do i add the following registry keys

    It depends a little on the language, if you're doing it with a program. Or you could use regedit.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    Oct 2007
    Location
    /dev/null
    Posts
    4,513
    Blog Entries
    8
    Rep Power
    59

    Re: How do i add the following registry keys

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\3.5]
        “DefaultToolsVersion”=”2.0″
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\Tool sVersions]
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\Tool sVersions\2.0]
        “MSBuildToolsPath”=”C:\WINDOWS\Microsoft.NET\Frame work\v2.0.50727″
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\Tool sVersions\3.5]
        “MSBuildToolsPath”=”C:\WINDOWS\Microsoft.NET\Frame work\v3.5\”
    Stick that in a file with the .reg extension, right-click, select Install, and you're done. Or you can use RegEdit, like WP said.
    sudo rm -rf /

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Registry hex to text?
    By ahmed in forum The Lounge
    Replies: 5
    Last Post: 08-09-2011, 05:37 PM
  2. Registry class or stdClass
    By pierrehs in forum PHP Development
    Replies: 1
    Last Post: 05-06-2011, 10:54 AM
  3. Registry Watching
    By dargueta in forum Software Security
    Replies: 4
    Last Post: 03-30-2009, 04:51 PM
  4. About EnableDHCP registry
    By chesschi in forum Managed C++
    Replies: 1
    Last Post: 01-11-2009, 10:28 PM
  5. Registry?
    By MarkA in forum Linux/Unix General
    Replies: 5
    Last Post: 12-10-2008, 05:15 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts