diff --git a/src/Winpilot/app-backend/dynamicAIData.json b/src/Winpilot/app-backend/dynamicAIData.json deleted file mode 100644 index d693e8d..0000000 --- a/src/Winpilot/app-backend/dynamicAIData.json +++ /dev/null @@ -1,82 +0,0 @@ -[ - { - "question": "๐Ÿ›ก๏ธ Create a Restore point", - "response": "Your system is now on the safe side! Restore point created.", - "action": "createRestorePoint", - "powershellCommand": "$desc = 'BloatynosyAI Restore'; Checkpoint-Computer -Description \"$desc\" -RestorePointType \"Modify_Settings\"", - "description": "Create a restore point", - "category": "Plugin" - }, - { - "question": "๐ŸŽฎ Show Chris Titus tool in action", - "response": "Absolutely! Interpreting PowerShell script...", - "action": "runPSFile", - "scriptPath": "plugins\\ChrisTitusAppHandler.ps1", - "description": "Launch the Chris Titus app for a demonstration", - "category": "Plugin", - "githubURL": "https://raw.githubusercontent.com/builtbybel/Winpilot/main/extensions/ChrisTitusAppHandler.ps1" - }, - { - "question": "๐Ÿ”’ Enable Secure AutoLogon on Windows", - "response": "Sure thing! Running PowerShell script...", - "action": "runPlugin", - "scriptPath": "plugins\\AutoLogonHandler.ps1", - "description": "Configure Windows for secure AutoLogon with enhanced security measures.", - "category": "Plugin", - "githubURL": "https://raw.githubusercontent.com/builtbybel/Winpilot/main/extensions/AutoLogonHandler.ps1" - }, - { - "question": "๐Ÿงน Clear Windows Event Logs", - "response": "No problem! Executing PowerShell script...", - "action": "runPlugin", - "scriptPath": "plugins\\ClearEventLogsHandler.ps1", - "description": "Clear all Windows event logs to free up space and maintain system performance.", - "category": "Plugin", - "githubURL": "https://raw.githubusercontent.com/builtbybel/Winpilot/main/extensions/ClearEventLogsHandler.ps1" - }, - { - "question": "๐Ÿ”„ Restore Windows Inbox Default Apps", - "response": "Certainly! Initiating PowerShell script...", - "action": "runPSFile", - "scriptPath": "plugins\\RestoreInboxApps.ps1", - "description": "Restore the default inbox apps on Windows using the Get-AppxPackage command if they were previously removed.", - "category": "Plugin", - "githubURL": "https://raw.githubusercontent.com/builtbybel/Winpilot/main/extensions/RestoreInboxApps.ps1" - }, - { - "question": "๐Ÿš€ Remove Microsoft OneDrive app", - "response": "Of course! Interpreting PowerShell script...", - "action": "runPSFile", - "scriptPath": "plugins\\OneDriveHandler.ps1", - "description": "Uninstall the OneDrive app from your system", - "category": "Plugin", - "githubURL": "https://raw.githubusercontent.com/builtbybel/Winpilot/main/extensions/OneDriveHandler.ps1" - }, - { - "question": "๐Ÿ›ก๏ธ Disable telemetry for third-party apps", - "response": "Sure! Disabling telemetry for selected apps...", - "action": "runPSFile", - "scriptPath": "plugins\\plug.appsPrivacyTemplate.ps1", - "description": "Disable telemetry data collection for third-party applications Media Player, Office, Mozilla Firefox, Google Chrome Software Reporter Tool, CCleaner Monitoring, Dropbox and Google Update service", - "category": "Plugin", - "githubURL": "https://raw.githubusercontent.com/builtbybel/Winpilot/main/extensions/plug.appsPrivacyTemplate.ps1" - }, - { - "question": "๐Ÿ”’ Disable specific Windows telemetry services", - "response": "Certainly! Disabling selected Windows services...", - "action": "runPSFile", - "scriptPath": "plugins\\plug.disable-services.ps1", - "description": "diagnosticshub.standardcollector.service, DiagTrack, dmwappushservice, lfsvc, MapsBroker, NetTcpPortSharing, RemoteAccess, RemoteRegistry, SharedAccess, TrkWks, WbioSrvc, WMPNetworkSvc, XblAuthManager, XblGameSave, XboxNetApiSvc, ndu", - "category": "Plugin", - "githubURL": "https://raw.githubusercontent.com/builtbybel/Winpilot/main/extensions/plug.disable-services.ps1" - }, - { - "question": "๐Ÿงน Remove default inbox apps in Windows", - "response": "Sure! Removing default inbox apps...", - "action": "runPSFile", - "scriptPath": "plugins\\plug.remove-default-apps.ps1", - "description": "Removes default inbox apps in Windows, including Cortana, 3D Builder, Bing apps, Microsoft Office Hub, Minecraft, Skype, Xbox apps, and various third-party apps.", - "category": "Plugin", - "githubURL": "https://raw.githubusercontent.com/builtbybel/Winpilot/main/extensions/plug.remove-default-apps.ps1" - } -] diff --git a/src/Winpilot/app-backend/frontend.html b/src/Winpilot/app-backend/frontend.html index cdc5212..6a303e8 100644 --- a/src/Winpilot/app-backend/frontend.html +++ b/src/Winpilot/app-backend/frontend.html @@ -14,9 +14,9 @@
Help Wanted - Help with C# Code - Improve Backend with JS - Improve UI with HTML/CSS + Help with C# Code + Improve Backend with JS + Improve UI with HTML/CSS Share on Twitter Follow on GitHub