PowerShell App Launcher with Argument Input
Write a PowerShell script that prompts for a file path and launches [app] with that file as argument. Add validation and error handling for bad…
Write a PowerShell script that prompts for a file path and launches [app] with that file as argument. Add validation and error handling for bad…
Write a guide to adding a custom right-click context menu item in Windows Explorer for [action/app]. Include: regedit steps, backup, and how to remove later.
Document how to create a portable version of [software] for USB deployment. Steps: obtain installer, extract files, set config to portable mode, and test on…
Write a BAT script to check for, download, and install the latest version of [app] weekly via Task Scheduler. Log actions and skip if already…
Draft a PowerShell script to automatically install a network printer using [IP address/queue name]. Include error logging and confirm printer status post-install.
Write a step-by-step procedure for rolling back a failed upgrade of [software] to the previous version. Cover: backup, uninstall new version, reinstall old version, and…
Draft a user-facing quick-start guide for a packaged app deployed via Intune. Include: where to find app, first login, support contact, and screenshot of app…
Write a .bat script that opens a menu for 3 tasks: open Notepad, check IP address, and log off user. Include clear menu text and…
Write a documentation template for uninstalling [application] safely from PCs. Must include: backup advice, uninstall steps, leftover file cleanup, and registry sweep instructions.
Draft a PowerShell script that creates a simple Windows Forms GUI for copying files from [source] to [destination]. Include input boxes, copy progress, and error…