PCFreak Logo (c) Der PCFreak

Archive for April, 2013

Spruch des Tages Kommentare deaktiviert für Spruch des Tages

„Das Problem ist, dass intelligente Menschen auf dumme Menschen – wie verrückte Menschen wirken…“

via Eine Frage von Stil

Weiser Spruch Kommentare deaktiviert für Weiser Spruch

„Wenn du tot bist, dann weißt du nicht, dass du tot bist. Es ist nur schwer für die anderen. Genau so ist es, wenn du blöd bist.“

Urheber derzeit unbekannt. (Vielleicht kommen ja ein paar Kommentare)

Online lernen – Links April 2013 Kommentare deaktiviert für Online lernen – Links April 2013

Khan Academy – Learn almost anything for free

Coursera – Take the world’s best courses, online, for free

Udacity – Learn. Think. Do.

Professor Messer – CompTIA A+ Training – Linux – Microsoft and more

Windows Explorer – Change the OpenFolder Icon Kommentare deaktiviert für Windows Explorer – Change the OpenFolder Icon

Image

Since Windows Vista (Server 2008) Microsoft changed the OpenFolder Icon. When using Explorer or Regedit, it is visually hard to find which folder (or registry key) is currently opened. – But there is an easy solution. Just select your favourite icon for open folders, copy it to your system (e.g. %systemroot%) and then change the Default Icon for OpenFolders via registry by pointing to your new icon. You can do this with this command or manually via the registry

 

reg ADD „HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons“ /t REG_SZ /v 4 /d ^%systemroot%^\openfolder.ico

 

After the change, make sure you restart Explorer.exe with the following command(s)

 

taskkill /f /im „explorer.exe“ && explorer.exe

 

You should now have a wonderful new icon for OpenFolders and you will have no longer any trouble to detect the current open folder (or registry key).

Initiative-S Kommentare deaktiviert für Initiative-S

you-have-been-hacked-self-made

Mit dem Seiten-Check von Initiative-S (gefördert durch das Bundesministerium für Wirtschaft und Technologie im Rahmen der Task Force „IT-Sicherheit in der Wirtschaft“) kann man seite Webseite bequem und kostenfrei prüfen und monitoren lassen.

Schwerpunkt ist hierbei Sicherheitslücken oder bereits stattgefundene Modifikationen (z.B. an WordPress etc.) festzustellen und per E-Mail zu melden.

Für die Anmeldung muss eine der folgenden E-Mail-Adressen für die entsprechende Domain eingerichtet werden.

info@domain.tld

webmaster@domain.tld

abuse@domain.tld

initiative-s@domain.tld

Einfach unter folgendem Link beim „Seitencheck“ anmelden: https://www.initiative-s.de

Natürlich bietet „Initiative-S“ den Dienst für Firmen auch käuflich an und man erhalt dann sogar ein Sicherheits-Siegel.

A StartButton for Windows 8 Kommentare deaktiviert für A StartButton for Windows 8

Ok, we should get rid of the Startbutton and I don’t really need it but sometimes a user asks for „special support“ and really needs it.

On this webpage I found an interesting idea howto create a Start Button, by using the „All Apps“ overview in the Metro UI.

Just compile this imple AutoHotKey-Script, add a nice icon during the compilation process and place the resulting executable somewhere on your harddisk and pin it to the taskbar.

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Send {LWin}
Sleep 90
Send {Lctrl down}
Sleep 20
Send {Tab}
Sleep 20
Send {Lctrl up}

And this is the result!

 

2013-04-09 17h38 12

You can download my source, executable, icon and HowTo here: Download