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

All tutorials created in C# to be posted in here.
8 posts Page 1 of 1
Contributors
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

[VB.NET][C#] : God Mode
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
Find my programs on Softpedia
User avatar
dj1437
VIP - Donator
VIP - Donator
Posts: 504
Joined: Tue Dec 21, 2010 2:02 am

Re: [VB.NET][C#] : God Mode
dj1437
Has been around for ages and can be created without VB, thanks for sharing though!
This is a signature.
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: [VB.NET][C#] : God Mode
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 ;)
Find my programs on Softpedia
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: [VB.NET][C#] : God Mode
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.
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: [VB.NET][C#] : God Mode
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
Find my programs on Softpedia
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: [VB.NET][C#] : God Mode
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
Find my programs on Softpedia
User avatar
pip
VIP - Donator
VIP - Donator
Posts: 156
Joined: Tue Jul 12, 2011 3:13 am

Re: [VB.NET][C#] : God Mode
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
<a href="http://www.points2shop.com/s/xbox_point ... 5082"><img src="http://points2shop.com/images/promotion ... ricoxg.gif" border="0"/></a>
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: [VB.NET][C#] : God Mode
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;
Find my programs on Softpedia
8 posts Page 1 of 1
Return to “C-Sharp Tutorials”