Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

Enable God Mode via PowerShell or the CLI and GUI

Posted on 13/01/202017/08/2026 IT Expert By IT Expert No Comments on Enable God Mode via PowerShell or the CLI and GUI
  1. Home
  2. Windows
  3. Enable God Mode via PowerShell or the CLI and GUI
God Mode

GodMode is a special folder in Windows that gives you quick access to over important tools needed to administer your computer. Its been around since the days of Windows 7. In this article, we shall discuss how to enable God Mode via PowerShell or the CLI and GUI. Please see How to remove WDS role via the GUI and PowerShell, how to SSH into a VM created using Azure CLI or GUI, and How to uninstall AWS CLI in Windows.

It is a dedicated folder that puts all of your settings in one place, where you’ll be able to do everything from adding clocks for different time zones to defragmenting your drives

Also, see How to manage automatic login on Ubuntu Linux, and how to fix “AWS CLI Error: All commands return Unknown output type [None]“. Also, see

Cconfigure GodMode

Below are the steps to configure GodMode. Right clcik on the desktop and create a new folder

PowerShell

Enter the name as shown below to rename the folder

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
CLI

Press enter. This is all the configuzation needed in order to have GodMode running on your PC

A graphical user interface element displaying a blue dashboard with a pie chart and data controls on a textured dark background.

Double Click to open the GodMode Application. It currently contains 205 tools and settings to administer your Windows Machine.

Screenshot of a Windows File Explorer window displaying the Administrative Tools section with options for managing system settings and tasks.

Please see how to Enable Autologon and Autostart for user session, and How to Diagnose a Windows Hardware Issue.

Via the Command Prompt

Create a New Folder, and launch the CMD and navigate to the path or open the newly created folder and type cmd as shown below.

Search bar in File Explorer showing 'cmd' as the search query.

This will open a command line interface to the path where the folder was created and rename

ren "God Mode.{ED7BA470-8E54-465E-825C-99712043E01C}" New folder
Command prompt window displaying the Microsoft Windows version and the file path to a folder on the desktop.

Via PowerShell

Ensure you run it with administrative privilege.

#Requires -RunAsAdministrator
$godmodeSplat = @{
Path = "$env:USERPROFILEDesktop"
Name = "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}"
ItemType = 'Directory'
}
New-Item @godmodeSplat
Screenshot of a PowerShell ISE window showing a script to create a new directory named 'GodMode' on a Windows Desktop.

This will have the GodMode Folder (icon) created on your desktop.

I hope you found this article useful on how to enable God Mode via PowerShell or the CLI and GUI. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Tags:Microsoft Windows

Post navigation

Previous Post: Azure CLI commands: How to use Azure Command-line Interface
Next Post: Replace a blue screen error with a blank screen for system errors

Related Posts

  • how to bypass windows admin log in password 2
    How to disable Lock Screen on Windows 10 via Registry Editor Windows
  • windows update 03
    Check if Windows Updates were installed via the Registry Editor Windows
  • Remove Frequently Used Folders from Quick Access in Windows 11
    How to Remove Frequently Used Folders from Quick Access in Windows 11 Windows
  • Featured image System Tray icons
    How to Fix System Tray Icons not showing in Taskbar on Windows 11 Windows
  • What Happens if You Turn Off Your Computer During windows update
    What Happens if You Turn Off Your Computer During an Update Windows
  • BitLocked suspended and resumed
    Query MBAM-protected Client for non-compliance [Part 2] Windows

More Related Articles

how to bypass windows admin log in password 2 How to disable Lock Screen on Windows 10 via Registry Editor Windows
windows update 03 Check if Windows Updates were installed via the Registry Editor Windows
Remove Frequently Used Folders from Quick Access in Windows 11 How to Remove Frequently Used Folders from Quick Access in Windows 11 Windows
Featured image System Tray icons How to Fix System Tray Icons not showing in Taskbar on Windows 11 Windows
What Happens if You Turn Off Your Computer During windows update What Happens if You Turn Off Your Computer During an Update Windows
BitLocked suspended and resumed Query MBAM-protected Client for non-compliance [Part 2] Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Credential Sync acrosss devices
    How to sync your passwords across iOS and Mac devices Mac
  • commit trong git 640
    How to uninstall Git from MacOS Mac
  • How to create an Advanced Windows Scheduled Task Windows Server
  • WhatsApp
    How to retrieve deleted WhatsApp messages on iPhone JIRA|Confluence|Apps
  • Screenshot 2020 06 15 at 21.08.38
    How to allow saved credentials for RDP connection Windows
  • images 5 3
    How to uninstall AWS CLI in Windows AWS/Azure/OpenShift
  • MV command in Linux
    Rename or Move Files or Directories in Linux with Bash Terminal Linux
  • 1 kAUgwdVYmcVgUSXiwUkObw
    Error 0x801c001d – Automatic registration failed: Failed to look up the registration service from AD Windows Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.