You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<label><inputtype="checkbox" value="adv_sys8" checked/> Enable Disk Write Caching</label>
793
+
<label><inputtype="checkbox" value="adv_sys10" checked/> Enable System Verbose</label>
793
794
</div>
794
795
795
796
<h4class="sub-section-heading">Search & Security</h4>
@@ -962,7 +963,7 @@ <h4 class="sub-section-heading">Cleanup & Optimization</h4>
962
963
<divclass="tab" id="aboutTab">
963
964
<divclass="about-section">
964
965
<imgsrc="logo.png" />
965
-
<p><strong>Version:</strong> 1.4-8</p>
966
+
<p><strong>Version:</strong> 1.4-9</p>
966
967
<p><strong>Developed by:</strong> AlphaSystem</p>
967
968
<p><strong>Description:</strong> OptiForge is a system optimization tool designed to streamline Windows performance, enhance privacy, and maximize system efficiency. Leveraging advanced algorithms and real-time monitoring, OptiForge delivers a smoother, faster, and more secure computing experience.</p>
968
969
<p><strong>Why "OptiForge":</strong> The name "OptiForge" is a fusion of two core concepts. <em>Opti</em> stands for "optimization," reflecting our commitment to enhancing system performance, while <em>Forge</em> suggests the craftsmanship and precision of building a robust, finely tuned system—much like a blacksmith forges a reliable tool.</p>
log('Application is not running with administrator privileges','warn');
29
+
dialog.showErrorBox('Admin Rights Required','This application requires administrator privileges to run. Please restart the application as an administrator.');
30
+
app.quit();
31
+
}else{
32
+
log('Application is running with administrator privileges','info');
0 commit comments