English 中文(简体)
视窗进口双轨登记钥匙
原标题:Problem importing binary registry key into Windows

我从我的计算机(IE制定)出口了双轨(REG_BINaire)登记值。 我需要将这一数据重新输入另一个计算机(Windows 7)。 当我试图进口登记档案(与我出口的相同)时,我发现这一错误:“Cannot import file.reg。 并非所有数据都成功地写给登记处。 有些钥匙由系统或其他程序开放 我尝试以安全的方式进口,没有结果。 经过一些一般性研究,似乎我需要以特殊方式进口双元数据,但我似乎无法做到这一点。 这是登记处的关键:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerUser Preferences]
"88D7D0879DAB32E14DE5B3A805A34F98AFF34F5977"=hex:01,00,00,00,d0,8c,9d,df,01,15,
  d1,11,8c,7a,00,c0,4f,c2,97,eb,01,00,00,00,35,9a,4f,4f,a4,58,47,4b,b0,5d,78,
  59,a6,1d,01,df,00,00,00,00,02,00,00,00,00,00,03,66,00,00,c0,00,00,00,10,00,
  00,00,60,cf,a0,df,fc,ef,bc,e4,f4,71,a7,e8,ad,4c,3b,5f,00,00,00,00,04,80,00,
  00,a0,00,00,00,10,00,00,00,80,30,65,dd,2e,3e,2e,45,c0,5b,09,8f,3e,f2,88,79,
  50,00,00,00,24,c2,46,26,e7,85,28,9a,fd,e0,5f,78,ba,7d,04,c8,34,47,5c,ef,64,
  bb,7a,be,f8,c4,dd,88,b5,b1,39,c1,19,9b,81,a3,92,ab,7a,70,8f,dd,19,0c,7f,af,
  66,7d,66,e5,e9,16,6c,20,2b,fa,4a,dd,2b,24,de,df,0a,b2,83,84,29,a7,37,8e,33,
  b7,56,53,f5,a0,34,0b,8c,42

我怎么能将这种想法输入另一个电脑? 感谢!

最佳回答

花费一些时间来划分这一关键。 只有在对EE的搜索提供者进行操纵时才能查阅。 这些变化似乎是在一种非常保护的守则道路下进行的,控制着使用这一钥匙。 这似乎是合理的,因为搜索提供者是一种攻击病媒,受到恶意/sp/ware的利用。 我确信,你将无法直接操纵这一关键因素,而不会陷入问题。

  • Jason
问题回答

暂无回答




相关问题
Printing several binary data fields from Google DataStore?

I m using Google App Engine and python for a web service. Some of the models (tables) I have in my web service have several binary data fields in them, and I d like to present this data to a computer ...

Handling large ActiveRecord object set as binary data

I have an issue with manipulating large number of record objects of type ActiveRecord model(Records are extracted from a complex operation but from the same table) and I want to pass that object set ...

How to send a push notification using Erlang?

I m trying to send a push notification to APNs using Erlang. This is the code I came up with so far: -module(apnstest2). -export([connect/0]). connect() -> application:start(ssl), ssl:...

What is a suitable buffer for Python s struct module

In Python I m accessing a binary file by reading it into a string and then using struct.unpack(...). Now I want to write to that string using struct.pack_into(...), but I get the error "Cannot use ...

Storing hexadecimal values as binary in MySQL

I was thinking about how I m storing passwords in my database : appropriately salted SHA1 strings in a CHAR(40) field. However, since the character data in there is actually just a hex representation ...

View ram in DOS

Is there a way in dos (im using a dos boot disk on a linux machine) to view portions of ram? ie. some form of command to read the binary at a given address? edit: my bootable floppy doesnt have ...

热门标签