Skip to content

Instantly share code, notes, and snippets.

@yajd
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yajd/ed58adda53d5ef513c1f to your computer and use it in GitHub Desktop.
Save yajd/ed58adda53d5ef513c1f to your computer and use it in GitHub Desktop.
_ff-addon-snippet-SpecialDirPaths -
var DSP = Cc["@mozilla.org/file/directory_service;1"].getService(Ci.nsIProperties);
var keywords = [];
var str = [];
function doit() {
for (var i=0; i<keywords.length; i++) {
str.push('Keyword: "' + keywords[i] + '"');
try {
var methodFU = FileUtils.getFile(keywords[i], ['']);
str[str.length-1] += '|FU = "' + methodFU.path + '"';
} catch(ex) {
str[str.length-1] += '|FU = "' + ex.message + '"';
}
try {
var methodDS = DSP.get(keywords[i], Ci.nsIFile);
str[str.length-1] += '|DS = "' + methodDS.path + '"';
} catch(ex) {
str[str.length-1] += '|DS = "' + ex.message + '"';
}
}
console.log(str.join('\n'));
}
var keywords = [
//http://mxr.mozilla.org/mozilla-central/source/xpcom/io/nsAppDirectoryServiceDefs.h
'AppRegF',
'AppRegD',
'DefRt',
'PrfDef',
'current',
'default',
'DefProfRt',
'DefProfLRt',
'ARes',
'AChrom',
'APlugns',
'SrchPlugns',
'AChromDL',
'APluginsDL',
'SrchPluginsDL',
'SHARED',
'PrefD',
'PrefF',
'MetroPrefF',
'PrefDL',
'ExtPrefDL',
'PrefDOverride',
'ProfD',
'ProfLD',
'UChrm',
'UsrSrchPlugns',
'LclSt',
'UPnls',
'UMimTyp',
'cachePDir',
'BMarks',
'DLoads',
'SrchF',
'XPIClnupD',
'indexedDBPDir',
'permissionDBPDir',
//http://mxr.mozilla.org/mozilla-central/source/xpcom/io/nsDirectoryServiceDefs.h
'Home',
'TmpD',
'CurWorkD',
'Home',
'Desk',
'CurProcD',
'XCurProcD',
'XpcomLib',
'GreD',
'SysD',
'Trsh',
'Strt',
'Shdwn',
'ApplMenu',
'CntlPnl',
'Exts',
'Fnts',
'Prfs',
'Docs',
'ISrch',
'DfltDwnld',
'ULibDir',
'UsrDsk',
'LocDsk',
'UsrApp',
'LocApp',
'UsrDocs',
'LocDocs',
'UsrIntrntPlgn',
'LoclIntrntPlgn',
'UsrFrmwrks',
'LocFrmwrks',
'UsrPrfs',
'LocPrfs',
'Pct',
'Mov',
'Music',
'IntrntSts',
'WinD',
'ProgF',
'DeskV',
'Progs',
'Cntls',
'Prnts',
'Pers',
'Favs',
'Strt',
'Rcnt',
'SndTo',
'Buckt',
'Strt',
'DeskP',
'Drivs',
'NetW',
'netH',
'Fnts',
'Tmpls',
'CmStrt',
'CmPrgs',
'CmStrt',
'CmDeskP',
'CmAppData',
'AppData',
'LocalAppData',
'PrntHd',
'CookD',
'DfltDwnld',
'Docs',
'Pict',
'Music',
'Vids',
'Locl',
'LibD',
'XDGDesk',
'XDGDocs',
'XDGDwnld',
'XDGMusic',
'XDGPict',
'XDGPubSh',
'XDGTempl',
'XDGVids',
'DfltDwnld',
'DrvD',
//http://mxr.mozilla.org/mozilla-release/source/toolkit/mozapps/update/nsUpdateService.js#76
'GreD',
'UpdRootD',
'XREExeF',
//http://mxr.mozilla.org/mozilla-release/source/toolkit/mozapps/update/tests/shared.js#55
'ProfDS',
'ProfD',
'GreD',
'XCurProcD',
'XREExeF',
'UpdRootD',
//http://mxr.mozilla.org/mozilla-release/source/xpcom/build/nsXULAppAPI.h
'UAppData',
'XREExtDL',
'XREExeF',
'started',
'ProfDS',
'started',
'ProfLDS',
'XRESysLExtPD',
'XRESysSExtPD',
'XREUSysExt',
'XREAppDist',
'UpdRootD',
'UpdArchD',
'OSUpdApplyToD'
];
doit();
@yajd
Copy link
Author

yajd commented May 7, 2014

from ali57233

