del obsolete file dynamicAIData

This commit is contained in:
Hasanovic 2024-04-24 11:50:03 +02:00
parent c8e51639c0
commit 9c0bc0fe67
2 changed files with 3 additions and 85 deletions

View File

@ -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"
}
]

View File

@ -14,9 +14,9 @@
<div class="dev-dropdown">
<div class="dev-dropdown-content">
<a href="https://github.com/builtbybel/Winpilot/issues/new?labels=help%20wanted&template=help-wanted.md" target="_blank">Help Wanted</a>
<a href="https://github.com/builtbybel/Winpilot/tree/main/src/Winpilot">Help with C# Code</a>
<a href="https://github.com/builtbybel/Winpilot/issues/new?labels=JS%20Development&template=js-development.md" target="_blank">Improve Backend with JS </a>
<a href="https://github.com/builtbybel/Winpilot/issues/new?labels=UI%20Improvement&template=ui-improvement.md" target="_blank">Improve UI with HTML/CSS</a>
<a href="https://github.com/builtbybel/Winpilot/tree/main/src/Winpilot/Winpilot">Help with C# Code</a>
<a href="https://github.com/builtbybel/Winpilot/blob/main/src/Winpilot/app-backend/backend.js">Improve Backend with JS </a>
<a href="https://github.com/builtbybel/Winpilot/blob/main/src/Winpilot/app-backend/UI.css">Improve UI with HTML/CSS</a>
<a href="https://twitter.com/share?url=https://github.com/builtbybel/Winpilot;text=Introducing%20Winpilot:%20Your%20Personal%20Windows%20Companion%20%F0%9F%9A%80%20Upgrade%20to%20Winpilot,%20the%20sleek%20evolution%20of%20Bloatynosy!%20No%20more%20bloatware,%20just%20a%20faster,%20smoother%20Windows%20experience!%20%23Winpilot%20%23Windows11%20%23Microsoft%20%23windows10%20%23app%20%23AI" target="_blank">Share on Twitter</a>
<a href="https://github.com/builtbybel/Winpilot" target="_blank">Follow on GitHub</a>
</div>