All files can be found on the Releases page.
'God Mode' is a Windows only command line utilty to help create the a directory with many shortcuts to various administrative tools. You can normally create this by creating a folder and naming it .{ED7BA470-8E54-465E-825C-99712043E01C}
[1] or whatever_name_you_like.{ED7BA470-8E54-465E-825C-99712043E01C}
. This utility just makes it easier to do programmatically.
All executable binaries (portable and installation) provided by this repository were built at this repository and MD5 hashes were obtained during compile/build time and are updated at the same time and provided below and on the Release page.
I create this directory for various reasons often and I like to have utilities for everything I do. This is added to my main Windows Utils package on a USB especially for working on multiple computers.
If you like any of the projects below and care to donate to my PayPal:
Or Buy Me A Coffee if your prefer:
This is a Windows command line tool for CMD and PowerShell. This tool is a single stand-alone executable and therefore can be used portably, but has an installer provided. The installer provides a means for easy removal and the option to add the programs path to the %PATH%
environment variable (which is also removed on uninstallation). There are both x86 (32 bit) and x64 (64 bit) versions of both the portable and installer executables.
As with any portable program this can be placed anywhere you like on your machine, but more preferably in a directory that is in your %PATH%
environment variable so you can run it without a full path (godmode
for example). I recommend using a dedicated Bin directory, but of course, it's your choice. If your path isn't already in your %PATH%
environment then I suggest adding it[3], but if not then you have provide the full path (C:\Path\To\godmode.exe
for example) when executing the program.
Though it's not necessary an installer is provided for both the 32 bit and 64 bit versions. The installer provides a way to easily uninstall the program like you would any other Windows program and also provides the ability to automatically add the program's directory to the %PATH% environment variable. Everything is removed upon uninstallation. Just download the installer of your choice and run like you would any other intaller in Windows.
A preview is provided below.
PS> & godmode /?
God Mode - Create the famous god mode directory in Windows from the
command line.
godmode [/? | /h | /help] | [[/p | /path] <String>]
[[/n | /name] <String>]
/?, /h, /help This help screen.
/p, /path The parent path where the directory will be located.
Defaults to '.' (current directory).
/n, /name The name of directory. Defaults to 'GodMode', but it
can be any valid name including en empty string ('').
PS>
PS> & godmode.exe /p $Env:USERPROFILE\Desktop
'C:\\Users\\<USERNAME>\\Desktop\\GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}' created successfully.
PS>
C:\Users\<USERNAME>> godmode.exe /p %userprofile%\Desktop
'C:\\Users\\<USERNAME>\\Desktop\\GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}' created successfully.
PS>
PS> godmode.exe /n ''
'C:\\Users\\<USERNAME>\\.{ED7BA470-8E54-465E-825C-99712043E01C}' created successfully.
This project is written in C++
.
This is graded by CodeFactor and is subjective, but helps me to refactor my work.
Name | Status |
---|---|
codefactor.io |
All hashes are retrieved at compile/build time.
Description | Status |
---|---|
Project Release Date | |
Total downloads for this project | |
Complete repository size | |
Commits in last month | |
Commits in last year |
Windows God Mode search @ DuckDuckGo
I created this.
License Excerpt
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.