"Keyword: "AppRegF"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\registry.dat"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\registry.dat"
Keyword: "AppRegD"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox"
Keyword: "DefRt"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\defaults"
Keyword: "PrfDef"|FU = "C:\Program Files (x86)\Mozilla Firefox\defaults\pref"|DS = "C:\Program Files (x86)\Mozilla Firefox\defaults\pref"
Keyword: "current"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "default"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DefProfRt"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles"
Keyword: "DefProfLRt"|FU = "C:\Users\ali57233\AppData\Local\Mozilla\Firefox\Profiles"|DS = "C:\Users\ali57233\AppData\Local\Mozilla\Firefox\Profiles"
Keyword: "ARes"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\res"
Keyword: "AChrom"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\chrome"
Keyword: "APlugns"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\plugins"
Keyword: "SrchPlugns"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins"
Keyword: "AChromDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "APluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SrchPluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SHARED"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefD"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2"
Keyword: "PrefF"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\prefs.js"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\prefs.js"
Keyword: "MetroPrefF"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\metro-prefs.js"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\metro-prefs.js"
Keyword: "PrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ExtPrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefDOverride"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\preferences"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\preferences"
Keyword: "ProfD"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2"
Keyword: "ProfLD"|FU = "C:\Users\ali57233\AppData\Local\Mozilla\Firefox\Profiles\1agqx535.default2"|DS = "C:\Users\ali57233\AppData\Local\Mozilla\Firefox\Profiles\1agqx535.default2"
Keyword: "UChrm"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\chrome"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\chrome"
Keyword: "UsrSrchPlugns"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\searchplugins"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\searchplugins"
Keyword: "LclSt"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\localstore.rdf"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\localstore.rdf"
Keyword: "UPnls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UMimTyp"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\mimeTypes.rdf"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\mimeTypes.rdf"
Keyword: "cachePDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "BMarks"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\bookmarks.html"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\bookmarks.html"
Keyword: "DLoads"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\downloads.rdf"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2\downloads.rdf"
Keyword: "SrchF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XPIClnupD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
Keyword: "indexedDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "permissionDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Home"|FU = "C:\Users\ali57233"|DS = "C:\Users\ali57233"
Keyword: "TmpD"|FU = "C:\Users\ali57233\AppData\Local\Temp"|DS = "C:\Users\ali57233\AppData\Local\Temp"
Keyword: "CurWorkD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
Keyword: "Home"|FU = "C:\Users\ali57233"|DS = "C:\Users\ali57233"
Keyword: "Desk"|FU = "C:\Users\ali57233\Desktop"|DS = "C:\Users\ali57233\Desktop"
Keyword: "CurProcD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
Keyword: "XCurProcD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
Keyword: "XpcomLib"|FU = "C:\Program Files (x86)\Mozilla Firefox\xul.dll"|DS = "C:\Program Files (x86)\Mozilla Firefox\xul.dll"
Keyword: "GreD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
Keyword: "SysD"|FU = "C:\WINDOWS\system32"|DS = "C:\WINDOWS\system32"
Keyword: "Trsh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
Keyword: "Shdwn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ApplMenu"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CntlPnl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Exts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Fnts"|FU = "C:\WINDOWS\Fonts"|DS = "C:\WINDOWS\Fonts"
Keyword: "Prfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Docs"|FU = "C:\Users\ali57233\Documents"|DS = "C:\Users\ali57233\Documents"
Keyword: "ISrch"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "C:\Users\ali57233\Downloads"|DS = "C:\Users\ali57233\Downloads"
Keyword: "ULibDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LoclIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pct"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Mov"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Music"|FU = "C:\Users\ali57233\Music"|DS = "C:\Users\ali57233\Music"
Keyword: "IntrntSts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "WinD"|FU = "C:\WINDOWS"|DS = "C:\WINDOWS"
Keyword: "ProgF"|FU = "C:\Program Files (x86)"|DS = "C:\Program Files (x86)"
Keyword: "DeskV"|FU = "C:\Users\ali57233\Desktop"|DS = "C:\Users\ali57233\Desktop"
Keyword: "Progs"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"
Keyword: "Cntls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Prnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pers"|FU = "C:\Users\ali57233\Documents"|DS = "C:\Users\ali57233\Documents"
Keyword: "Favs"|FU = "C:\Users\ali57233\Favorites"|DS = "C:\Users\ali57233\Favorites"
Keyword: "Strt"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
Keyword: "Rcnt"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Recent"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Recent"
Keyword: "SndTo"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\SendTo"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\SendTo"
Keyword: "Buckt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
Keyword: "DeskP"|FU = "C:\Users\ali57233\Desktop"|DS = "C:\Users\ali57233\Desktop"
Keyword: "Drivs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "NetW"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "netH"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Network Shortcuts"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Network Shortcuts"
Keyword: "Fnts"|FU = "C:\WINDOWS\Fonts"|DS = "C:\WINDOWS\Fonts"
Keyword: "Tmpls"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Templates"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Templates"
Keyword: "CmStrt"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu"
Keyword: "CmPrgs"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"
Keyword: "CmStrt"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu"
Keyword: "CmDeskP"|FU = "C:\Users\Public\Desktop"|DS = "C:\Users\Public\Desktop"
Keyword: "CmAppData"|FU = "C:\ProgramData"|DS = "C:\ProgramData"
Keyword: "AppData"|FU = "C:\Users\ali57233\AppData\Roaming"|DS = "C:\Users\ali57233\AppData\Roaming"
Keyword: "LocalAppData"|FU = "C:\Users\ali57233\AppData\Local"|DS = "C:\Users\ali57233\AppData\Local"
Keyword: "PrntHd"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Printer Shortcuts"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Printer Shortcuts"
Keyword: "CookD"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Cookies"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Cookies"
Keyword: "DfltDwnld"|FU = "C:\Users\ali57233\Downloads"|DS = "C:\Users\ali57233\Downloads"
Keyword: "Docs"|FU = "C:\Users\ali57233\Documents"|DS = "C:\Users\ali57233\Documents"
Keyword: "Pict"|FU = "C:\Users\ali57233\Pictures"|DS = "C:\Users\ali57233\Pictures"
Keyword: "Music"|FU = "C:\Users\ali57233\Music"|DS = "C:\Users\ali57233\Music"
Keyword: "Vids"|FU = "C:\Users\ali57233\Videos"|DS = "C:\Users\ali57233\Videos"
Keyword: "Locl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LibD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDesk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDwnld"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGMusic"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGPict"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGPubSh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGTempl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGVids"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "C:\Users\ali57233\Downloads"|DS = "C:\Users\ali57233\Downloads"
Keyword: "DrvD"|FU = "C:"|DS = "C:"
Keyword: "GreD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
Keyword: "UpdRootD"|FU = "C:\Users\ali57233\AppData\Local\Mozilla\updates\E7CF176E110C211B"|DS = "C:\Users\ali57233\AppData\Local\Mozilla\updates\E7CF176E110C211B"
Keyword: "XREExeF"|FU = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"|DS = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
Keyword: "ProfDS"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2"
Keyword: "ProfD"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2"
Keyword: "GreD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
Keyword: "XCurProcD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
Keyword: "XREExeF"|FU = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"|DS = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
Keyword: "UpdRootD"|FU = "C:\Users\ali57233\AppData\Local\Mozilla\updates\E7CF176E110C211B"|DS = "C:\Users\ali57233\AppData\Local\Mozilla\updates\E7CF176E110C211B"
Keyword: "UAppData"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox"
Keyword: "XREExtDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XREExeF"|FU = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"|DS = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfDS"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles\1agqx535.default2"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfLDS"|FU = "C:\Users\ali57233\AppData\Local\Mozilla\Firefox\Profiles\1agqx535.default2"|DS = "C:\Users\ali57233\AppData\Local\Mozilla\Firefox\Profiles\1agqx535.default2"
Keyword: "XRESysLExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XRESysSExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XREUSysExt"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Extensions"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Extensions"
Keyword: "XREAppDist"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\distribution"
Keyword: "UpdRootD"|FU = "C:\Users\ali57233\AppData\Local\Mozilla\updates\E7CF176E110C211B"|DS = "C:\Users\ali57233\AppData\Local\Mozilla\updates\E7CF176E110C211B"
Keyword: "UpdArchD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "OSUpdApplyToD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]""

@yajd
Copy link
Author

yajd commented May 7, 2014

PortableApps

