在此之后,ThioJoe先生试图恢复系统,但不幸的是他无法完美地恢复它。“可能需要进行全新安装才能搞定,”ThioJoe说。“它现在看起来像Windows 10真的很有趣。这是出乎意料的。”
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation] "Manufacturer"="幻儿出品" "Model"="阿狸专辑" "Logo"="oemlogo.bmp" 其中幻儿出品和阿狸专辑是可以自己改的,logo是图片,不要改 。然后自己做一张120X120像素的bmp图片改名为oemlogo扔进c:\windows\system32下就行了 。
mreg = Registry.LocalMachine; mreg = mreg.CreateSubKey("software\\Microsoft\\Internet Explorer"); stringIEVersion = (String)mreg.GetValue("Version"); mreg.Close(); returnIEVersion; } 物理内存使用情况 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26...