zoukankan      html  css  js  c++  java
  • 解决Win7&Win8 64位下Source Insight提示未完整安装的问题

    网上的破解版的注册表文件都是针对32位系统的,所以在64位系统里运行根本无法破解。下面分别贴出这俩系统里的破解文件。

    使用方法:

    分别复制对应系统的内容,新建文本文档,将内容粘贴进去,重命名为.reg文件,双击运行,弹出提示窗口,点击“确定”,整个世界都清净了。

    Win7&Win8 64bit:

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINESOFTWAREWow6432NodeSource DynamicsSource Insight3.0]
    
    [HKEY_LOCAL_MACHINESOFTWAREWow6432NodeSource DynamicsSource Insight3.0Install]
    "SetupAdminOK"="1"
    "SerialNumber"="SI3US-802287-90702"
    "UName"=hex:76,6e,03
    "UNameData"=hex:00,00,61,61
    "UOrg"=hex:76,6e,03
    "UOrgData"=hex:00,00,61,61
    
    [HKEY_LOCAL_MACHINESOFTWAREWow6432NodeSource DynamicsSource Insight3.0Paths]
    "CmdShell"="C:\Windows\system32\cmd.exe"
    "InitDir"="D:\SourceInsight"
    "BackupDir"="D:\SourceInsight\Backup"

    WinXP 32 bit:

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINESOFTWARESource DynamicsSource Insight3.0Install]
    "SetupAdminOK"="1"
    "SerialNumber"="SI3US-802287-90702"
    "UName"=hex:7a,7a,79,62,7b,66,6d,6c,17
    "UNameData"=hex:00,00,67,6e
    "UOrg"=hex:60,66,6d,71,7f,6a,6d,6c,31,6c,71,78,7c,76,03
    "UOrgData"=hex:00,00,79,6b
  • 相关阅读:
    树分治 poj 1741
    堆 poj 2010
    堆 poj 2442
    堆的基本操作
    状态压缩codeforces 11 D
    状态压缩 CSU1129 送货到家
    炮兵阵地 POJ 1185
    状态压缩 HDU4539 郑厂长系列故事——排兵布阵
    状态压缩 HDU 3182
    android手势创建及识别
  • 原文地址:https://www.cnblogs.com/sixiweb/p/3421533.html
Copyright © 2011-2022 走看看