"Keyword: "AppRegF"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Mozilla\Firefox\registry.dat"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Mozilla\Firefox\registry.dat"
Keyword: "AppRegD"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Mozilla\Firefox"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Mozilla\Firefox"
Keyword: "DefRt"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser\defaults"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser\defaults"
Keyword: "PrfDef"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\defaults\pref"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\defaults\pref"
Keyword: "current"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "default"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DefProfRt"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Mozilla\Firefox\Profiles"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Mozilla\Firefox\Profiles"
Keyword: "DefProfLRt"|FU = "C:\Users\C71ZQW1\AppData\Local\Mozilla\Firefox\Profiles"|DS = "C:\Users\C71ZQW1\AppData\Local\Mozilla\Firefox\Profiles"
Keyword: "ARes"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser\res"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser\res"
Keyword: "AChrom"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser\chrome"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser\chrome"
Keyword: "APlugns"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser\plugins"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser\plugins"
Keyword: "SrchPlugns"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser\searchplugins"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser\searchplugins"
Keyword: "AChromDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "APluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SrchPluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SHARED"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefD"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"
Keyword: "PrefF"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\prefs.js"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\prefs.js"
Keyword: "MetroPrefF"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\metro-prefs.js"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\metro-prefs.js"
Keyword: "PrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ExtPrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefDOverride"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\preferences"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\preferences"
Keyword: "ProfD"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"
Keyword: "ProfLD"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"
Keyword: "UChrm"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\chrome"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\chrome"
Keyword: "UsrSrchPlugns"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\searchplugins"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\searchplugins"
Keyword: "LclSt"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\localstore.rdf"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\localstore.rdf"
Keyword: "UPnls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UMimTyp"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\mimeTypes.rdf"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\mimeTypes.rdf"
Keyword: "cachePDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "BMarks"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\bookmarks.html"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\bookmarks.html"
Keyword: "DLoads"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\downloads.rdf"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile\downloads.rdf"
Keyword: "SrchF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XPIClnupD"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser"
Keyword: "indexedDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "permissionDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Home"|FU = "C:\Users\C71ZQW1"|DS = "C:\Users\C71ZQW1"
Keyword: "TmpD"|FU = "C:\Users\C71ZQW1\AppData\Local\Temp"|DS = "C:\Users\C71ZQW1\AppData\Local\Temp"
Keyword: "CurWorkD"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable"
Keyword: "Home"|FU = "C:\Users\C71ZQW1"|DS = "C:\Users\C71ZQW1"
Keyword: "Desk"|FU = "C:\Users\C71ZQW1\Desktop"|DS = "C:\Users\C71ZQW1\Desktop"
Keyword: "CurProcD"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser"
Keyword: "XCurProcD"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser"
Keyword: "XpcomLib"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\xul.dll"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\xul.dll"
Keyword: "GreD"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox"
Keyword: "SysD"|FU = "C:\WINDOWS\system32"|DS = "C:\WINDOWS\system32"
Keyword: "Trsh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
Keyword: "Shdwn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ApplMenu"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CntlPnl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Exts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Fnts"|FU = "C:\WINDOWS\Fonts"|DS = "C:\WINDOWS\Fonts"
Keyword: "Prfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Docs"|FU = "C:\Users\C71ZQW1\Documents"|DS = "C:\Users\C71ZQW1\Documents"
Keyword: "ISrch"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "C:\Users\C71ZQW1\Downloads"|DS = "C:\Users\C71ZQW1\Downloads"
Keyword: "ULibDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LoclIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pct"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Mov"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Music"|FU = "C:\Users\C71ZQW1\Music"|DS = "C:\Users\C71ZQW1\Music"
Keyword: "IntrntSts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "WinD"|FU = "C:\WINDOWS"|DS = "C:\WINDOWS"
Keyword: "ProgF"|FU = "C:\Program Files (x86)"|DS = "C:\Program Files (x86)"
Keyword: "DeskV"|FU = "C:\Users\C71ZQW1\Desktop"|DS = "C:\Users\C71ZQW1\Desktop"
Keyword: "Progs"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"
Keyword: "Cntls"|FU = "C:\Users\C71ZQW1\Desktop"|DS = "C:\Users\C71ZQW1\Desktop"
Keyword: "Prnts"|FU = "C:\Users\C71ZQW1\Desktop"|DS = "C:\Users\C71ZQW1\Desktop"
Keyword: "Pers"|FU = "C:\Users\C71ZQW1\Documents"|DS = "C:\Users\C71ZQW1\Documents"
Keyword: "Favs"|FU = "C:\Users\C71ZQW1\Favorites"|DS = "C:\Users\C71ZQW1\Favorites"
Keyword: "Strt"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
Keyword: "Rcnt"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Recent"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Recent"
Keyword: "SndTo"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\SendTo"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\SendTo"
Keyword: "Buckt"|FU = "C:\Users\C71ZQW1\AppData\Ro︎椈䡘°۸椄²暼ᤪ暠ᤪܬ椄tŜ䡘°"|DS = "C:\Users\C71ZQW1\AppData\Ro︎椈䡘°۸椄²暼ᤪ暠ᤪܬ椄tŜ䡘°"
Keyword: "Strt"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
Keyword: "DeskP"|FU = "C:\Users\C71ZQW1\Desktop"|DS = "C:\Users\C71ZQW1\Desktop"
Keyword: "Drivs"|FU = "C:\Users\C71ZQW1\Desktop"|DS = "C:\Users\C71ZQW1\Desktop"
Keyword: "NetW"|FU = "C:\Users\C71ZQW1\Desktop"|DS = "C:\Users\C71ZQW1\Desktop"
Keyword: "netH"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Network Shortcuts"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Network Shortcuts"
Keyword: "Fnts"|FU = "C:\WINDOWS\Fonts"|DS = "C:\WINDOWS\Fonts"
Keyword: "Tmpls"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Templates"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Templates"
Keyword: "CmStrt"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu"
Keyword: "CmPrgs"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"
Keyword: "CmStrt"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu"
Keyword: "CmDeskP"|FU = "C:\Users\Public\Desktop"|DS = "C:\Users\Public\Desktop"
Keyword: "CmAppData"|FU = "C:\ProgramData"|DS = "C:\ProgramData"
Keyword: "AppData"|FU = "C:\Users\C71ZQW1\AppData\Roaming"|DS = "C:\Users\C71ZQW1\AppData\Roaming"
Keyword: "LocalAppData"|FU = "C:\Users\C71ZQW1\AppData\Local"|DS = "C:\Users\C71ZQW1\AppData\Local"
Keyword: "PrntHd"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Printer Shortcuts"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Printer Shortcuts"
Keyword: "CookD"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Cookies"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Microsoft\Windows\Cookies"
Keyword: "DfltDwnld"|FU = "C:\Users\C71ZQW1\Downloads"|DS = "C:\Users\C71ZQW1\Downloads"
Keyword: "Docs"|FU = "C:\Users\C71ZQW1\Documents"|DS = "C:\Users\C71ZQW1\Documents"
Keyword: "Pict"|FU = "C:\Users\C71ZQW1\Pictures"|DS = "C:\Users\C71ZQW1\Pictures"
Keyword: "Music"|FU = "C:\Users\C71ZQW1\Music"|DS = "C:\Users\C71ZQW1\Music"
Keyword: "Vids"|FU = "C:\Users\C71ZQW1\Videos"|DS = "C:\Users\C71ZQW1\Videos"
Keyword: "Locl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LibD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDesk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDwnld"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGMusic"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGPict"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGPubSh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGTempl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGVids"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "C:\Users\C71ZQW1\Downloads"|DS = "C:\Users\C71ZQW1\Downloads"
Keyword: "DrvD"|FU = "C:"|DS = "C:"
Keyword: "GreD"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox"
Keyword: "UpdRootD"|FU = "C:\Users\C71ZQW1\AppData\Local\Mozilla\updates\139C01FC04F76B5B"|DS = "C:\Users\C71ZQW1\AppData\Local\Mozilla\updates\139C01FC04F76B5B"
Keyword: "XREExeF"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\firefox.exe"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\firefox.exe"
Keyword: "ProfDS"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"
Keyword: "ProfD"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"
Keyword: "GreD"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox"
Keyword: "XCurProcD"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\browser"
Keyword: "XREExeF"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\firefox.exe"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\firefox.exe"
Keyword: "UpdRootD"|FU = "C:\Users\C71ZQW1\AppData\Local\Mozilla\updates\139C01FC04F76B5B"|DS = "C:\Users\C71ZQW1\AppData\Local\Mozilla\updates\139C01FC04F76B5B"
Keyword: "UAppData"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Mozilla\Firefox"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Mozilla\Firefox"
Keyword: "XREExtDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XREExeF"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\firefox.exe"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\firefox.exe"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfDS"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfLDS"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\Data\profile"
Keyword: "XRESysLExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XRESysSExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XREUSysExt"|FU = "C:\Users\C71ZQW1\AppData\Roaming\Mozilla\Extensions"|DS = "C:\Users\C71ZQW1\AppData\Roaming\Mozilla\Extensions"
Keyword: "XREAppDist"|FU = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\distribution"|DS = "C:\Users\C71ZQW1\Desktop\FirefoxPortable\App\firefox\distribution"
Keyword: "UpdRootD"|FU = "C:\Users\C71ZQW1\AppData\Local\Mozilla\updates\139C01FC04F76B5B"|DS = "C:\Users\C71ZQW1\AppData\Local\Mozilla\updates\139C01FC04F76B5B"
Keyword: "UpdArchD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "OSUpdApplyToD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]""

