using System; using Microsoft.Win32; class Reg { public static void Main() { // Create a RegistryKey, which will access the HKEY_CURRENT_USER // key in the ...
確定! 回上一頁