Catatan

Tunjukkan catatan dari Disember, 2023

Project : TrainScheduler JDBC MySQL using Eclipse

Imej
 Development notes only C:\Users\Nurahlee\eclipse-workspace\TrainScheduler JTable How to Create the JTable Header Eclipse in Java - https://www.youtube.com/watch?v=_SP0Y7XN6Sk

Troubleshoot C# Error WMI

Other Alternative https://wiki.idera.com/plugins/servlet/mobile?contentId=2338650487#content/view/2338650487 Please refer this link from Chatgpt https://chat.openai.com/share/5f03de60-fe58-4d7a-b6c1-bad689fa1472

Delete service Windows 10

Imej
  Command to type : > sc delete ServiceName Refer - https://www.howtogeek.com/1294/how-to-delete-a-windows-service/#:~:text=To%20delete%20a%20service%20on,ServiceName%22%20to%20delete%20the%20service.

WMI Control Configuration for Err: Access Denied

Imej
 Cannot connect to the ManagementScope via C#. Access denied Solution from ChatGpt If you're encountering an "Access Denied" error while trying to connect to a `ManagementScope` in C#, it's likely a permissions issue. Here are some steps you can take to troubleshoot and resolve the problem: 1. **Run as Administrator:**    Ensure that your C# application is running with administrative privileges. Right-click on your executable and choose "Run as Administrator." 2. **Check User Permissions:**    Verify that the user running the C# application has the necessary permissions to access the WMI (Windows Management Instrumentation) resources on the target machine. The user might need administrative privileges or specific WMI permissions. 3. **Firewall and Antivirus:**    Disable your firewall or antivirus temporarily to see if they are causing the issue. Sometimes, security software can block WMI connections. 4. **DCOM Configuration:**    Check the DCOM (Distributed