@yajd
Copy link
Author

yajd commented May 8, 2014

how to detect if portable or non-portable, tested so far on: Win7

var DSP = Cc["@mozilla.org/file/directory_service;1"].getService(Ci.nsIProperties);
var keywords = ['CurWorkD','GreD']; //in portable these are all equal
//var keywords = ['Cntls','Desk','DeskP','DeskV','Drivs','NetW','Prnts']; //in portable these are all equal
//var keywords = ['CurProcD','XCurProcD','XPlClnupD']; //in portable these are all equal
//var keywords = ['PrefD', 'ProfD','ProfDS','ProfLD','ProfLDS']; //in portable these are all equal
//var keywords = ['Docs', 'Pers']; //in portable these are all equal
var str = [];
var me = Services.wm.getMostRecentWindow(null);

function doit() {
    for (var i=0; i<keywords.length; i++) {
        str.push('');
        try {
           var methodDS = DSP.get(keywords[i], Ci.nsIFile);
            str[str.length-1] += '|DS = "' + methodDS.path + '"';
        } catch(ex) {
            str[str.length-1] += '|DS = "' + ex.message + '"';
        }
    }
    me.alert(str.join('\n'));
}

doit();

@yajd
Copy link
Author

yajd commented May 8, 2014

from hard install win7 but custom folder:

