ATOM is a launcher for PowerShell scripts, batch scripts, and executables. Although ATOM comes with many plugins preloaded, its modular nature invites people to create and add their own scripts. ATOM is coded in PowerShell and uses WPF for its UI.
Launch directly from PowerShell (requires internet)
irm http://tinyurl.com/run-atom | iexDirect download links
Important
Double-click plugins to launch.
Below is the recommended way to setup ATOM for continued use:
- Download the latest ATOM build
- [Optional] Extract the latest build to the root of a flash drive
- Launch ATOM.bat from the flash drive
- Double-click the "ATOM Store" plugin
- Within ATOM Store, select PowerShell Core and any other plugins you may regularly use, click the "Run" button and exit when completed
If ATOM is on the root of a flash drive that has Windows PE installed on it, you can click the "PE" button in the titlebar. Clicking this button will reboot the computer to Windows PE.
If you are booted to Windows PE or RE, you can launch ATOM by performing the following:
- Launch Command Prompt
- Navigate to the directory where ATOM is located. This is typically done with the following command:
cd D: - Launch ATOM.bat. This can be done with the following command (press 'Enter' twice):
ATOM.bat
When ATOM is launched in Windows PE or Windows RE, you will have a "MountOS" button in the titlebar. Clicking this button will launch MountOS which allows you to mount the registry hives from a selected drive. Performing this allows some plugins to work in PE/RE.
Adding Plugins Categories
- Navigate to "ATOM\Plugins".
- Create a new folder where the name of the folder is the desired Category name.
- If ATOM has already been launched, you can reload plugins and plugin categories by clicking the Refresh ↻ icon.
Adding Plugins
- Navigate to "ATOM\Plugins".
- Open the plugin folder you would like to add your plugin to. (EX: "ATOM\Plugins\Data Services")
- Place your PowerShell script, batch script, or executable in the folder.
- If ATOM has already been launched, you can reload plugins and plugin categories by clicking the Refresh ↻ icon.
Adding Plugin Icons
- Navigate to "ATOM\Resources\Icons\Plugins"
- Place plugin's PNG file in directory (PNG file must have same name as the plugin, EX: if plugin is "Plugin.ps1", PNG icon must be "Plugin.png")
Configure Plugin Parameters
You can customize parameters for each plugin such as adding tooltips, hiding the plugin by default, and silently launching the plugin.
- Navigate to "ATOM\Config", open "PluginsParamsUser.ps1" and open with a text editor.
- Add entries to the "customPluginInfo" hashtable for any plugin you would like to set parameters for. Documentation and an example are provided in the file.
ATOM Notes
Take notes as you repair a computer
- Type notes in the "Notes field", initials in the "Initials" field
- Once both fields are filled, click the + button or press 'Enter'
- Right-click a saved note to delete it
ATOM Store
Download portable programs
- Downloaded programs are stored in the "Programs" folder in the same directory as ATOM
- If a program is downloaded from the ATOM Store, ATOM will launch the equivalent plugin using ATOM Store's downloaded copy of the program
ATOMizer
Update & format flash drives
- Drive options
- "ATOM" updates ATOM installation on root of drive
- "Merge" merges data onto root of drive
- "Format" formats drive to FAT32 and then merges data
- File options
- "Download" downloads latest stable ATOM from GitHub (only works when "ATOM" drive option is selected)
- "Browse" opens explorer window to manually select a ZIP or ISO file
- Multiple drives can be selected using Ctrl + Left-Click and Shift + Left-Click
Detectron
Detect & remove bloatware, adware, and other malicious programs + optimize telemetry & performance
Neutron
New computer setup suite: customizations, timezone, and programs
- Neutron will download programs via Winget, Chocolatey, and direct URL
- If Winget installation fails then use Chocolatey, if Chocolatey fails then use direct URL (it's redundant!)
Ornstein & S-Mode
Disable S-Mode on computers without having to use a Microsoft Account (yes, you can use a local account!)
- Before you can run ATOM (and this plugin) on S-Mode computers, you must disable 'driver signature enforcement' https://www.tenforums.com/tutorials/156602-how-enable-disable-driver-signature-enforcement-windows-10-a.html






