IE,Firefox,Chrome,OperaのホームページのURLの保存先
IE,Firefox,Chrome,OperaのホームページのURLの保存先
// IE - レジストリHKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MainStart Page=http://hogehoge/// Opera - ini"C:\Users\<User Name>\AppData\Roaming\Opera\Opera\operaprefs.ini"[User Prefs]Home URL=http://hogehoge/// Chrome - json"C:\Users\<User Name>\AppData\Local\Google\Chrome\User Data\Default\Preferences"homepage="http://hogehoge/"// Firefox - js?"C:\Users\<User Name>\AppData\Roaming\Mozilla\Firefox\Profiles\<Random String>.default\prefs.js"user_pref("browser.startup.homepage", "http://hogehoge/");//#define CSIDL_LOCAL_APPDATA 0x001cCSIDL_LOCAL_APPDATAXP: C:\Documents and Settings\<User Name>\Local Settings\Application Data7: C:\Users\<User Name>\AppData\Local#define CSIDL_APPDATA 0x001aCSIDL_APPDATAXP: C:\Documents and Settings\<User Name>\Application Data7: C:\Users\<User Name>\AppData\Roaming// HSPで!// CSIDL_APPDATAmes dirinfo(0x1001a)// CSIDL_LOCAL_APPDATAmes dirinfo(0x1001c)