Keyword: "AppRegF"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\registry.dat"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\registry.dat"
Keyword: "AppRegD"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox"
Keyword: "DefRt"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\defaults"
Keyword: "PrfDef"|FU = "C:\Program Files (x86)\Mozilla Firefox\defaults\pref"|DS = "C:\Program Files (x86)\Mozilla Firefox\defaults\pref"
Keyword: "current"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "default"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DefProfRt"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox\Profiles"
Keyword: "DefProfLRt"|FU = "C:\Users\ali57233\AppData\Local\Mozilla\Firefox\Profiles"|DS = "C:\Users\ali57233\AppData\Local\Mozilla\Firefox\Profiles"
Keyword: "ARes"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\res"
Keyword: "AChrom"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\chrome"
Keyword: "APlugns"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\plugins"
Keyword: "SrchPlugns"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins"
Keyword: "AChromDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "APluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SrchPluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SHARED"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefD"|FU = "C:\Users\ali57233\Desktop\custom folder"|DS = "C:\Users\ali57233\Desktop\custom folder"
Keyword: "PrefF"|FU = "C:\Users\ali57233\Desktop\custom folder\prefs.js"|DS = "C:\Users\ali57233\Desktop\custom folder\prefs.js"
Keyword: "MetroPrefF"|FU = "C:\Users\ali57233\Desktop\custom folder\metro-prefs.js"|DS = "C:\Users\ali57233\Desktop\custom folder\metro-prefs.js"
Keyword: "PrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ExtPrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefDOverride"|FU = "C:\Users\ali57233\Desktop\custom folder\preferences"|DS = "C:\Users\ali57233\Desktop\custom folder\preferences"
Keyword: "ProfD"|FU = "C:\Users\ali57233\Desktop\custom folder"|DS = "C:\Users\ali57233\Desktop\custom folder"
Keyword: "ProfLD"|FU = "C:\Users\ali57233\Desktop\custom folder"|DS = "C:\Users\ali57233\Desktop\custom folder"
Keyword: "UChrm"|FU = "C:\Users\ali57233\Desktop\custom folder\chrome"|DS = "C:\Users\ali57233\Desktop\custom folder\chrome"
Keyword: "UsrSrchPlugns"|FU = "C:\Users\ali57233\Desktop\custom folder\searchplugins"|DS = "C:\Users\ali57233\Desktop\custom folder\searchplugins"
Keyword: "LclSt"|FU = "C:\Users\ali57233\Desktop\custom folder\localstore.rdf"|DS = "C:\Users\ali57233\Desktop\custom folder\localstore.rdf"
Keyword: "UPnls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UMimTyp"|FU = "C:\Users\ali57233\Desktop\custom folder\mimeTypes.rdf"|DS = "C:\Users\ali57233\Desktop\custom folder\mimeTypes.rdf"
Keyword: "cachePDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "BMarks"|FU = "C:\Users\ali57233\Desktop\custom folder\bookmarks.html"|DS = "C:\Users\ali57233\Desktop\custom folder\bookmarks.html"
Keyword: "DLoads"|FU = "C:\Users\ali57233\Desktop\custom folder\downloads.rdf"|DS = "C:\Users\ali57233\Desktop\custom folder\downloads.rdf"
Keyword: "SrchF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XPIClnupD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
Keyword: "indexedDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "permissionDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Home"|FU = "C:\Users\ali57233"|DS = "C:\Users\ali57233"
Keyword: "TmpD"|FU = "C:\Users\ali57233\AppData\Local\Temp"|DS = "C:\Users\ali57233\AppData\Local\Temp"
Keyword: "CurWorkD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
Keyword: "Home"|FU = "C:\Users\ali57233"|DS = "C:\Users\ali57233"
Keyword: "Desk"|FU = "C:\Users\ali57233\Desktop"|DS = "C:\Users\ali57233\Desktop"
Keyword: "CurProcD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
Keyword: "XCurProcD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
Keyword: "XpcomLib"|FU = "C:\Program Files (x86)\Mozilla Firefox\xul.dll"|DS = "C:\Program Files (x86)\Mozilla Firefox\xul.dll"
Keyword: "GreD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
Keyword: "SysD"|FU = "C:\WINDOWS\system32"|DS = "C:\WINDOWS\system32"
Keyword: "Trsh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
Keyword: "Shdwn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ApplMenu"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CntlPnl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Exts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Fnts"|FU = "C:\WINDOWS\Fonts"|DS = "C:\WINDOWS\Fonts"
Keyword: "Prfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Docs"|FU = "C:\Users\ali57233\Documents"|DS = "C:\Users\ali57233\Documents"
Keyword: "ISrch"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "C:\Users\ali57233\Downloads"|DS = "C:\Users\ali57233\Downloads"
Keyword: "ULibDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LoclIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pct"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Mov"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Music"|FU = "C:\Users\ali57233\Music"|DS = "C:\Users\ali57233\Music"
Keyword: "IntrntSts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "WinD"|FU = "C:\WINDOWS"|DS = "C:\WINDOWS"
Keyword: "ProgF"|FU = "C:\Program Files (x86)"|DS = "C:\Program Files (x86)"
Keyword: "DeskV"|FU = "C:\Users\ali57233\Desktop"|DS = "C:\Users\ali57233\Desktop"
Keyword: "Progs"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"
Keyword: "Cntls"|FU = "C:\ᬜཁड퇠थཁ⣠Ƞ⋌ག۰ऺꈠឹ裠ᜌ⋾གoŰ⣠Ƞ"|DS = "C:\ᬜཁड퇠थཁ⣠Ƞ⋌ག۰ऺꈠឹ裠ᜌ⋾གoŰ⣠Ƞ"
Keyword: "Prnts"|FU = "C:\ᬜཁड퇠थཁ⣠Ƞ⋌ག۰ऺꊰឹ言ᜌ⋾གoŰ⣠Ƞ"|DS = "C:\ᬜཁड퇠थཁ⣠Ƞ⋌ག۰ऺꊰឹ言ᜌ⋾གoŰ⣠Ƞ"
Keyword: "Pers"|FU = "C:\Users\ali57233\Documents"|DS = "C:\Users\ali57233\Documents"
Keyword: "Favs"|FU = "C:\Users\ali57233\Favorites"|DS = "C:\Users\ali57233\Favorites"
Keyword: "Strt"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
Keyword: "Rcnt"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Recent"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Recent"
Keyword: "SndTo"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\SendTo"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\SendTo"
Keyword: "Buckt"|FU = "C:\ᬜཁड퇠थཁ⣠Ƞ⋌ག۰ऺ꙰ឹ戠᝞⋾གtš⣠Ƞ"|DS = "C:\ᬜཁड퇠थཁ⣠Ƞ⋌ག۰ऺ꙰ឹ戠᝞⋾གtš⣠Ƞ"
Keyword: "Strt"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
Keyword: "DeskP"|FU = "C:\Users\ali57233\Desktop"|DS = "C:\Users\ali57233\Desktop"
Keyword: "Drivs"|FU = "C:\ᬜཁड퇠थཁ⣠Ƞ⋌ག۰ऺꠠឹ无᝞⋾གoŰ⣠Ƞ"|DS = "C:\ᬜཁड퇠थཁ⣠Ƞ⋌ག۰ऺꠠឹ无᝞⋾གoŰ⣠Ƞ"
Keyword: "NetW"|FU = "C:\ᬜཁड퇠थཁ⣠Ƞ⋌ག۰ऺꢰឹ杠᝞⋾གoŰ⣠Ƞ"|DS = "C:\ᬜཁड퇠थཁ⣠Ƞ⋌ག۰ऺꢰឹ杠᝞⋾གoŰ⣠Ƞ"
Keyword: "netH"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Network Shortcuts"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Network Shortcuts"
Keyword: "Fnts"|FU = "C:\WINDOWS\Fonts"|DS = "C:\WINDOWS\Fonts"
Keyword: "Tmpls"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Templates"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Templates"
Keyword: "CmStrt"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu"
Keyword: "CmPrgs"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"
Keyword: "CmStrt"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu"
Keyword: "CmDeskP"|FU = "C:\Users\Public\Desktop"|DS = "C:\Users\Public\Desktop"
Keyword: "CmAppData"|FU = "C:\ProgramData"|DS = "C:\ProgramData"
Keyword: "AppData"|FU = "C:\Users\ali57233\AppData\Roaming"|DS = "C:\Users\ali57233\AppData\Roaming"
Keyword: "LocalAppData"|FU = "C:\Users\ali57233\AppData\Local"|DS = "C:\Users\ali57233\AppData\Local"
Keyword: "PrntHd"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Printer Shortcuts"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Printer Shortcuts"
Keyword: "CookD"|FU = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Cookies"|DS = "C:\Users\ali57233\AppData\Roaming\Microsoft\Windows\Cookies"
Keyword: "DfltDwnld"|FU = "C:\Users\ali57233\Downloads"|DS = "C:\Users\ali57233\Downloads"
Keyword: "Docs"|FU = "C:\Users\ali57233\Documents"|DS = "C:\Users\ali57233\Documents"
Keyword: "Pict"|FU = "C:\Users\ali57233\Pictures"|DS = "C:\Users\ali57233\Pictures"
Keyword: "Music"|FU = "C:\Users\ali57233\Music"|DS = "C:\Users\ali57233\Music"
Keyword: "Vids"|FU = "C:\Users\ali57233\Videos"|DS = "C:\Users\ali57233\Videos"
Keyword: "Locl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LibD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDesk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDwnld"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGMusic"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGPict"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGPubSh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGTempl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGVids"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "C:\Users\ali57233\Downloads"|DS = "C:\Users\ali57233\Downloads"
Keyword: "DrvD"|FU = "C:"|DS = "C:"
Keyword: "GreD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
Keyword: "UpdRootD"|FU = "C:\Users\ali57233\AppData\Local\Mozilla\updates\E7CF176E110C211B"|DS = "C:\Users\ali57233\AppData\Local\Mozilla\updates\E7CF176E110C211B"
Keyword: "XREExeF"|FU = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"|DS = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
Keyword: "ProfDS"|FU = "C:\Users\ali57233\Desktop\custom folder"|DS = "C:\Users\ali57233\Desktop\custom folder"
Keyword: "ProfD"|FU = "C:\Users\ali57233\Desktop\custom folder"|DS = "C:\Users\ali57233\Desktop\custom folder"
Keyword: "GreD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
Keyword: "XCurProcD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
Keyword: "XREExeF"|FU = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"|DS = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
Keyword: "UpdRootD"|FU = "C:\Users\ali57233\AppData\Local\Mozilla\updates\E7CF176E110C211B"|DS = "C:\Users\ali57233\AppData\Local\Mozilla\updates\E7CF176E110C211B"
Keyword: "UAppData"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Firefox"
Keyword: "XREExtDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XREExeF"|FU = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"|DS = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfDS"|FU = "C:\Users\ali57233\Desktop\custom folder"|DS = "C:\Users\ali57233\Desktop\custom folder"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfLDS"|FU = "C:\Users\ali57233\Desktop\custom folder"|DS = "C:\Users\ali57233\Desktop\custom folder"
Keyword: "XRESysLExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XRESysSExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XREUSysExt"|FU = "C:\Users\ali57233\AppData\Roaming\Mozilla\Extensions"|DS = "C:\Users\ali57233\AppData\Roaming\Mozilla\Extensions"
Keyword: "XREAppDist"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\distribution"
Keyword: "UpdRootD"|FU = "C:\Users\ali57233\AppData\Local\Mozilla\updates\E7CF176E110C211B"|DS = "C:\Users\ali57233\AppData\Local\Mozilla\updates\E7CF176E110C211B"
Keyword: "UpdArchD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "OSUpdApplyToD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"

