SYMBOL INDEX (1018 symbols across 74 files) FILE: Optimizer/ByteSize/BinaryByteSize.cs type ByteSize (line 6) | public partial struct ByteSize method FromKibiBytes (line 26) | public static ByteSize FromKibiBytes(double value) method FromMebiBytes (line 31) | public static ByteSize FromMebiBytes(double value) method FromGibiBytes (line 36) | public static ByteSize FromGibiBytes(double value) method FromTebiBytes (line 41) | public static ByteSize FromTebiBytes(double value) method FromPebiBytes (line 46) | public static ByteSize FromPebiBytes(double value) method AddKibiBytes (line 51) | public ByteSize AddKibiBytes(double value) method AddMebiBytes (line 56) | public ByteSize AddMebiBytes(double value) method AddGibiBytes (line 61) | public ByteSize AddGibiBytes(double value) method AddTebiBytes (line 66) | public ByteSize AddTebiBytes(double value) method AddPebiBytes (line 71) | public ByteSize AddPebiBytes(double value) method ToBinaryString (line 76) | public string ToBinaryString() method ToBinaryString (line 81) | public string ToBinaryString(IFormatProvider formatProvider) FILE: Optimizer/ByteSize/ByteSize.cs type ByteSize (line 10) | public partial struct ByteSize : IComparable, IEquatable method SetColor (line 77) | public void SetColor(KnownColor knownColor, int argb) method setColor (line 90) | private void setColor(KnownColor knownColor, int argb) => method GetOriginalColor (line 93) | public int GetOriginalColor(KnownColor knownColor) => method GetColor (line 96) | public int GetColor(KnownColor knownColor) method Save (line 104) | public IReadOnlyDictionary Save() => method Load (line 108) | public void Load(IReadOnlyDictionary saved) method Reset (line 126) | public void Reset(KnownColor color) => method ResetAll (line 129) | public void ResetAll() => FILE: Optimizer/Controls/ColorPicker.cs class ColorPicker (line 10) | [DefaultProperty("Color")] method ColorPicker (line 32) | public ColorPicker() method Dispose (line 68) | protected override void Dispose(bool disposing) method IsInputKey (line 86) | protected override bool IsInputKey(Keys keyData) method OnGotFocus (line 102) | protected override void OnGotFocus(EventArgs e) method OnKeyDown (line 109) | protected override void OnKeyDown(KeyEventArgs e) method OnLostFocus (line 162) | protected override void OnLostFocus(EventArgs e) method OnMouseDown (line 169) | protected override void OnMouseDown(MouseEventArgs e) method OnMouseMove (line 185) | protected override void OnMouseMove(MouseEventArgs e) method OnMouseUp (line 195) | protected override void OnMouseUp(MouseEventArgs e) method OnPaddingChanged (line 202) | protected override void OnPaddingChanged(EventArgs e) method OnPaint (line 209) | protected override void OnPaint(PaintEventArgs e) method OnResize (line 240) | protected override void OnResize(EventArgs e) method BeginUpdate (line 375) | public virtual void BeginUpdate() method EndUpdate (line 380) | public virtual void EndUpdate() method CalculateWheel (line 397) | protected virtual void CalculateWheel() method CreateGradientBrush (line 432) | protected virtual Brush CreateGradientBrush() method GetContrastColor (line 453) | protected virtual Color GetContrastColor(Color c) method CreateSelectionGlyph (line 459) | protected virtual Image CreateSelectionGlyph() method GetColorLocation (line 480) | protected PointF GetColorLocation(Color color) method GetColorLocation (line 485) | protected virtual PointF GetColorLocation(HslColor color) method GetColorLocation (line 496) | protected PointF GetColorLocation(double angleR, double radius) method GetRadius (line 507) | protected float GetRadius(PointF centerPoint) method IsPointInWheel (line 512) | protected bool IsPointInWheel(Point point) method OnColorChanged (line 521) | protected virtual void OnColorChanged(EventArgs e) method OnColorStepChanged (line 541) | protected virtual void OnColorStepChanged(EventArgs e) method OnHslColorChanged (line 555) | protected virtual void OnHslColorChanged(EventArgs e) method OnLargeChangeChanged (line 573) | protected virtual void OnLargeChangeChanged(EventArgs e) method OnSelectionSizeChanged (line 585) | protected virtual void OnSelectionSizeChanged(EventArgs e) method OnSmallChangeChanged (line 605) | protected virtual void OnSmallChangeChanged(EventArgs e) method PaintColor (line 617) | protected void PaintColor(PaintEventArgs e, HslColor color) method PaintColor (line 622) | protected virtual void PaintColor(PaintEventArgs e, HslColor color, bo... method PaintCurrentColor (line 647) | protected virtual void PaintCurrentColor(PaintEventArgs e) method SetColor (line 652) | protected virtual void SetColor(Point point) method RefreshWheel (line 690) | private void RefreshWheel() FILE: Optimizer/Controls/ListViewColumnSorter.cs class ListViewColumnSorter (line 7) | internal sealed class ListViewColumnSorter : IComparer method ListViewColumnSorter (line 13) | public ListViewColumnSorter() method Compare (line 32) | public int Compare(object x, object y) FILE: Optimizer/Controls/MoonCheck.cs class MoonCheck (line 7) | public sealed class MoonCheck : CheckBox method MoonCheck (line 9) | public MoonCheck() method OnCheckedChanged (line 14) | protected override void OnCheckedChanged(EventArgs e) FILE: Optimizer/Controls/MoonCheckList.cs class MoonCheckList (line 6) | public sealed class MoonCheckList : CheckedListBox method MoonCheckList (line 8) | public MoonCheckList() method OnDrawItem (line 13) | protected override void OnDrawItem(DrawItemEventArgs e) FILE: Optimizer/Controls/MoonList.cs class MoonList (line 6) | public sealed class MoonList : ListBox method MoonList (line 8) | public MoonList() method MoonListBox_DrawItem (line 17) | private void MoonListBox_DrawItem(object sender, DrawItemEventArgs e) method MoonListBox_MeasureItem (line 41) | private void MoonListBox_MeasureItem(object sender, MeasureItemEventAr... FILE: Optimizer/Controls/MoonMenuRenderer.cs class MoonMenuRenderer (line 6) | internal sealed class MoonMenuRenderer : ToolStripProfessionalRenderer method MoonMenuRenderer (line 8) | internal MoonMenuRenderer() : base(new MoonColors()) method OnRenderArrow (line 29) | protected override void OnRenderArrow(ToolStripArrowRenderEventArgs e) class MoonColors (line 38) | internal class MoonColors : ProfessionalColorTable FILE: Optimizer/Controls/MoonProgress.cs class MoonProgress (line 7) | internal sealed class MoonProgress : ProgressBar method MoonProgress (line 9) | public MoonProgress() method OnPaint (line 15) | protected override void OnPaint(PaintEventArgs e) FILE: Optimizer/Controls/MoonRadio.cs class MoonRadio (line 7) | public sealed class MoonRadio : RadioButton method MoonRadio (line 9) | public MoonRadio() method OnCheckedChanged (line 14) | protected override void OnCheckedChanged(EventArgs e) FILE: Optimizer/Controls/MoonSelect.cs class MoonSelect (line 6) | public sealed class MoonSelect : ComboBox method WndProc (line 18) | protected override void WndProc(ref Message m) FILE: Optimizer/Controls/MoonTabs.cs class MoonTabs (line 11) | [ method SendMessage (line 17) | [System.Runtime.InteropServices.DllImport("user32.dll")] method OnHandleCreated (line 65) | protected override void OnHandleCreated(EventArgs e) method MoonTabs (line 80) | public MoonTabs() method SetDragState (line 93) | private void SetDragState() => bDrag = (CanDrag && bMouseDown && bShif... method OnMouseDown (line 95) | protected override void OnMouseDown(MouseEventArgs e) method OnMouseMove (line 112) | protected override void OnMouseMove(MouseEventArgs e) method OnMouseUp (line 134) | protected override void OnMouseUp(MouseEventArgs e) method OnKeyDown (line 160) | protected override void OnKeyDown(KeyEventArgs ke) { bShiftKey = ke.Sh... method OnKeyUp (line 162) | protected override void OnKeyUp(KeyEventArgs e) { bDrag = bShiftKey = ... method OnPaint (line 164) | protected override void OnPaint(PaintEventArgs e) class MoonTabHelper (line 334) | public static class MoonTabHelper method LimitToRange (line 336) | public static int LimitToRange(this int value, int inclusiveMinimum, i... method Swap (line 343) | public static void Swap(ref T a, ref T b) method TagToInt (line 349) | public static int TagToInt(object inObject) => Convert.ToInt32((inObje... FILE: Optimizer/Controls/MoonToggle.cs class MoonToggle (line 8) | public sealed class MoonToggle : CheckBox method MoonToggle (line 30) | public MoonToggle() method GetFigurePath (line 37) | private GraphicsPath GetFigurePath() method OnPaint (line 52) | protected override void OnPaint(PaintEventArgs pevent) FILE: Optimizer/Controls/MoonTree.cs class MoonTree (line 6) | public sealed class MoonTree : TreeView method MoonTree (line 15) | public MoonTree() method FindName (line 23) | private bool FindName(string name) method OnDrawNode (line 33) | protected override void OnDrawNode(DrawTreeNodeEventArgs e) FILE: Optimizer/Controls/ToggleCard.Designer.cs class ToggleCard (line 4) | partial class ToggleCard method Dispose (line 15) | protected override void Dispose(bool disposing) method InitializeComponent (line 30) | private void InitializeComponent() FILE: Optimizer/Controls/ToggleCard.cs class ToggleCard (line 7) | public sealed partial class ToggleCard : UserControl method ToggleCard (line 13) | public ToggleCard() method Toggle_CheckedChanged (line 51) | private void Toggle_CheckedChanged(object sender, EventArgs e) method Label_MouseLeave (line 56) | private void Label_MouseLeave(object sender, EventArgs e) method Label_MouseEnter (line 62) | private void Label_MouseEnter(object sender, EventArgs e) method Label_Click (line 68) | private void Label_Click(object sender, EventArgs e) method Label_MouseHover (line 75) | private void Label_MouseHover(object sender, EventArgs e) FILE: Optimizer/CoreHelper.cs class CoreHelper (line 6) | internal static class CoreHelper method Deploy (line 71) | internal static void Deploy() FILE: Optimizer/DebugHelper.cs class DebugHelper (line 10) | internal sealed class DebugHelper method FindDifferenceInTwoJsons (line 13) | internal static void FindDifferenceInTwoJsons() FILE: Optimizer/EmbeddedAssembly.cs class EmbeddedAssembly (line 9) | internal sealed class EmbeddedAssembly method Load (line 13) | internal static void Load(string embeddedResource, string fileName) method Get (line 75) | internal static Assembly Get(string assemblyFullName) FILE: Optimizer/ErrorLogger.cs class Logger (line 7) | internal static class Logger method LogErrorSilent (line 13) | private static void LogErrorSilent(string functionName, string errorMe... method LogInfoSilent (line 24) | internal static void LogInfoSilent(string message) method InitializeSilentReport (line 30) | internal static void InitializeSilentReport() method GenerateSilentReport (line 42) | internal static void GenerateSilentReport() method LogError (line 51) | internal static void LogError(string functionName, string errorMessage... FILE: Optimizer/FileHandleHelper.cs class FileHandleHelper (line 8) | public static class FileHandleHelper method GetProcessesLockingFile (line 10) | public static List GetProcessesLockingFile(string path) type RM_UNIQUE_PROCESS (line 46) | [StructLayout(LayoutKind.Sequential)] type RM_APP_TYPE (line 57) | public enum RM_APP_TYPE type RM_PROCESS_INFO (line 68) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] method RmRegisterResources (line 83) | [DllImport("rstrtmgr.dll", CharSet = CharSet.Unicode)] method RmStartSession (line 88) | [DllImport("rstrtmgr.dll", CharSet = CharSet.Auto)] method RmEndSession (line 91) | [DllImport("rstrtmgr.dll")] method RmGetList (line 94) | [DllImport("rstrtmgr.dll")] method EnumerateProcesses (line 99) | private static List EnumerateProcesses(uint pnProcInfoNeeded,... FILE: Optimizer/FontHelper.cs class FontHelper (line 10) | internal static class FontHelper method AddFontMemResourceEx (line 12) | [System.Runtime.InteropServices.DllImport("gdi32.dll")] method LoadFont (line 20) | internal static void LoadFont() method GetAvailableFonts (line 35) | internal static IEnumerable GetAvailableFonts() method ChangeGlobalFont (line 40) | internal static void ChangeGlobalFont(string fontName) method GetCurrentGlobalFont (line 66) | internal static string GetCurrentGlobalFont() method RestoreDefaultGlobalFont (line 82) | internal static void RestoreDefaultGlobalFont() FILE: Optimizer/Forms/AboutForm.Designer.cs class AboutForm (line 3) | partial class AboutForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Optimizer/Forms/AboutForm.cs class AboutForm (line 7) | public sealed partial class AboutForm : Form method AboutForm (line 9) | public AboutForm() method About_Load (line 17) | private void About_Load(object sender, EventArgs e) method t1_Tick (line 25) | private void t1_Tick(object sender, EventArgs e) method t2_Tick (line 75) | private void t2_Tick(object sender, EventArgs e) method l2_LinkClicked (line 128) | private void l2_LinkClicked(object sender, LinkLabelLinkClickedEventAr... FILE: Optimizer/Forms/FileUnlockForm.Designer.cs class FileUnlockForm (line 3) | partial class FileUnlockForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Optimizer/Forms/FileUnlockForm.cs class FileUnlockForm (line 11) | public sealed partial class FileUnlockForm : Form method FileUnlockForm (line 15) | public FileUnlockForm() method FileUnlockForm_Load (line 25) | private void FileUnlockForm_Load(object sender, EventArgs e) method btnFind_Click (line 30) | private void btnFind_Click(object sender, EventArgs e) method btnKill_Click (line 43) | private void btnKill_Click(object sender, EventArgs e) FILE: Optimizer/Forms/FirstRunForm.Designer.cs class FirstRunForm (line 4) | partial class FirstRunForm method Dispose (line 15) | protected override void Dispose(bool disposing) method InitializeComponent (line 30) | private void InitializeComponent() FILE: Optimizer/Forms/FirstRunForm.cs class FirstRunForm (line 6) | public sealed partial class FirstRunForm : Form method FirstRunForm (line 8) | public FirstRunForm() method btnStart_Click (line 15) | private void btnStart_Click(object sender, EventArgs e) method FirstRunForm_Load (line 20) | private void FirstRunForm_Load(object sender, EventArgs e) method pictureBox86_Click (line 50) | private void pictureBox86_Click(object sender, EventArgs e) method pictureBox87_Click (line 55) | private void pictureBox87_Click(object sender, EventArgs e) method pictureBox88_Click (line 60) | private void pictureBox88_Click(object sender, EventArgs e) method radioEnglish_CheckedChanged (line 65) | private void radioEnglish_CheckedChanged(object sender, EventArgs e) method radioRussian_CheckedChanged (line 72) | private void radioRussian_CheckedChanged(object sender, EventArgs e) method radioHellenic_CheckedChanged (line 79) | private void radioHellenic_CheckedChanged(object sender, EventArgs e) method pictureBox1_Click (line 86) | private void pictureBox1_Click(object sender, EventArgs e) method radioTurkish_CheckedChanged (line 91) | private void radioTurkish_CheckedChanged(object sender, EventArgs e) method radioGerman_CheckedChanged (line 98) | private void radioGerman_CheckedChanged(object sender, EventArgs e) method pictureBox2_Click (line 105) | private void pictureBox2_Click(object sender, EventArgs e) method pictureBox3_Click (line 110) | private void pictureBox3_Click(object sender, EventArgs e) method radioSpanish_CheckedChanged (line 115) | private void radioSpanish_CheckedChanged(object sender, EventArgs e) method radioPortuguese_CheckedChanged (line 122) | private void radioPortuguese_CheckedChanged(object sender, EventArgs e) method pictureBox4_Click (line 129) | private void pictureBox4_Click(object sender, EventArgs e) method radioFrench_CheckedChanged (line 134) | private void radioFrench_CheckedChanged(object sender, EventArgs e) method pictureBox5_Click (line 141) | private void pictureBox5_Click(object sender, EventArgs e) method radioitalian_CheckedChanged (line 146) | private void radioitalian_CheckedChanged(object sender, EventArgs e) method pictureBox6_Click (line 153) | private void pictureBox6_Click(object sender, EventArgs e) method pictureBox7_Click (line 158) | private void pictureBox7_Click(object sender, EventArgs e) method radioChinese_CheckedChanged (line 163) | private void radioChinese_CheckedChanged(object sender, EventArgs e) method pictureBox8_Click (line 170) | private void pictureBox8_Click(object sender, EventArgs e) method radioCzech_CheckedChanged (line 175) | private void radioCzech_CheckedChanged(object sender, EventArgs e) method radioTaiwan_CheckedChanged (line 182) | private void radioTaiwan_CheckedChanged(object sender, EventArgs e) method pictureBox9_Click (line 189) | private void pictureBox9_Click(object sender, EventArgs e) method radioKorean_CheckedChanged (line 194) | private void radioKorean_CheckedChanged(object sender, EventArgs e) method pictureBox10_Click (line 201) | private void pictureBox10_Click(object sender, EventArgs e) method pictureBox11_Click (line 206) | private void pictureBox11_Click(object sender, EventArgs e) method radioPolish_CheckedChanged (line 211) | private void radioPolish_CheckedChanged(object sender, EventArgs e) method radioArabic_CheckedChanged (line 218) | private void radioArabic_CheckedChanged(object sender, EventArgs e) method pictureBox12_Click (line 225) | private void pictureBox12_Click(object sender, EventArgs e) method pictureBox13_Click (line 230) | private void pictureBox13_Click(object sender, EventArgs e) method radioKurdish_CheckedChanged (line 235) | private void radioKurdish_CheckedChanged(object sender, EventArgs e) method pictureBox14_Click (line 242) | private void pictureBox14_Click(object sender, EventArgs e) method radioHungarian_CheckedChanged (line 247) | private void radioHungarian_CheckedChanged(object sender, EventArgs e) method radioRomanian_CheckedChanged (line 254) | private void radioRomanian_CheckedChanged(object sender, EventArgs e) method pictureBox15_Click (line 261) | private void pictureBox15_Click(object sender, EventArgs e) method radioDutch_CheckedChanged (line 266) | private void radioDutch_CheckedChanged(object sender, EventArgs e) method pictureBox16_Click (line 273) | private void pictureBox16_Click(object sender, EventArgs e) method radioJapanese_CheckedChanged (line 278) | private void radioJapanese_CheckedChanged(object sender, EventArgs e) method pictureBox17_Click (line 285) | private void pictureBox17_Click(object sender, EventArgs e) method radioFarsi_CheckedChanged (line 290) | private void radioFarsi_CheckedChanged(object sender, EventArgs e) method pictureBox18_Click (line 297) | private void pictureBox18_Click(object sender, EventArgs e) method pictureBox19_Click (line 302) | private void pictureBox19_Click(object sender, EventArgs e) method radioNepali_CheckedChanged (line 307) | private void radioNepali_CheckedChanged(object sender, EventArgs e) method radioBulgarian_CheckedChanged (line 314) | private void radioBulgarian_CheckedChanged(object sender, EventArgs e) method radioUkrainian_CheckedChanged (line 321) | private void radioUkrainian_CheckedChanged(object sender, EventArgs e) method radioVietnam_CheckedChanged (line 328) | private void radioVietnam_CheckedChanged(object sender, EventArgs e) method pictureBox22_Click (line 335) | private void pictureBox22_Click(object sender, EventArgs e) method pictureBox23_Click (line 340) | private void pictureBox23_Click(object sender, EventArgs e) method radioUrdu_CheckedChanged (line 345) | private void radioUrdu_CheckedChanged(object sender, EventArgs e) method pictureBox25_Click (line 352) | private void pictureBox25_Click(object sender, EventArgs e) method pictureBox24_Click (line 357) | private void pictureBox24_Click(object sender, EventArgs e) method radioCroatian_CheckedChanged (line 362) | private void radioCroatian_CheckedChanged(object sender, EventArgs e) method radioIndonesian_CheckedChanged (line 369) | private void radioIndonesian_CheckedChanged(object sender, EventArgs e) FILE: Optimizer/Forms/HelperForm.Designer.cs class HelperForm (line 3) | partial class HelperForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Optimizer/Forms/HelperForm.cs class HelperForm (line 8) | public sealed partial class HelperForm : System.Windows.Forms.Form method Confirm (line 13) | private void Confirm() method HelperForm (line 38) | internal HelperForm(MainForm main, MessageType m, string text) method btnNo_Click (line 63) | private void btnNo_Click(object sender, EventArgs e) method btnYes_Click (line 68) | private void btnYes_Click(object sender, EventArgs e) method Messager_Load (line 74) | private void Messager_Load(object sender, EventArgs e) method Translate (line 80) | private void Translate() FILE: Optimizer/Forms/HostsEditorForm.Designer.cs class HostsEditorForm (line 3) | partial class HostsEditorForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Optimizer/Forms/HostsEditorForm.cs class HostsEditorForm (line 8) | public sealed partial class HostsEditorForm : Form method HostsEditorForm (line 12) | public HostsEditorForm() method HostsEditor_Load (line 26) | private void HostsEditor_Load(object sender, EventArgs e) method Translate (line 38) | private void Translate() method button1_Click (line 56) | private void button1_Click(object sender, EventArgs e) method button7_Click (line 61) | private void button7_Click(object sender, EventArgs e) FILE: Optimizer/Forms/InfoForm.Designer.cs class InfoForm (line 3) | partial class InfoForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Optimizer/Forms/InfoForm.cs class InfoForm (line 8) | public sealed partial class InfoForm : Form method InfoForm (line 10) | public InfoForm(string info) method Translate (line 23) | private void Translate() method btnOK_Click (line 40) | private void btnOK_Click(object sender, EventArgs e) method Info_Load (line 45) | private void Info_Load(object sender, EventArgs e) method copyIPB_Click (line 50) | private void copyIPB_Click(object sender, EventArgs e) FILE: Optimizer/Forms/MainForm.Designer.cs class MainForm (line 6) | partial class MainForm method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: Optimizer/Forms/MainForm.cs class MainForm (line 21) | public sealed partial class MainForm : Form method GetItemPadding (line 114) | private int GetItemPadding() method NewDownloadLink (line 119) | private string NewDownloadLink(string latestVersion) method CheckForUpdate (line 124) | private void CheckForUpdate(bool silentCheck = false) method EnableToggleEvents (line 231) | private void EnableToggleEvents() method RegBackupSw_ToggleClicked (line 312) | private void RegBackupSw_ToggleClicked(object sender, EventArgs e) method EnableUtcSw_ToggleClicked (line 325) | private void EnableUtcSw_ToggleClicked(object sender, EventArgs e) method NewsInterestsSw_ToggleClicked (line 338) | private void NewsInterestsSw_ToggleClicked(object sender, EventArgs e) method ModernStandbySw_ToggleClicked (line 351) | private void ModernStandbySw_ToggleClicked(object sender, EventArgs e) method HideSearchSw_ToggleClicked (line 364) | private void HideSearchSw_ToggleClicked(object sender, EventArgs e) method HideWeatherSw_ToggleClicked (line 377) | private void HideWeatherSw_ToggleClicked(object sender, EventArgs e) method AllTrayIconsSw_ToggleClicked (line 390) | private void AllTrayIconsSw_ToggleClicked(object sender, EventArgs e) method NoMenuDelaySw_ToggleClicked (line 403) | private void NoMenuDelaySw_ToggleClicked(object sender, EventArgs e) method CopilotSw_ToggleClicked (line 416) | private void CopilotSw_ToggleClicked(object sender, EventArgs e) method ClassicPhotoViewerSw_ToggleClicked (line 429) | private void ClassicPhotoViewerSw_ToggleClicked(object sender, EventAr... method LoginVerboseSw_ToggleClicked (line 442) | private void LoginVerboseSw_ToggleClicked(object sender, EventArgs e) method HpetSw_ToggleClicked (line 455) | private void HpetSw_ToggleClicked(object sender, EventArgs e) method EdgeTelemetrySw_ToggleClicked (line 468) | private void EdgeTelemetrySw_ToggleClicked(object sender, EventArgs e) method EdgeAiSw_ToggleClicked (line 481) | private void EdgeAiSw_ToggleClicked(object sender, EventArgs e) method WinSearchSw_ToggleClicked (line 494) | private void WinSearchSw_ToggleClicked(object sender, EventArgs e) method VbsSw_ToggleClicked (line 507) | private void VbsSw_ToggleClicked(object sender, EventArgs e) method NvidiaTelemetrySw_ToggleClicked (line 521) | private void NvidiaTelemetrySw_ToggleClicked(object sender, EventArgs e) method NtfsStampSw_ToggleClicked (line 535) | private void NtfsStampSw_ToggleClicked(object sender, EventArgs e) method Smb2Sw_ToggleClicked (line 549) | private void Smb2Sw_ToggleClicked(object sender, EventArgs e) method Smb1Sw_ToggleClicked (line 563) | private void Smb1Sw_ToggleClicked(object sender, EventArgs e) method HibernateSw_ToggleClicked (line 577) | private void HibernateSw_ToggleClicked(object sender, EventArgs e) method StickersSw_ToggleClicked (line 591) | private void StickersSw_ToggleClicked(object sender, EventArgs e) method TpmSw_ToggleClicked (line 604) | private void TpmSw_ToggleClicked(object sender, EventArgs e) method CompactModeSw_ToggleClicked (line 617) | private void CompactModeSw_ToggleClicked(object sender, EventArgs e) method GameModeSw_ToggleClicked (line 631) | private void GameModeSw_ToggleClicked(object sender, EventArgs e) method VsSw_ToggleClicked (line 645) | private void VsSw_ToggleClicked(object sender, EventArgs e) method ChromeTelemetrySw_ToggleClicked (line 658) | private void ChromeTelemetrySw_ToggleClicked(object sender, EventArgs e) method FfTelemetrySw_ToggleClicked (line 671) | private void FfTelemetrySw_ToggleClicked(object sender, EventArgs e) method ClassicContextSw_Click (line 684) | private void ClassicContextSw_Click(object sender, EventArgs e) method chatSw_Click (line 698) | private void chatSw_Click(object sender, EventArgs e) method WidgetsSw_Click (line 711) | private void WidgetsSw_Click(object sender, EventArgs e) method SnapAssistSw_Click (line 724) | private void SnapAssistSw_Click(object sender, EventArgs e) method LeftTaskbarSw_Click (line 738) | private void LeftTaskbarSw_Click(object sender, EventArgs e) method TranslateTips (line 751) | private void TranslateTips() method ToggleSwitch40_Click (line 834) | private void ToggleSwitch40_Click(object sender, EventArgs e) method ToggleSwitch39_Click (line 847) | private void ToggleSwitch39_Click(object sender, EventArgs e) method ToggleSwitch38_Click (line 860) | private void ToggleSwitch38_Click(object sender, EventArgs e) method ToggleSwitch37_Click (line 873) | private void ToggleSwitch37_Click(object sender, EventArgs e) method ToggleSwitch36_Click (line 886) | private void ToggleSwitch36_Click(object sender, EventArgs e) method ToggleSwitch35_Click (line 899) | private void ToggleSwitch35_Click(object sender, EventArgs e) method ToggleSwitch34_Click (line 912) | private void ToggleSwitch34_Click(object sender, EventArgs e) method ToggleSwitch33_Click (line 925) | private void ToggleSwitch33_Click(object sender, EventArgs e) method MainForm (line 939) | public MainForm(SplashForm _splashForm, bool? disableIndicium = null, ... method LoadSystemVariables (line 1251) | private void LoadSystemVariables() method LoadAvailableFonts (line 1258) | private void LoadAvailableFonts() method FixTabHeaderWidth (line 1268) | private void FixTabHeaderWidth(TabControl tabControl) method LoadReadyMenusState (line 1284) | private void LoadReadyMenusState() method LoadPingerDNSConfig (line 1295) | private void LoadPingerDNSConfig() method LoadNetworkAdapterConfig (line 1312) | private void LoadNetworkAdapterConfig() method SetDNS (line 1409) | private void SetDNS(string[] v4, string[] v6) method ResetDNS (line 1423) | private void ResetDNS() method ApplyCustomDNS (line 1437) | private void ApplyCustomDNS() method ApplySelectedDNS (line 1463) | private void ApplySelectedDNS() method LoadTranslation (line 1515) | private void LoadTranslation() method GetHardwareSpecs (line 1638) | private void GetHardwareSpecs() method BuildHardwareSummaryNodes (line 1658) | private TreeNode[] BuildHardwareSummaryNodes() method GetOSInfo (line 1713) | private void GetOSInfo() method GetAudioDevices (line 1726) | private void GetAudioDevices() method GetPeripherals (line 1744) | private void GetPeripherals() method GetNetworkAdapters (line 1788) | private void GetNetworkAdapters() method GetStorage (line 1834) | private void GetStorage() method GetCPUs (line 2033) | private void GetCPUs() method GetMotherboards (line 2060) | private void GetMotherboards() method GetGPUs (line 2094) | private void GetGPUs() method GetRAM (line 2118) | private void GetRAM() method Translate (line 2226) | private void Translate(bool skipFull = false) method GetFootprint (line 2309) | private void GetFootprint() method GetFeed (line 2316) | private void GetFeed() method PreviewCleanPC (line 2405) | private void PreviewCleanPC() method CleanPC (line 2438) | private void CleanPC() method FixRegistry (line 2453) | private bool FixRegistry() method LoadAdvancedToggleStates (line 2508) | private void LoadAdvancedToggleStates() method LoadUniversalToggleStates (line 2515) | private void LoadUniversalToggleStates() method LoadWindows8ToggleStates (line 2546) | private void LoadWindows8ToggleStates() method LoadWindows10ToggleStates (line 2551) | private void LoadWindows10ToggleStates() method LoadWindows11ToggleStates (line 2584) | private void LoadWindows11ToggleStates() method Main_Load (line 2598) | private void Main_Load(object sender, EventArgs e) method GetDesktopItems (line 2611) | private void GetDesktopItems() method GetHostsEntries (line 2627) | private void GetHostsEntries() method GetStartupItems (line 2652) | private void GetStartupItems() method GetModernApps (line 2672) | private void GetModernApps(bool showAll) method UninstallModernApps (line 2729) | private async void UninstallModernApps() method GetCustomCommands (line 2771) | private void GetCustomCommands() method Main_FormClosing (line 2784) | private void Main_FormClosing(object sender, FormClosingEventArgs e) method button32_Click (line 2798) | private void button32_Click(object sender, EventArgs e) method RemoveAllStartupItems (line 2823) | internal void RemoveAllStartupItems() method button31_Click (line 2833) | private void button31_Click(object sender, EventArgs e) method checkEnableAll_CheckedChanged (line 2841) | private void checkEnableAll_CheckedChanged(object sender, EventArgs e) method button33_Click (line 2853) | private void button33_Click(object sender, EventArgs e) method pictureBox1_Click (line 2872) | private void pictureBox1_Click(object sender, EventArgs e) method button37_Click (line 2878) | private void button37_Click(object sender, EventArgs e) method linkLabel2_LinkClicked (line 2883) | private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClicke... method linkLabel3_LinkClicked (line 2888) | private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClicke... method linkLabel4_LinkClicked (line 2895) | private void linkLabel4_LinkClicked(object sender, LinkLabelLinkClicke... method button47_Click (line 2901) | private void button47_Click(object sender, EventArgs e) method button41_Click (line 2924) | private void button41_Click(object sender, EventArgs e) method button42_Click (line 2929) | private void button42_Click(object sender, EventArgs e) method button46_Click (line 2938) | private void button46_Click(object sender, EventArgs e) method RemoveAllHostsEntries (line 2947) | internal void RemoveAllHostsEntries() method aio_SelectedIndexChanged (line 2960) | private void aio_SelectedIndexChanged(object sender, EventArgs e) method button48_Click (line 2967) | private void button48_Click(object sender, EventArgs e) method button50_Click (line 2972) | private void button50_Click(object sender, EventArgs e) method DefineCmd_FileOk (line 2985) | private void DefineCmd_FileOk(object sender, CancelEventArgs e) method button60_Click (line 2991) | private void button60_Click(object sender, EventArgs e) method button61_Click (line 2996) | private void button61_Click(object sender, EventArgs e) method RemoveAllDesktopItems (line 3005) | internal void RemoveAllDesktopItems() method button62_Click (line 3018) | private void button62_Click(object sender, EventArgs e) method radioProgram_CheckedChanged (line 3027) | private void radioProgram_CheckedChanged(object sender, EventArgs e) method radioFolder_CheckedChanged (line 3046) | private void radioFolder_CheckedChanged(object sender, EventArgs e) method radioLink_CheckedChanged (line 3062) | private void radioLink_CheckedChanged(object sender, EventArgs e) method radioFile_CheckedChanged (line 3079) | private void radioFile_CheckedChanged(object sender, EventArgs e) method radioCommand_CheckedChanged (line 3096) | private void radioCommand_CheckedChanged(object sender, EventArgs e) method checkDefaultIcon_CheckedChanged (line 3115) | private void checkDefaultIcon_CheckedChanged(object sender, EventArgs e) method btnBrowseItem_Click (line 3131) | private void btnBrowseItem_Click(object sender, EventArgs e) method DefineProgramDialog_FileOk (line 3150) | private void DefineProgramDialog_FileOk(object sender, CancelEventArgs e) method DefineFileDialog_FileOk (line 3156) | private void DefineFileDialog_FileOk(object sender, CancelEventArgs e) method btnBrowseIcon_Click (line 3162) | private void btnBrowseIcon_Click(object sender, EventArgs e) method DefineProgramIconDialog_FileOk (line 3184) | private void DefineProgramIconDialog_FileOk(object sender, CancelEvent... method DefineFolderIconDialog_FileOk (line 3195) | private void DefineFolderIconDialog_FileOk(object sender, CancelEventA... method DefineURLIconDialog_FileOk (line 3206) | private void DefineURLIconDialog_FileOk(object sender, CancelEventArgs e) method DefineFileIconDialog_FileOk (line 3217) | private void DefineFileIconDialog_FileOk(object sender, CancelEventArg... method DefineCommandIconDialog_FileOk (line 3228) | private void DefineCommandIconDialog_FileOk(object sender, CancelEvent... method btnAddItem_Click (line 3239) | private void btnAddItem_Click(object sender, EventArgs e) method radioTop_CheckedChanged (line 3318) | private void radioTop_CheckedChanged(object sender, EventArgs e) method radioMiddle_CheckedChanged (line 3326) | private void radioMiddle_CheckedChanged(object sender, EventArgs e) method radioBottom_CheckedChanged (line 3334) | private void radioBottom_CheckedChanged(object sender, EventArgs e) method ResetIntegratorForm (line 3342) | private void ResetIntegratorForm() method button64_Click (line 3355) | private void button64_Click(object sender, EventArgs e) method listStartupItems_ColumnClick (line 3363) | private void listStartupItems_ColumnClick(object sender, ColumnClickEv... method chkBlock_CheckedChanged (line 3385) | private void chkBlock_CheckedChanged(object sender, EventArgs e) method button8_Click (line 3399) | private void button8_Click(object sender, EventArgs e) method button26_Click (line 3404) | private void button26_Click(object sender, EventArgs e) method button75_Click (line 3413) | private void button75_Click(object sender, EventArgs e) method button74_Click (line 3418) | private void button74_Click(object sender, EventArgs e) method chkSelectAllModernApps_CheckedChanged (line 3423) | private void chkSelectAllModernApps_CheckedChanged(object sender, Even... method btnResetConfig_Click (line 3431) | private void btnResetConfig_Click(object sender, EventArgs e) method toggleSwitch1_Click (line 3439) | private void toggleSwitch1_Click(object sender, EventArgs e) method toggleSwitch2_Click (line 3453) | private void toggleSwitch2_Click(object sender, EventArgs e) method toggleSwitch3_Click (line 3466) | private void toggleSwitch3_Click(object sender, EventArgs e) method toggleSwitch4_Click (line 3479) | private void toggleSwitch4_Click(object sender, EventArgs e) method toggleSwitch5_Click (line 3502) | private void toggleSwitch5_Click(object sender, EventArgs e) method toggleSwitch6_Click (line 3515) | private void toggleSwitch6_Click(object sender, EventArgs e) method toggleSwitch8_Click (line 3528) | private void toggleSwitch8_Click(object sender, EventArgs e) method toggleSwitch9_Click (line 3541) | private void toggleSwitch9_Click(object sender, EventArgs e) method toggleSwitch10_Click (line 3554) | private void toggleSwitch10_Click(object sender, EventArgs e) method toggleSwitch11_Click (line 3567) | private void toggleSwitch11_Click(object sender, EventArgs e) method toggleSwitch12_Click (line 3580) | private void toggleSwitch12_Click(object sender, EventArgs e) method toggleSwitch13_Click (line 3593) | private void toggleSwitch13_Click(object sender, EventArgs e) method toggleSwitch18_Click (line 3606) | private void toggleSwitch18_Click(object sender, EventArgs e) method toggleSwitch26_Click (line 3620) | private void toggleSwitch26_Click(object sender, EventArgs e) method toggleSwitch14_Click (line 3633) | private void toggleSwitch14_Click(object sender, EventArgs e) method toggleSwitch25_Click (line 3660) | private void toggleSwitch25_Click(object sender, EventArgs e) method toggleSwitch24_Click (line 3673) | private void toggleSwitch24_Click(object sender, EventArgs e) method toggleSwitch30_Click (line 3686) | private void toggleSwitch30_Click(object sender, EventArgs e) method toggleSwitch23_Click (line 3699) | private void toggleSwitch23_Click(object sender, EventArgs e) method toggleSwitch21_Click (line 3713) | private void toggleSwitch21_Click(object sender, EventArgs e) method toggleSwitch16_Click (line 3729) | private void toggleSwitch16_Click(object sender, EventArgs e) method toggleSwitch20_Click (line 3742) | private void toggleSwitch20_Click(object sender, EventArgs e) method toggleSwitch29_Click (line 3756) | private void toggleSwitch29_Click(object sender, EventArgs e) method toggleSwitch28_Click (line 3769) | private void toggleSwitch28_Click(object sender, EventArgs e) method toggleSwitch17_Click (line 3782) | private void toggleSwitch17_Click(object sender, EventArgs e) method toggleSwitch15_Click (line 3796) | private void toggleSwitch15_Click(object sender, EventArgs e) method toggleSwitch31_Click (line 3810) | private void toggleSwitch31_Click(object sender, EventArgs e) method toggleSwitch32_Click (line 3823) | private void toggleSwitch32_Click(object sender, EventArgs e) method btnUpdate_Click (line 3836) | private void btnUpdate_Click(object sender, EventArgs e) method chkReadOnly_CheckedChanged (line 3841) | private void chkReadOnly_CheckedChanged(object sender, EventArgs e) method RenderAppDownloaderBusy (line 3855) | private void RenderAppDownloaderBusy() method RenderAppDownloaderFree (line 3864) | private void RenderAppDownloaderFree() method btnDownloadApps_Click (line 3881) | private async void btnDownloadApps_Click(object sender, EventArgs e) method DownloadApp (line 3976) | private async Task DownloadApp(AppInfo app, bool pref64) method Downloader_DownloadFileCompleted (line 4028) | private void Downloader_DownloadFileCompleted(object sender, AsyncComp... method Downloader_DownloadProgressChanged (line 4037) | private void Downloader_DownloadProgressChanged(object sender, Downloa... method button5_Click (line 4063) | private void button5_Click(object sender, EventArgs e) method button6_Click (line 4074) | private void button6_Click(object sender, EventArgs e) method linkLabel1_LinkClicked (line 4079) | private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClicke... method chkOnlyRemovable_CheckedChanged (line 4085) | private void chkOnlyRemovable_CheckedChanged(object sender, EventArgs e) method btnGetFeed_Click (line 4090) | private void btnGetFeed_Click(object sender, EventArgs e) method l2_LinkClicked (line 4095) | private void l2_LinkClicked(object sender, LinkLabelLinkClickedEventAr... method btnViewLog_Click (line 4101) | private void btnViewLog_Click(object sender, EventArgs e) method btnOpenConf_Click (line 4114) | private void btnOpenConf_Click(object sender, EventArgs e) method btnPing_Click (line 4119) | private void btnPing_Click(object sender, EventArgs e) method btnShodan_Click (line 4183) | private void btnShodan_Click(object sender, EventArgs e) method copyB_Click (line 4199) | private void copyB_Click(object sender, EventArgs e) method copyIPB_Click (line 4208) | private void copyIPB_Click(object sender, EventArgs e) method txtPingInput_KeyDown (line 4217) | private void txtPingInput_KeyDown(object sender, KeyEventArgs e) method btnExport_Click (line 4222) | private void btnExport_Click(object sender, EventArgs e) method startupItem_Click (line 4238) | private void startupItem_Click(object sender, EventArgs e) method cleanerItem_Click (line 4244) | private void cleanerItem_Click(object sender, EventArgs e) method pingerItem_Click (line 4250) | private void pingerItem_Click(object sender, EventArgs e) method hostsItem_Click (line 4257) | private void hostsItem_Click(object sender, EventArgs e) method appsItem_Click (line 4264) | private void appsItem_Click(object sender, EventArgs e) method exitItem_Click (line 4270) | private void exitItem_Click(object sender, EventArgs e) method RestoreWindow (line 4280) | private void RestoreWindow() method launcherIcon_MouseDoubleClick (line 4288) | private void launcherIcon_MouseDoubleClick(object sender, MouseEventAr... method linkLabel5_LinkClicked (line 4301) | private void linkLabel5_LinkClicked(object sender, LinkLabelLinkClicke... method restartExpolorerItem_Click (line 4306) | private void restartExpolorerItem_Click(object sender, EventArgs e) method flushCacheB_Click (line 4311) | private void flushCacheB_Click(object sender, EventArgs e) method button11_Click (line 4319) | private void button11_Click(object sender, EventArgs e) method ShowBackupConfirm (line 4324) | private void ShowBackupConfirm() method HideBackupConfirm (line 4339) | private void HideBackupConfirm() method button12_Click (line 4354) | private void button12_Click(object sender, EventArgs e) method button14_Click (line 4362) | private void button14_Click(object sender, EventArgs e) method button13_Click (line 4367) | private void button13_Click(object sender, EventArgs e) method btnOpenNetwork_Click (line 4391) | private void btnOpenNetwork_Click(object sender, EventArgs e) method listStartupItems_ItemChecked (line 4396) | private void listStartupItems_ItemChecked(object sender, ItemCheckedEv... method trayOptions_Click (line 4408) | private void trayOptions_Click(object sender, EventArgs e) method trayRegistry_Click (line 4414) | private void trayRegistry_Click(object sender, EventArgs e) method quickAccessToggle_ToggleClicked (line 4420) | private void quickAccessToggle_ToggleClicked(object sender, EventArgs e) method picUpdate_Click (line 4438) | private void picUpdate_Click(object sender, EventArgs e) method hwDetailed_ToggleClicked (line 4443) | private void hwDetailed_ToggleClicked(object sender, EventArgs e) method trayHW_Click (line 4461) | private void trayHW_Click(object sender, EventArgs e) method toolStripMenuItem1_Click (line 4467) | private void toolStripMenuItem1_Click(object sender, EventArgs e) method toolStripMenuItem2_Click (line 4476) | private void toolStripMenuItem2_Click(object sender, EventArgs e) method toolStripMenuItem3_Click (line 4484) | private void toolStripMenuItem3_Click(object sender, EventArgs e) method GetSpecsToString (line 4492) | private string GetSpecsToString(TreeView trv) method WriteNodeIntoString (line 4503) | private void WriteNodeIntoString(int level, TreeNode node, StringBuild... method specsTree_NodeMouseClick (line 4513) | private void specsTree_NodeMouseClick(object sender, TreeNodeMouseClic... method linkLabel1_LinkClicked_1 (line 4521) | private void linkLabel1_LinkClicked_1(object sender, LinkLabelLinkClic... method linkLabel2_LinkClicked_1 (line 4526) | private void linkLabel2_LinkClicked_1(object sender, LinkLabelLinkClic... method btnCopyHW_Click (line 4531) | private void btnCopyHW_Click(object sender, EventArgs e) method btnSaveHW_Click (line 4540) | private void btnSaveHW_Click(object sender, EventArgs e) method ParseChangelog (line 4550) | private string ParseChangelog() method boxLang_SelectedIndexChanged (line 4595) | private void boxLang_SelectedIndexChanged(object sender, EventArgs e) method cleanDriveB_Click (line 4748) | private void cleanDriveB_Click(object sender, EventArgs e) method checkSelectAll_LinkClicked (line 4753) | private void checkSelectAll_LinkClicked(object sender, LinkLabelLinkCl... method analyzeDriveB_Click (line 4771) | private void analyzeDriveB_Click(object sender, EventArgs e) method linkLabel3_LinkClicked_1 (line 4779) | private void linkLabel3_LinkClicked_1(object sender, LinkLabelLinkClic... method linkDNSIP_LinkClicked (line 4784) | private void linkDNSIP_LinkClicked(object sender, LinkLabelLinkClicked... method DisplayCurrentDNS (line 4793) | private void DisplayCurrentDNS() method boxAdapter_SelectedIndexChanged (line 4832) | private void boxAdapter_SelectedIndexChanged(object sender, EventArgs e) method MainForm_ResizeBegin (line 4839) | private void MainForm_ResizeBegin(object sender, EventArgs e) method MainForm_ResizeEnd (line 4844) | private void MainForm_ResizeEnd(object sender, EventArgs e) method PMB_ToggleClicked (line 4851) | private void PMB_ToggleClicked(object sender, EventArgs e) method AddOwnerB_ToggleClicked (line 4865) | private void AddOwnerB_ToggleClicked(object sender, EventArgs e) method AddCMDB_ToggleClicked (line 4879) | private void AddCMDB_ToggleClicked(object sender, EventArgs e) method DSB_ToggleClicked (line 4893) | private void DSB_ToggleClicked(object sender, EventArgs e) method STB_ToggleClicked (line 4907) | private void STB_ToggleClicked(object sender, EventArgs e) method WAB_ToggleClicked (line 4921) | private void WAB_ToggleClicked(object sender, EventArgs e) method SSB_ToggleClicked (line 4935) | private void SSB_ToggleClicked(object sender, EventArgs e) method trayUnlocker_Click (line 4949) | private void trayUnlocker_Click(object sender, EventArgs e) method picRestartNeeded_Click (line 4955) | private void picRestartNeeded_Click(object sender, EventArgs e) method ShowRestartNeeded (line 4960) | private void ShowRestartNeeded() method btnWinClean_Click (line 4966) | private void btnWinClean_Click(object sender, EventArgs e) method restartAndApply_MouseLeave (line 4971) | private void restartAndApply_MouseLeave(object sender, EventArgs e) method restartAndApply_MouseHover (line 4976) | private void restartAndApply_MouseHover(object sender, EventArgs e) method restartAndApply_MouseEnter (line 4981) | private void restartAndApply_MouseEnter(object sender, EventArgs e) method restartAndApply_Click (line 4986) | private void restartAndApply_Click(object sender, EventArgs e) method colorPicker1_ColorChanged (line 4991) | private void colorPicker1_ColorChanged(object sender, EventArgs e) method autoStartToggle_ToggleClicked (line 5000) | private void autoStartToggle_ToggleClicked(object sender, EventArgs e) method picLab_Click (line 5015) | private void picLab_Click(object sender, EventArgs e) method btnRestoreUwp_Click (line 5022) | private void btnRestoreUwp_Click(object sender, EventArgs e) method btnRestartSafe_Click (line 5030) | private void btnRestartSafe_Click(object sender, EventArgs e) method btnRestart_Click (line 5035) | private void btnRestart_Click(object sender, EventArgs e) method btnRestartDisableDefender_Click (line 5040) | private void btnRestartDisableDefender_Click(object sender, EventArgs e) method ConfirmAndReboot (line 5046) | private void ConfirmAndReboot() method linkLabel4_LinkClicked_1 (line 5055) | private void linkLabel4_LinkClicked_1(object sender, LinkLabelLinkClic... method linkLabel6_LinkClicked (line 5060) | private void linkLabel6_LinkClicked(object sender, LinkLabelLinkClicke... method btnRefreshFonts_Click (line 5065) | private void btnRefreshFonts_Click(object sender, EventArgs e) method btnRestoreFont_Click (line 5070) | private void btnRestoreFont_Click(object sender, EventArgs e) method btnSetGlobalFont_Click (line 5079) | private void btnSetGlobalFont_Click(object sender, EventArgs e) method txtSearchFonts_TextChanged (line 5093) | private void txtSearchFonts_TextChanged(object sender, EventArgs e) method chkCustomDns_CheckedChanged (line 5106) | private void chkCustomDns_CheckedChanged(object sender, EventArgs e) method btnSetDns_Click (line 5117) | private void btnSetDns_Click(object sender, EventArgs e) method btnReinforce_Click (line 5129) | private void btnReinforce_Click(object sender, EventArgs e) method autoUpdateToggle_ToggleClicked (line 5145) | private void autoUpdateToggle_ToggleClicked(object sender, EventArgs e) method linkLabel7_LinkClicked (line 5151) | private void linkLabel7_LinkClicked(object sender, LinkLabelLinkClicke... method button2_Click (line 5156) | private void button2_Click(object sender, EventArgs e) method button3_Click (line 5161) | private void button3_Click(object sender, EventArgs e) method button1_Click (line 5174) | private void button1_Click(object sender, EventArgs e) FILE: Optimizer/Forms/SplashForm.Designer.cs class SplashForm (line 4) | partial class SplashForm method Dispose (line 15) | protected override void Dispose(bool disposing) method InitializeComponent (line 30) | private void InitializeComponent() FILE: Optimizer/Forms/SplashForm.cs class SplashForm (line 5) | public sealed partial class SplashForm : Form method SplashForm (line 7) | public SplashForm() FILE: Optimizer/Forms/StartupPreviewForm.Designer.cs class StartupPreviewForm (line 3) | partial class StartupPreviewForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Optimizer/Forms/StartupPreviewForm.cs class StartupPreviewForm (line 9) | public sealed partial class StartupPreviewForm : Form method StartupPreviewForm (line 13) | public StartupPreviewForm(List items) method Translate (line 38) | private void Translate() method StartupPreviewForm_Load (line 57) | private void StartupPreviewForm_Load(object sender, EventArgs e) method SanitizePath (line 62) | private string SanitizePath(string s) FILE: Optimizer/Forms/StartupRestoreForm.Designer.cs class StartupRestoreForm (line 3) | partial class StartupRestoreForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Optimizer/Forms/StartupRestoreForm.cs class StartupRestoreForm (line 11) | public sealed partial class StartupRestoreForm : Form method StartupRestoreForm (line 15) | public StartupRestoreForm() method RefreshBackups (line 28) | private void RefreshBackups() method Translate (line 44) | private void Translate() method StartupRestoreForm_Load (line 63) | private void StartupRestoreForm_Load(object sender, EventArgs e) method button2_Click (line 69) | private void button2_Click(object sender, EventArgs e) method ShowPreview (line 89) | private void ShowPreview() method button39_Click (line 99) | private void button39_Click(object sender, EventArgs e) method listRestoreItems_MouseDoubleClick (line 104) | private void listRestoreItems_MouseDoubleClick(object sender, MouseEve... method button1_Click (line 110) | private void button1_Click(object sender, EventArgs e) FILE: Optimizer/Forms/SubForm.Designer.cs class SubForm (line 3) | partial class SubForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Optimizer/Forms/SubForm.cs class SubForm (line 6) | public sealed partial class SubForm : Form method SubForm (line 8) | public SubForm() method SetTip (line 20) | internal void SetTip(string tip) method btnStart_Click (line 27) | private void btnStart_Click(object sender, EventArgs e) method SubForm_Load (line 32) | private void SubForm_Load(object sender, EventArgs e) FILE: Optimizer/Forms/UpdateForm.Designer.cs class UpdateForm (line 4) | partial class UpdateForm method Dispose (line 15) | protected override void Dispose(bool disposing) method InitializeComponent (line 30) | private void InitializeComponent() FILE: Optimizer/Forms/UpdateForm.cs class UpdateForm (line 7) | public sealed partial class UpdateForm : Form method UpdateForm (line 9) | public UpdateForm(string message, bool newUpdate, string changelog, st... method UpdateForm_Load (line 48) | private void UpdateForm_Load(object sender, EventArgs e) FILE: Optimizer/HostsHelper.cs class HostsHelper (line 11) | internal static class HostsHelper method RestoreDefaultHosts (line 16) | internal static void RestoreDefaultHosts() method ReadHosts (line 34) | internal static string[] ReadHosts() method ReadHostsFast (line 54) | internal static string ReadHostsFast() method LocateHosts (line 73) | internal static void LocateHosts() method SaveHosts (line 78) | internal static void SaveHosts(string[] lines) method GetHostsEntries (line 100) | internal static List GetHostsEntries() method AddEntry (line 118) | internal static void AddEntry(string entry) method RemoveEntry (line 131) | internal static void RemoveEntry(string entry) method RemoveEntryFromTemplate (line 144) | internal static void RemoveEntryFromTemplate(string domain) method RemoveAllEntries (line 156) | internal static void RemoveAllEntries(List collection) method SanitizeEntry (line 172) | internal static string SanitizeEntry(string entry) method GetReadOnly (line 178) | internal static bool GetReadOnly() method ReadOnly (line 191) | internal static void ReadOnly(bool enable) FILE: Optimizer/IndiciumHelper.cs class IndiciumHelper (line 8) | public static class IndiciumHelper method GetCPUs (line 20) | public static List GetCPUs() method GetCPUNameAlternative (line 82) | private static string GetCPUNameAlternative() method GetVM (line 90) | public static VirtualMemory GetVM() method GetRAM (line 112) | public static List GetRAM() method GetMotherboards (line 144) | public static List GetMotherboards() method GetDisks (line 211) | public static List GetDisks() method GetVolumes (line 239) | public static void GetVolumes() method GetPeripherals (line 282) | public static void GetPeripherals() method GetGPUs (line 334) | public static List GetGPUs() method GetNetworkAdapters (line 365) | public static void GetNetworkAdapters() method GetAudioDevices (line 398) | public static List GetAudioDevices() method SanitizeDriveType (line 424) | private static string SanitizeDriveType(UInt32 i) method SanitizeVideoMemoryType (line 456) | private static string SanitizeVideoMemoryType(UInt16 i) method SanitizeFormFactor (line 506) | private static string SanitizeFormFactor(UInt16 i) method SanitizeMemoryType (line 589) | private static string SanitizeMemoryType(UInt16 i) method SanitizeDeviceInterface (line 675) | private static string SanitizeDeviceInterface(UInt16 i) method SanitizePointingType (line 719) | private static string SanitizePointingType(UInt16 i) FILE: Optimizer/IntegratorHelper.cs class IntegratorHelper (line 13) | public static class IntegratorHelper method CreateCustomCommand (line 17) | internal static void CreateCustomCommand(string file, string keyword) method GetCustomCommands (line 31) | internal static List GetCustomCommands() method DeleteCustomCommand (line 46) | internal static void DeleteCustomCommand(string command) method CreateDefaultCommand (line 51) | private static void CreateDefaultCommand(string itemName) method GetDesktopItems (line 59) | internal static List GetDesktopItems() method RemoveItem (line 79) | internal static void RemoveItem(string name) method DesktopItemExists (line 101) | internal static bool DesktopItemExists(string name) method TakeOwnershipExists (line 114) | internal static bool TakeOwnershipExists() method OpenWithCMDExists (line 127) | internal static bool OpenWithCMDExists() method RemoveAllItems (line 140) | internal static void RemoveAllItems(List items) method ExtractIconFromExecutable (line 158) | internal static string ExtractIconFromExecutable(string itemName, stri... method DownloadFavicon (line 176) | internal static string DownloadFavicon(string link, string name) method AddItem (line 198) | internal static void AddItem(string name, string item, string icon, De... method InstallOpenWithCMD (line 245) | internal static void InstallOpenWithCMD() method DeleteOpenWithCMD (line 250) | internal static void DeleteOpenWithCMD() method InstallTakeOwnership (line 257) | internal static void InstallTakeOwnership(bool remove) method SendNotifyMessage (line 299) | [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)] method GetPathSystemVariables (line 302) | internal static string[] GetPathSystemVariables() method UpdatePathSystemVariables (line 320) | internal static void UpdatePathSystemVariables(string[] newValues) method ApplyPathSystemVariables (line 344) | internal static void ApplyPathSystemVariables() FILE: Optimizer/Models/AppInfo.cs class AppInfo (line 10) | public sealed class AppInfo FILE: Optimizer/Models/Enums.cs type LogType (line 3) | internal enum LogType type EventType (line 9) | internal enum EventType type WindowsVersion (line 17) | internal enum WindowsVersion type StartupItemLocation (line 26) | public enum StartupItemLocation type StartupItemType (line 35) | public enum StartupItemType type MessageType (line 42) | internal enum MessageType type DesktopItemType (line 51) | internal enum DesktopItemType type DesktopTypePosition (line 60) | internal enum DesktopTypePosition type RecycleFlag (line 67) | internal enum RecycleFlag : int type ToggleSwitchAlignment (line 74) | public enum ToggleSwitchAlignment type ToggleSwitchButtonAlignment (line 81) | public enum ToggleSwitchButtonAlignment type RestartType (line 88) | public enum RestartType type LanguageCode (line 96) | public enum LanguageCode FILE: Optimizer/Models/Hardware.cs class CPU (line 10) | public sealed class CPU class RAM (line 24) | public sealed class RAM class VirtualMemory (line 34) | public sealed class VirtualMemory class GPU (line 41) | public sealed class GPU class Disk (line 52) | public sealed class Disk class Volume (line 61) | public sealed class Volume class NetworkDevice (line 75) | public sealed class NetworkDevice class Keyboard (line 85) | public sealed class Keyboard class PointingDevice (line 94) | public sealed class PointingDevice class AudioDevice (line 106) | public sealed class AudioDevice class Motherboard (line 113) | public sealed class Motherboard class HardwareSummary (line 129) | public static class HardwareSummary FILE: Optimizer/Models/Options.cs class Options (line 6) | [Serializable] FILE: Optimizer/Models/SilentConfig.cs class SilentConfig (line 6) | [Serializable] class AdvancedTweaks (line 40) | [Serializable] class Cleaner (line 59) | [Serializable] class BaseBrowser (line 90) | [Serializable] class HostsEditor (line 109) | [Serializable] class AddHostsEntry (line 125) | [Serializable] class Integrator (line 135) | [Serializable] class Pinger (line 145) | [Serializable] class PostAction (line 161) | [Serializable] class ProcessControl (line 171) | [Serializable] class RegistryFix (line 181) | [Serializable] class SvchostProcessSplitting (line 209) | [Serializable] class Tweaks (line 219) | [Serializable] FILE: Optimizer/Models/StartupBackupItem.cs class BackupStartupItem (line 8) | [Serializable] method BackupStartupItem (line 16) | public BackupStartupItem(string name, string fileLocation, string regi... FILE: Optimizer/Models/StartupItem.cs class StartupItem (line 10) | internal class StartupItem method Remove (line 17) | internal virtual void Remove() { } method LocateFile (line 18) | internal virtual void LocateFile() { } method LocateKey (line 19) | internal virtual void LocateKey() { } method ToString (line 21) | public override string ToString() class FolderStartupItem (line 28) | internal sealed class FolderStartupItem : StartupItem method Remove (line 32) | internal override void Remove() method LocateFile (line 47) | internal override void LocateFile() class RegistryStartupItem (line 60) | internal sealed class RegistryStartupItem : StartupItem method LocateKey (line 64) | internal override void LocateKey() method Remove (line 76) | internal override void Remove() method LocateFile (line 88) | internal override void LocateFile() method SanitizePath (line 100) | internal string SanitizePath(string s) FILE: Optimizer/OptimizeHelper.cs class OptimizeHelper (line 8) | public static class OptimizeHelper method DisableTelemetryRunner (line 12) | internal static void DisableTelemetryRunner() method EnablePeriodicRegistryBackup (line 18) | internal static void EnablePeriodicRegistryBackup() method DisablePeriodicRegistryBackup (line 23) | internal static void DisablePeriodicRegistryBackup() method EnablePerformanceTweaks (line 28) | internal static void EnablePerformanceTweaks() method DisablePerformanceTweaks (line 89) | internal static void DisablePerformanceTweaks() method DisableTelemetryServices (line 154) | internal static void DisableTelemetryServices() method EnableTelemetryServices (line 194) | internal static void EnableTelemetryServices() method DisableMediaPlayerSharing (line 210) | internal static void DisableMediaPlayerSharing() method EnableMediaPlayerSharing (line 216) | internal static void EnableMediaPlayerSharing() method DisableNetworkThrottling (line 222) | internal static void DisableNetworkThrottling() method EnableNetworkThrottling (line 229) | internal static void EnableNetworkThrottling() method DisableHomeGroup (line 264) | internal static void DisableHomeGroup() method EnableHomeGroup (line 274) | internal static void EnableHomeGroup() method DisablePrintService (line 284) | internal static void DisablePrintService() method EnablePrintService (line 290) | internal static void EnablePrintService() method DisableSuperfetch (line 296) | internal static void DisableSuperfetch() method EnableSuperfetch (line 308) | internal static void EnableSuperfetch() method EnableCompatibilityAssistant (line 320) | internal static void EnableCompatibilityAssistant() method DisableCompatibilityAssistant (line 326) | internal static void DisableCompatibilityAssistant() method DisableSystemRestore (line 332) | internal static void DisableSystemRestore() method EnableSystemRestore (line 359) | internal static void EnableSystemRestore() method DisableDefender (line 367) | internal static void DisableDefender() method EnableDefender (line 413) | internal static void EnableDefender() method DisableSearch (line 440) | internal static void DisableSearch() method EnableSearch (line 446) | internal static void EnableSearch() method DisableSMB (line 452) | internal static void DisableSMB(string v) method EnableSMB (line 457) | internal static void EnableSMB(string v) method DisableNTFSTimeStamp (line 462) | internal static void DisableNTFSTimeStamp() method EnableNTFSTimeStamp (line 467) | internal static void EnableNTFSTimeStamp() method DisableErrorReporting (line 472) | internal static void DisableErrorReporting() method EnableErrorReporting (line 484) | internal static void EnableErrorReporting() method EnableLegacyVolumeSlider (line 524) | internal static void EnableLegacyVolumeSlider() method DisableLegacyVolumeSlider (line 529) | internal static void DisableLegacyVolumeSlider() method EnableTaskbarColor (line 534) | internal static void EnableTaskbarColor() method DisableTaskbarColor (line 543) | internal static void DisableTaskbarColor() method UninstallOneDrive (line 552) | internal static void UninstallOneDrive() method InstallOneDrive (line 646) | internal static void InstallOneDrive() method DisableCortana (line 677) | internal static void DisableCortana() method EnableCortana (line 694) | internal static void EnableCortana() method EnableGamingMode (line 709) | internal static void EnableGamingMode() method DisableGamingMode (line 717) | internal static void DisableGamingMode() method DisableXboxLive (line 725) | internal static void DisableXboxLive() method EnableXboxLive (line 742) | internal static void EnableXboxLive() method DisableAutomaticUpdates (line 765) | internal static void DisableAutomaticUpdates() method EnableAutomaticUpdates (line 782) | internal static void EnableAutomaticUpdates() method DisableStoreUpdates (line 800) | internal static void DisableStoreUpdates() method EnableStoreUpdates (line 810) | internal static void EnableStoreUpdates() method DisableOneDrive (line 829) | internal static void DisableOneDrive() method EnableOneDrive (line 834) | internal static void EnableOneDrive() method EnableSensorServices (line 839) | internal static void EnableSensorServices() method DisableSensorServices (line 848) | internal static void DisableSensorServices() method DisableTelemetryTasks (line 857) | internal static void DisableTelemetryTasks() method EnableTelemetryTasks (line 866) | internal static void EnableTelemetryTasks() method DisableOffice2016Telemetry (line 883) | internal static void DisableOffice2016Telemetry() method EnableOffice2016Telemetry (line 906) | internal static void EnableOffice2016Telemetry() method HideTaskbarSearch (line 929) | internal static void HideTaskbarSearch() method ShowTaskbarSearch (line 933) | internal static void ShowTaskbarSearch() method HideTaskbarWeather (line 938) | internal static void HideTaskbarWeather() method ShowTaskbarWeather (line 943) | internal static void ShowTaskbarWeather() method DisableNewsInterests (line 949) | internal static void DisableNewsInterests() method EnableNewsInterests (line 956) | internal static void EnableNewsInterests() method EnhancePrivacy (line 963) | internal static void EnhancePrivacy() method CompromisePrivacy (line 1091) | internal static void CompromisePrivacy() method DisableGameBar (line 1214) | internal static void DisableGameBar() method EnableGameBar (line 1225) | internal static void EnableGameBar() method DisableQuickAccessHistory (line 1237) | internal static void DisableQuickAccessHistory(bool disableTasksIcon =... method EnableQuickAccessHistory (line 1264) | internal static void EnableQuickAccessHistory() method DisableStartMenuAds (line 1285) | internal static void DisableStartMenuAds() method EnableStartMenuAds (line 1315) | internal static void EnableStartMenuAds() method DisableMyPeople (line 1342) | internal static void DisableMyPeople() method EnableMyPeople (line 1347) | internal static void EnableMyPeople() method ExcludeDrivers (line 1352) | internal static void ExcludeDrivers() method IncludeDrivers (line 1361) | internal static void IncludeDrivers() method DisableWindowsInk (line 1370) | internal static void DisableWindowsInk() method EnableWindowsInk (line 1377) | internal static void EnableWindowsInk() method DisableSpellingAndTypingFeatures (line 1384) | internal static void DisableSpellingAndTypingFeatures() method EnableSpellingAndTypingFeatures (line 1397) | internal static void EnableSpellingAndTypingFeatures() method EnableFaxService (line 1407) | internal static void EnableFaxService() method DisableFaxService (line 1412) | internal static void DisableFaxService() method EnableInsiderService (line 1418) | internal static void EnableInsiderService() method DisableInsiderService (line 1424) | internal static void DisableInsiderService() method DisableSmartScreen (line 1469) | internal static void DisableSmartScreen() method EnableSmartScreen (line 1485) | internal static void EnableSmartScreen() method DisableCloudClipboard (line 1505) | internal static void DisableCloudClipboard() method EnableCloudClipboard (line 1513) | internal static void EnableCloudClipboard() method EnableLongPaths (line 1523) | internal static void EnableLongPaths() method DisableLongPaths (line 1528) | internal static void DisableLongPaths() method DisableStickyKeys (line 1533) | internal static void DisableStickyKeys() method EnableStickyKeys (line 1543) | internal static void EnableStickyKeys() method RemoveCastToDevice (line 1553) | internal static void RemoveCastToDevice() method AddCastToDevice (line 1566) | internal static void AddCastToDevice() method RestoreClassicPhotoViewer (line 1605) | internal static void RestoreClassicPhotoViewer() method DisableClassicPhotoViewer (line 1610) | internal static void DisableClassicPhotoViewer() method DisableVirtualizationBasedSecurity (line 1615) | internal static void DisableVirtualizationBasedSecurity() method EnableVirtualizationBasedSecurity (line 1620) | internal static void EnableVirtualizationBasedSecurity() method AlignTaskbarToLeft (line 1625) | internal static void AlignTaskbarToLeft() method AlignTaskbarToCenter (line 1630) | internal static void AlignTaskbarToCenter() method DisableSnapAssist (line 1635) | internal static void DisableSnapAssist() method EnableSnapAssist (line 1641) | internal static void EnableSnapAssist() method DisableWidgets (line 1647) | internal static void DisableWidgets() method EnableWidgets (line 1652) | internal static void EnableWidgets() method DisableChat (line 1657) | internal static void DisableChat() method EnableChat (line 1665) | internal static void EnableChat() method DisableShowMoreOptions (line 1683) | internal static void DisableShowMoreOptions() method EnableShowMoreOptions (line 1688) | internal static void EnableShowMoreOptions() method DisableTPMCheck (line 1693) | internal static void DisableTPMCheck() method EnableTPMCheck (line 1704) | internal static void EnableTPMCheck() method EnableFilesCompactMode (line 1726) | internal static void EnableFilesCompactMode() method DisableFilesCompactMode (line 1731) | internal static void DisableFilesCompactMode() method DisableStickers (line 1736) | internal static void DisableStickers() method EnableStickers (line 1741) | internal static void EnableStickers() method DisableEdgeDiscoverBar (line 1747) | internal static void DisableEdgeDiscoverBar() method EnableEdgeDiscoverBar (line 1754) | internal static void EnableEdgeDiscoverBar() method DisableEdgeTelemetry (line 1761) | internal static void DisableEdgeTelemetry() method EnableEdgeTelemetry (line 1784) | internal static void EnableEdgeTelemetry() method DisableCoPilotAI (line 1806) | internal static void DisableCoPilotAI() method EnableCoPilotAI (line 1819) | internal static void EnableCoPilotAI() method DisableVisualStudioTelemetry (line 1833) | internal static void DisableVisualStudioTelemetry() method EnableVisualStudioTelemetry (line 1865) | internal static void EnableVisualStudioTelemetry() method DisableNvidiaTelemetry (line 1898) | internal static void DisableNvidiaTelemetry() method EnableNvidiaTelemetry (line 1910) | internal static void EnableNvidiaTelemetry() method DisableChromeTelemetry (line 1923) | internal static void DisableChromeTelemetry() method EnableChromeTelemetry (line 1935) | internal static void EnableChromeTelemetry() method DisableFirefoxTelemetry (line 1946) | internal static void DisableFirefoxTelemetry() method EnableFirefoxTelemetry (line 1955) | internal static void EnableFirefoxTelemetry() method EnableUTCTime (line 1965) | internal static void EnableUTCTime() method DisableUTCTime (line 1970) | internal static void DisableUTCTime() method DisableModernStandby (line 1976) | internal static void DisableModernStandby() method EnableModernStandby (line 1981) | internal static void EnableModernStandby() method ShowAllTrayIcons (line 1986) | internal static void ShowAllTrayIcons() method HideTrayIcons (line 1990) | internal static void HideTrayIcons() method RemoveMenusDelay (line 1995) | internal static void RemoveMenusDelay() method RestoreMenusDelay (line 2000) | internal static void RestoreMenusDelay() FILE: Optimizer/OptionsHelper.cs class OptionsHelper (line 11) | internal static class OptionsHelper method GetContrastColor (line 25) | internal static Color GetContrastColor(Color c) method ApplyTheme (line 31) | internal static void ApplyTheme(Form f) method SetTheme (line 36) | private static void SetTheme(Form f, Color c1, Color c2) method LegacyCheck (line 79) | internal static void LegacyCheck() method SaveSettings (line 90) | internal static void SaveSettings() method LoadSettings (line 114) | internal static void LoadSettings() method LoadTranslation (line 256) | internal static void LoadTranslation() FILE: Optimizer/PingerHelper.cs class PingerHelper (line 10) | internal static class PingerHelper method GetActiveNetworkAdapters (line 56) | internal static NetworkInterface[] GetActiveNetworkAdapters() method GetDNSFromNetworkAdapter (line 76) | internal static IEnumerable GetDNSFromNetworkAdapter(NetworkIn... method SetDNS (line 89) | internal static void SetDNS(string nic, string[] dnsv4, string[] dnsv6) method ResetDefaultDNS (line 113) | internal static void ResetDefaultDNS(string nic) method ResetDefaultDNSForAllNICs (line 122) | internal static void ResetDefaultDNSForAllNICs() method SetDNSForAllNICs (line 130) | internal static void SetDNSForAllNICs(string[] dnsv4, string[] dnsv6) method PingHost (line 138) | internal static PingReply PingHost(string nameOrAddress) method IsInternetAvailable (line 155) | internal static bool IsInternetAvailable() method FlushDNSCache (line 175) | internal static void FlushDNSCache() FILE: Optimizer/Program.cs class Program (line 11) | static class Program method GetCurrentVersionTostring (line 20) | internal static string GetCurrentVersionTostring() method GetCurrentVersionToFloat (line 25) | internal static float GetCurrentVersionToFloat() method SetProcessDPIAware (line 55) | [System.Runtime.InteropServices.DllImport("user32.dll")] method Main (line 58) | [STAThread] method CurrentDomain_UnhandledException (line 276) | private static void CurrentDomain_UnhandledException(object sender, Un... method LoadSettings (line 282) | private static void LoadSettings() method RestartInSafeMode (line 326) | internal static void RestartInSafeMode() method RestartInNormalMode (line 335) | internal static void RestartInNormalMode() method DisableDefenderInSafeMode (line 344) | private static void DisableDefenderInSafeMode() method EnableDefenderInSafeMode (line 356) | private static void EnableDefenderInSafeMode() method SetRunOnceDisableDefender (line 368) | internal static void SetRunOnceDisableDefender() method SetRunOnceEnableDefender (line 375) | internal static void SetRunOnceEnableDefender() method StartMainForm (line 382) | private static void StartMainForm() method StartMainForm (line 392) | private static void StartMainForm(bool?[] codes) method StartSplashForm (line 402) | private static void StartSplashForm() method MainForm_Load (line 412) | private static void MainForm_Load(object sender, EventArgs e) method CurrentDomain_AssemblyResolve (line 422) | private static Assembly CurrentDomain_AssemblyResolve(object sender, R... FILE: Optimizer/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Optimizer/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Optimizer/SilentOps.cs class SilentOps (line 8) | internal static class SilentOps method GetSilentConfig (line 12) | internal static SilentConfig GetSilentConfig(string path) method ProcessAllActions (line 26) | internal static void ProcessAllActions() method ProcessWindowsVersionCompatibility (line 67) | internal static bool ProcessWindowsVersionCompatibility() method ProcessPostAction (line 72) | internal static void ProcessPostAction() method ProcessCleaner (line 100) | internal static void ProcessCleaner() method ProcessHosts (line 138) | internal static void ProcessHosts() method ProcessPinger (line 166) | internal static void ProcessPinger() method ProcessProcessControl (line 234) | internal static void ProcessProcessControl() method ProcessRegistryFix (line 251) | internal static void ProcessRegistryFix() method ProcessIntegrator (line 303) | internal static void ProcessIntegrator() method ProcessAdvancedTweaks (line 325) | internal static void ProcessAdvancedTweaks() method ProcessTweaksGeneral (line 391) | internal static void ProcessTweaksGeneral() method ProcessTweaksWindows8 (line 747) | internal static void ProcessTweaksWindows8() method ProcessTweaksWindows10 (line 765) | internal static void ProcessTweaksWindows10() method ProcessTweaksWindows11 (line 1134) | internal static void ProcessTweaksWindows11() FILE: Optimizer/StartupHelper.cs class StartupHelper (line 9) | internal static class StartupHelper method GetRegistryStartupItemsHelper (line 21) | private static void GetRegistryStartupItemsHelper(ref List ... method GetStartupItems (line 142) | internal static List GetStartupItems() FILE: Optimizer/TokenPrivilegeHelper.cs class TokenPrivilegeHelper (line 10) | sealed class TokenPrivilegeHelper : IDisposable type PrivilegeAction (line 12) | private enum PrivilegeAction : uint method TokenPrivilegeHelper (line 24) | private TokenPrivilegeHelper(string privilegeName) method Apply (line 30) | private void Apply(PrivilegeAction action) method UpdateTokenPrivileges (line 38) | private void UpdateTokenPrivileges(IntPtr tokenHandle, TokenPrivileges... method Dispose (line 45) | public void Dispose() type TokenPrivileges (line 53) | [StructLayout(LayoutKind.Sequential)] method TokenPrivileges (line 57) | public TokenPrivileges(Luid luid, uint attributes) type LuidAndAttributes (line 70) | [StructLayout(LayoutKind.Sequential)] method LuidAndAttributes (line 73) | public LuidAndAttributes(Luid luid, uint attributes) type Luid (line 83) | [StructLayout(LayoutKind.Sequential)] method AdjustTokenPrivileges (line 93) | [DllImport("advapi32.dll", SetLastError = true)] method GetCurrentProcess (line 101) | [DllImport("kernel32.dll")] method OpenProcessToken (line 104) | [DllImport("advapi32.dll", SetLastError = true)] method LookupPrivilegeValue (line 107) | [DllImport("advapi32.dll", SetLastError = true)] FILE: Optimizer/UWPHelper.cs class UWPHelper (line 7) | internal static class UWPHelper method GetUWPApps (line 9) | internal static List> GetUWPApps(bool sho... method UninstallUWPApp (line 54) | internal static bool UninstallUWPApp(string appName) method RestoreAllUWPApps (line 67) | internal static bool RestoreAllUWPApps() FILE: Optimizer/Utilities.cs class Utilities (line 17) | internal static class Utilities method SetControlPropertyThreadSafe (line 29) | internal static void SetControlPropertyThreadSafe(Control control, str... method GetSelfAndChildrenRecursive (line 41) | internal static IEnumerable GetSelfAndChildrenRecursive(Contr... method ToGrayScale (line 54) | internal static Color ToGrayScale(this Color originalColor) method GetWindowsDetails (line 63) | internal static string GetWindowsDetails() method GetWindows10Build (line 76) | internal static string GetWindows10Build() method GetOS (line 81) | internal static string GetOS() method GetBitness (line 127) | internal static string GetBitness() method IsAdmin (line 143) | internal static bool IsAdmin() method IsCompatible (line 148) | internal static bool IsCompatible() method RunBatchFile (line 188) | internal static void RunBatchFile(string batchFile) method ImportRegistryScript (line 209) | internal static void ImportRegistryScript(string scriptFile) method Reboot (line 234) | internal static void Reboot() method DisableHibernation (line 240) | internal static void DisableHibernation() method EnableHibernation (line 246) | internal static void EnableHibernation() method ActivateMainForm (line 252) | internal static void ActivateMainForm() method ServiceExists (line 257) | internal static bool ServiceExists(string serviceName) method StopService (line 262) | internal static void StopService(string serviceName) method StartService (line 274) | internal static void StartService(string serviceName) method EnableFirewall (line 291) | internal static void EnableFirewall() method EnableCommandPrompt (line 296) | internal static void EnableCommandPrompt() method EnableControlPanel (line 304) | internal static void EnableControlPanel() method EnableFolderOptions (line 312) | internal static void EnableFolderOptions() method EnableRunDialog (line 320) | internal static void EnableRunDialog() method EnableContextMenu (line 328) | internal static void EnableContextMenu() method EnableTaskManager (line 336) | internal static void EnableTaskManager() method EnableRegistryEditor (line 344) | internal static void EnableRegistryEditor() method RunCommand (line 352) | internal static void RunCommand(string command) method FindFile (line 376) | internal static void FindFile(string fileName) method FindFolder (line 381) | internal static void FindFolder(string folder) method GetShortcutTargetFile (line 386) | internal static string GetShortcutTargetFile(string shortcutFilename) method RestartExplorer (line 404) | internal static void RestartExplorer() method FindKeyInRegistry (line 428) | internal static void FindKeyInRegistry(string key) method Repair (line 441) | internal static void Repair(bool withoutRestart = false) method RunAsync (line 468) | internal static Task RunAsync(this Process process) method SanitizeFileFolderName (line 478) | internal static string SanitizeFileFolderName(string fileName) method EnableGPEDitor (line 485) | internal static void EnableGPEDitor() method TryDeleteRegistryValue (line 490) | internal static void TryDeleteRegistryValue(bool localMachine, string ... method TryDeleteRegistryValueDefaultUsers (line 500) | internal static void TryDeleteRegistryValueDefaultUsers(string path, s... method DisableProtectedService (line 509) | internal static void DisableProtectedService(string serviceName) method EnableProtectedService (line 556) | internal static void EnableProtectedService(string serviceName) method OpenSubKeyWritable (line 578) | public static RegistryKey OpenSubKeyWritable(this RegistryKey registry... method RetrieveCurrentUserIdentifier (line 595) | internal static SecurityIdentifier RetrieveCurrentUserIdentifier() method GrantFullControlOnSubKey (line 598) | internal static void GrantFullControlOnSubKey(this RegistryKey registr... method TakeOwnershipOnSubKey (line 620) | internal static void TakeOwnershipOnSubKey(this RegistryKey registryKe... method GetNETFramework (line 630) | internal static string GetNETFramework() method SearchWith (line 671) | internal static void SearchWith(string term, bool ddg) method EnableLoginVerbose (line 681) | internal static void EnableLoginVerbose() method DisableLoginVerbose (line 693) | internal static void DisableLoginVerbose() method UnlockAllCores (line 699) | internal static void UnlockAllCores() method DisableSvcHostProcessSplitting (line 713) | internal static void DisableSvcHostProcessSplitting(int ramInGb) method EnableSvcHostProcessSplitting (line 727) | internal static void EnableSvcHostProcessSplitting() method DisableHPET (line 739) | internal static void DisableHPET() method EnableHPET (line 746) | internal static void EnableHPET() method RegisterAutoStart (line 753) | internal static void RegisterAutoStart() method UnregisterAutoStart (line 768) | internal static void UnregisterAutoStart() method AllowProcessToRun (line 783) | internal static void AllowProcessToRun(string pName) method PreventProcessFromRunning (line 808) | internal static void PreventProcessFromRunning(string pName) method GetUserDownloadsFolder (line 840) | internal static string GetUserDownloadsFolder() method ReinforceCurrentTweaks (line 853) | internal static void ReinforceCurrentTweaks()