posted 11/01/10

GodMode not GodMode

By Fredrik Wall

Lately GodMode have been a word on lots of Tweets and blogs.

The word GodMode was “invented” by a Journalist, but this
”feature”  can be found documented here at MSDN.

Mabye I will do a larger version of my GodMode installer now :)

 

2 Comments
read more
posted 11/01/10

GodMode creator in PowerShell

By Fredrik Wall

I wrote a blog post about GodMode

while the GodMode was not known to everyone.

The GodMode is a cool and a nice thing.

But I think a installer/application for it

is not needed.

image 

Why do we need a GodMode creator when you just need

to create a new folder?

Someone thought this was needed and created this,

http://windows7.techkicker.com/?6xysDJL1

This function will do the same thing as the application and

It’s a oneliner :)

function New-GodMode {
    New-Item -Path "c:\GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}" -ItemType "Directory" | Out-Null
}
Technorati Tags: ,
3 Comments
read more
posted 04/01/10

Windows 7 Godmode

By Fredrik Wall

In almost every version of Windows there have been
some special things. Easter eggs or something like that.

I came a cross of a interesting blog post about
enabling secret Windows 7 Godmode.

It should be a shortcut to every settings in Windows 7.

image

It’s pretty nice and I don’t know if there is another way to access
this other than to do like in the blog post.

I created a new folder in another folder and called It,
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

This folder/shortcut are now in the root folder of my computer.

image

 

Technorati Tags: ,,
7 Comments
read more