@yajd
Copy link
Author

yajd commented May 10, 2014

algorithm to find which keys should contain same, trying to ident portable vs non-portable

var arr = str.split('|||||');
var marr = {};
for (var i=0; i<arr.length; i++) {
    var sp = arr[i].split(',');
    if (sp.length != 4) {
        console.warn('at i is not expecting split length', sp);
    } else {
       if (!marr[sp[3]]) {
           marr[sp[3]] = {};
       }
       marr[sp[3]][sp[0]] = sp[2]
    }
}

var names = {};
var totalKeys = 0;
for (var n in marr) {
    names[n] = Object.keys(marr[n]).length;
    if (totalKeys > 0 && totalKeys != names[n]) {
        alert('error: keys in this different from others, name = ' + n)
    }
    totalKeys = names[n];
}
console.log(names);
console.log(marr);
var sims = {}; //holds keys of names. in each one is an object which holds key which is a string of joined keywords that its value was contained in
for (var n in marr) {
    for (var p in marr[n]) {
        for (var p2 in marr[n]) {
            if (p2 == p) { continue }
            if (marr[n][p2].indexOf(marr[n][p]) > -1) {
                if (!sims[n]) {
                    sims[n] = {};
                }
                if (!sims[n][p]) {
                    sims[n][p] = [];
                }
                sims[n][p].push(p2);
            }
        }
    }
}
console.log('sims', sims)

var diffs = {};
for (var n in marr) {
    diffs[n] = {};
    for (var i=0; i<totalKeys; i++) {
        if ()
    }
}

@Noitidart
Copy link

