"'Default Actions' set resets itself" bug - workaround
Before Adobe will fix this bug: 'Default Actions' set resets itself / Bug: PS-18524 | Photoshop Family Customer Community
function sTT(v) {return stringIDToTypeID(v)} function set(v) {
return (ref = new ActionReference()).putIndex(sTT('actionSet'), v), executeActionGet(ref)
}
$.level = 0; try{set(2)} catch(err) {try{if ((dsc = set(1)).getString(sTT('name')) == localize
('$$$/Presets/Actions/DefaultActions_atn/DefaultActions=DefaultActions')) {
dsc.putReference(sTT('null'), ref), executeAction(sTT('delete'), dsc, DialogModes.NO)
}} catch(err) {}
}
Copy above code to notepad, then in saving name blank type "Default Actions Bug.jsx" (incl. double quotes) and save it to:
C:\Program Files (x86)\Common Files\Adobe\Startup Scripts CC\Adobe Photoshop
