Page 1 of 1

[VB.NET][C#] : God Mode

Posted: Sun Jun 02, 2013 4:57 am
by Shim
okay nothing much to explain nothing much at all :D for people who have no idea about God Mode , God Mode is just a folder like a control panel better to call in Control Panel Improved lol :lol: in windows 7 i have got 274 inside the God Folder :lol: i don't know how many does windows 8 God Folder has :)

this is just simple as hell :D

VB.NET - change the directory as you need :D
Code: Select all
        Dim god_mode As String = "D:\godmode.{ED7BA470-8E54-465E-825C-99712043E01C}"
        Directory.CreateDirectory(god_mode)
C# - change the directory as you need :D
Code: Select all
string god_mode = @"D:\godmode.{ED7BA470-8E54-465E-825C-99712043E01C}";
            Directory.CreateDirectory(god_mode);
i actually wrote this in my blog here is the link for that :D

Re: [VB.NET][C#] : God Mode

Posted: Sun Jun 02, 2013 9:20 am
by dj1437
Has been around for ages and can be created without VB, thanks for sharing though!

Re: [VB.NET][C#] : God Mode

Posted: Sun Jun 02, 2013 10:54 am
by Shim
dj1437 wrote:
Has been around for ages and can be created without VB, thanks for sharing though!
everything in computer can be done without code(not at all) but to make it easier we use code ;)

Re: [VB.NET][C#] : God Mode

Posted: Sun Jun 02, 2013 9:44 pm
by mandai
This method seems to be popular among bloggers. Though it would be more accurate to call it the All Tasks Folder rather than the God Folder.

Re: [VB.NET][C#] : God Mode

Posted: Mon Jun 03, 2013 5:29 am
by Shim
mandai wrote:
This method seems to be popular among bloggers. Though it would be more accurate to call it the All Tasks Folder rather than the God Folder.
cooll;

#comathi , #CodenStuff , #benji19994 could you please test this on windows 8 because i have heard that this method doesn't work

Re: [VB.NET][C#] : God Mode

Posted: Mon Jun 03, 2013 5:29 am
by Shim
mandai wrote:
This method seems to be popular among bloggers. Though it would be more accurate to call it the All Tasks Folder rather than the God Folder.
cooll;

#comathi , #CodenStuff , #benji_19994 could you please test this on windows 8 because i have heard that this method doesn't work

Re: [VB.NET][C#] : God Mode

Posted: Mon Jun 03, 2013 5:36 am
by pip
mshimranpro wrote:
#comathi , #CodenStuff , #benji_19994 could you please test this on windows 8 because i have heard that this method doesn't work
It worked for me @ #mshimranpro

Re: [VB.NET][C#] : God Mode

Posted: Mon Jun 03, 2013 5:37 am
by Shim
pip wrote:
mshimranpro wrote:
#comathi , #CodenStuff , #benji_19994 could you please test this on windows 8 because i have heard that this method doesn't work
It worked for me @ #mshimranpro
Thanks For Testing cooll;