Uses regexes: ^.*?"(.*?)".*?$, ^((?!\#define).)*$, ^((?!".*?").)*$
http://mxr.mozilla.org/mozilla-central/source/xpcom/build/nsXULAppAPI.h

7 #define _nsXULAppAPI_h__
50 #define XRE_USER_APP_DATA_DIR "UAppData"
60 #define XRE_EXTENSIONS_DIR_LIST "XREExtDL"
67 #define XRE_EXECUTABLE_FILE "XREExeF"
78 #define NS_APP_PROFILE_DIR_STARTUP "ProfDS"
89 #define NS_APP_PROFILE_LOCAL_DIR_STARTUP "ProfLDS"
96 #define XRE_SYS_LOCAL_EXTENSION_PARENT_DIR "XRESysLExtPD"
105 #define XRE_SYS_SHARE_EXTENSION_PARENT_DIR "XRESysSExtPD"
111 #define XRE_USER_SYS_EXTENSION_DIR "XREUSysExt"
117 #define XRE_APP_DISTRIBUTION_DIR "XREAppDist"
127 #define XRE_UPDATE_ROOT_DIR "UpdRootD"
135 #define XRE_UPDATE_ARCHIVE_DIR "UpdArchD"
142 #define XRE_OS_UPDATE_APPLY_TO_DIR "OSUpdApplyToD"
150 #define XRE_MAIN_FLAG_USE_METRO 0x01

From: http://mxr.mozilla.org/mozilla-central/source/xpcom/io/nsAppDirectoryServiceDefs.h

#define nsAppDirectoryServiceDefs_h___
#define NS_APP_APPLICATION_REGISTRY_FILE        "AppRegF"
#define NS_APP_APPLICATION_REGISTRY_DIR         "AppRegD"
#define NS_APP_DEFAULTS_50_DIR                  "DefRt"         // The root dir of all defaults dirs
#define NS_APP_PREF_DEFAULTS_50_DIR             "PrfDef"
#define NS_APP_PROFILE_DEFAULTS_50_DIR          "profDef"       // The profile defaults of the "current"
#define NS_APP_PROFILE_DEFAULTS_NLOC_50_DIR     "ProfDefNoLoc"  // The profile defaults of the "default"
#define NS_APP_USER_PROFILES_ROOT_DIR           "DefProfRt"     // The dir where user profile dirs live.
#define NS_APP_USER_PROFILES_LOCAL_ROOT_DIR     "DefProfLRt"  // The dir where user profile temp dirs live.
#define NS_APP_RES_DIR                          "ARes"
#define NS_APP_CHROME_DIR                       "AChrom"
#define NS_APP_PLUGINS_DIR                      "APlugns"       // Deprecated - use NS_APP_PLUGINS_DIR_LIST
#define NS_APP_SEARCH_DIR                       "SrchPlugns"
#define NS_APP_CHROME_DIR_LIST                  "AChromDL"
#define NS_APP_PLUGINS_DIR_LIST                 "APluginsDL"
#define NS_APP_SEARCH_DIR_LIST                  "SrchPluginsDL"
#define NS_SHARED                               "SHARED"
#define NS_APP_PREFS_50_DIR                     "PrefD"         // Directory which contains user prefs       
#define NS_APP_PREFS_50_FILE                    "PrefF"
#define NS_METRO_APP_PREFS_50_FILE              "MetroPrefF"    // Metro browser prefs file
#define NS_APP_PREFS_DEFAULTS_DIR_LIST          "PrefDL"
#define NS_EXT_PREFS_DEFAULTS_DIR_LIST          "ExtPrefDL"
#define NS_APP_PREFS_OVERRIDE_DIR               "PrefDOverride" // Directory for per-profile defaults
#define NS_APP_USER_PROFILE_50_DIR              "ProfD"
#define NS_APP_USER_PROFILE_LOCAL_50_DIR        "ProfLD"
#define NS_APP_USER_CHROME_DIR                  "UChrm"
#define NS_APP_USER_SEARCH_DIR                  "UsrSrchPlugns"
#define NS_APP_LOCALSTORE_50_FILE               "LclSt"
#define NS_APP_USER_PANELS_50_FILE              "UPnls"
#define NS_APP_USER_MIMETYPES_50_FILE           "UMimTyp"
#define NS_APP_CACHE_PARENT_DIR                 "cachePDir"
#define NS_APP_BOOKMARKS_50_FILE                "BMarks"
#define NS_APP_DOWNLOADS_50_FILE                "DLoads"
#define NS_APP_SEARCH_50_FILE                   "SrchF"
#define NS_APP_INSTALL_CLEANUP_DIR              "XPIClnupD"  //location of xpicleanup.dat xpicleanup.exe 
#define NS_APP_INDEXEDDB_PARENT_DIR             "indexedDBPDir"
#define NS_APP_PERMISSION_PARENT_DIR            "permissionDBPDir"

http://mxr.mozilla.org/mozilla-central/source/xpcom/io/nsDirectoryServiceDefs.h

#define nsDirectoryServiceDefs_h___
#define NS_OS_HOME_DIR                          "Home"
#define NS_OS_TEMP_DIR                          "TmpD"
#define NS_OS_CURRENT_WORKING_DIR               "CurWorkD"
#define NS_OS_DESKTOP_DIR                       "Desk"
#define NS_OS_CURRENT_PROCESS_DIR               "CurProcD"
#define NS_XPCOM_CURRENT_PROCESS_DIR            "XCurProcD"
#define NS_XPCOM_LIBRARY_FILE                   "XpcomLib"
#define NS_GRE_DIR                              "GreD"
#define NS_GRE_BIN_DIR                          "GreBinD"
    #define NS_OS_SYSTEM_DIR                    "SysD"
  #define NS_MAC_DESKTOP_DIR                  NS_OS_DESKTOP_DIR
  #define NS_MAC_TRASH_DIR                    "Trsh"
  #define NS_MAC_STARTUP_DIR                  "Strt"
  #define NS_MAC_SHUTDOWN_DIR                 "Shdwn"
  #define NS_MAC_APPLE_MENU_DIR               "ApplMenu"
  #define NS_MAC_CONTROL_PANELS_DIR           "CntlPnl"
  #define NS_MAC_EXTENSIONS_DIR               "Exts"
  #define NS_MAC_FONTS_DIR                    "Fnts"
  #define NS_MAC_PREFS_DIR                    "Prfs"
  #define NS_MAC_DOCUMENTS_DIR                "Docs"
  #define NS_MAC_INTERNET_SEARCH_DIR          "ISrch"
  #define NS_OSX_HOME_DIR                     NS_OS_HOME_DIR
  #define NS_MAC_HOME_DIR                     NS_OS_HOME_DIR
  #define NS_MAC_DEFAULT_DOWNLOAD_DIR         "DfltDwnld"
  #define NS_MAC_USER_LIB_DIR                 "ULibDir"   // Only available under OS X
  #define NS_OSX_DEFAULT_DOWNLOAD_DIR         NS_MAC_DEFAULT_DOWNLOAD_DIR
  #define NS_OSX_USER_DESKTOP_DIR             "UsrDsk"
  #define NS_OSX_LOCAL_DESKTOP_DIR            "LocDsk"
  #define NS_OSX_USER_APPLICATIONS_DIR        "UsrApp"
  #define NS_OSX_LOCAL_APPLICATIONS_DIR       "LocApp"
  #define NS_OSX_USER_DOCUMENTS_DIR           "UsrDocs"
  #define NS_OSX_LOCAL_DOCUMENTS_DIR          "LocDocs"
  #define NS_OSX_USER_INTERNET_PLUGIN_DIR     "UsrIntrntPlgn"
  #define NS_OSX_LOCAL_INTERNET_PLUGIN_DIR    "LoclIntrntPlgn"
  #define NS_OSX_USER_FRAMEWORKS_DIR          "UsrFrmwrks"
  #define NS_OSX_LOCAL_FRAMEWORKS_DIR         "LocFrmwrks"
  #define NS_OSX_USER_PREFERENCES_DIR         "UsrPrfs"
  #define NS_OSX_LOCAL_PREFERENCES_DIR        "LocPrfs"
  #define NS_OSX_PICTURE_DOCUMENTS_DIR        "Pct"
  #define NS_OSX_MOVIE_DOCUMENTS_DIR          "Mov"
  #define NS_OSX_MUSIC_DOCUMENTS_DIR          "Music"
  #define NS_OSX_INTERNET_SITES_DIR           "IntrntSts"
  #define NS_WIN_WINDOWS_DIR                  "WinD"
  #define NS_WIN_PROGRAM_FILES_DIR            "ProgF"
  #define NS_WIN_HOME_DIR                     NS_OS_HOME_DIR
  #define NS_WIN_DESKTOP_DIR                  "DeskV" // virtual folder at the root of the namespace
  #define NS_WIN_PROGRAMS_DIR                 "Progs" // User start menu programs directory!
  #define NS_WIN_CONTROLS_DIR                 "Cntls"
  #define NS_WIN_PRINTERS_DIR                 "Prnts"
  #define NS_WIN_PERSONAL_DIR                 "Pers"
  #define NS_WIN_FAVORITES_DIR                "Favs"
  #define NS_WIN_STARTUP_DIR                  "Strt"
  #define NS_WIN_RECENT_DIR                   "Rcnt"
  #define NS_WIN_SEND_TO_DIR                  "SndTo"
  #define NS_WIN_BITBUCKET_DIR                "Buckt"
  #define NS_WIN_STARTMENU_DIR                "Strt"
  #define NS_WIN_DESKTOP_DIRECTORY            "DeskP" // file sys dir which physically stores objects on desktop
  #define NS_WIN_DRIVES_DIR                   "Drivs"
  #define NS_WIN_NETWORK_DIR                  "NetW"
  #define NS_WIN_NETHOOD_DIR                  "netH"
  #define NS_WIN_FONTS_DIR                    "Fnts"
  #define NS_WIN_TEMPLATES_DIR                "Tmpls"
  #define NS_WIN_COMMON_STARTMENU_DIR         "CmStrt"
  #define NS_WIN_COMMON_PROGRAMS_DIR          "CmPrgs"
  #define NS_WIN_COMMON_STARTUP_DIR           "CmStrt"
  #define NS_WIN_COMMON_DESKTOP_DIRECTORY     "CmDeskP"
  #define NS_WIN_COMMON_APPDATA_DIR           "CmAppData"
  #define NS_WIN_APPDATA_DIR                  "AppData"
  #define NS_WIN_LOCAL_APPDATA_DIR            "LocalAppData"
  #define NS_WIN_LOCAL_APPDATA_LOW_DIR        "LocalAppDataLow"
  #define NS_WIN_LOW_INTEGRITY_TEMP           "LowTmpD"
  #define NS_WIN_PRINTHOOD                    "PrntHd"
  #define NS_WIN_COOKIES_DIR                  "CookD"
  #define NS_WIN_DEFAULT_DOWNLOAD_DIR         "DfltDwnld"
  #define NS_WIN_DOCUMENTS_DIR                "Docs"
  #define NS_WIN_PICTURES_DIR                 "Pict"
  #define NS_WIN_MUSIC_DIR                    "Music"
  #define NS_WIN_VIDEOS_DIR                   "Vids"
  #define NS_UNIX_LOCAL_DIR                   "Locl"
  #define NS_UNIX_LIB_DIR                     "LibD"
  #define NS_UNIX_HOME_DIR                    NS_OS_HOME_DIR
  #define NS_UNIX_XDG_DESKTOP_DIR             "XDGDesk"
  #define NS_UNIX_XDG_DOCUMENTS_DIR           "XDGDocs"
  #define NS_UNIX_XDG_DOWNLOAD_DIR            "XDGDwnld"
  #define NS_UNIX_XDG_MUSIC_DIR               "XDGMusic"
  #define NS_UNIX_XDG_PICTURES_DIR            "XDGPict"
  #define NS_UNIX_XDG_PUBLIC_SHARE_DIR        "XDGPubSh"
  #define NS_UNIX_XDG_TEMPLATES_DIR           "XDGTempl"
  #define NS_UNIX_XDG_VIDEOS_DIR              "XDGVids"
  #define NS_UNIX_DEFAULT_DOWNLOAD_DIR        "DfltDwnld"
#define NS_OS_DRIVE_DIR                         "DrvD"

With duplicates removed:

var specialPathKeys = [
    // http://mxr.mozilla.org/mozilla-central/source/xpcom/build/nsXULAppAPI.h
    'UAppData',
    'XREExtDL',
    'XREExeF',
    'ProfDS',
    'ProfLDS',
    'XRESysLExtPD',
    'XRESysSExtPD',
    'XREUSysExt',
    'XREAppDist',
    'UpdRootD',
    'UpdArchD',
    'OSUpdApplyToD',
    // http://mxr.mozilla.org/mozilla-central/source/xpcom/io/nsAppDirectoryServiceDefs.h
    'AppRegF',
    'AppRegD',
    'DefRt',
    'PrfDef',
    'profDef',
    'ProfDefNoLoc',
    'DefProfRt',
    'DefProfLRt',
    'ARes',
    'AChrom',
    'APlugns',
    'SrchPlugns',
    'AChromDL',
    'APluginsDL',
    'SrchPluginsDL',
    'SHARED',
    'PrefD',
    'PrefF',
    'MetroPrefF',
    'PrefDL',
    'ExtPrefDL',
    'PrefDOverride',
    'ProfD',
    'ProfLD',
    'UChrm',
    'UsrSrchPlugns',
    'LclSt',
    'UPnls',
    'UMimTyp',
    'cachePDir',
    'BMarks',
    'DLoads',
    'SrchF',
    'XPIClnupD',
    'indexedDBPDir',
    'permissionDBPDir',
    // http://mxr.mozilla.org/mozilla-central/source/xpcom/io/nsDirectoryServiceDefs.h
    'Home',
    'TmpD',
    'CurWorkD',
    'Desk',
    'CurProcD',
    'XCurProcD',
    'XpcomLib',
    'GreD',
    'GreBinD',
    'SysD',
    'Trsh',
    'Strt',
    'Shdwn',
    'ApplMenu',
    'CntlPnl',
    'Exts',
    'Fnts',
    'Prfs',
    'Docs',
    'ISrch',
    'DfltDwnld',
    'ULibDir',
    'UsrDsk',
    'LocDsk',
    'UsrApp',
    'LocApp',
    'UsrDocs',
    'LocDocs',
    'UsrIntrntPlgn',
    'LoclIntrntPlgn',
    'UsrFrmwrks',
    'LocFrmwrks',
    'UsrPrfs',
    'LocPrfs',
    'Pct',
    'Mov',
    'Music',
    'IntrntSts',
    'WinD',
    'ProgF',
    'DeskV',
    'Progs',
    'Cntls',
    'Prnts',
    'Pers',
    'Favs',
    'Strt',
    'Rcnt',
    'SndTo',
    'Buckt',
    'DeskP',
    'Drivs',
    'NetW',
    'netH',
    'Tmpls',
    'CmStrt',
    'CmPrgs',
    'CmDeskP',
    'CmAppData',
    'AppData',
    'LocalAppData',
    'LocalAppDataLow',
    'LowTmpD',
    'PrntHd',
    'CookD',
    'Pict',
    'Vids',
    'Locl',
    'LibD',
    'XDGDesk',
    'XDGDocs',
    'XDGDwnld',
    'XDGMusic',
    'XDGPict',
    'XDGPubSh',
    'XDGTempl',
    'XDGVids',
    'DrvD'
];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment