Painting Reflection

waiting for the bus on ossington and dundas

KitKatneko

Friends talking

at the distillery

KitKatneko

Wood on lake

huron

KitKatneko

Wind surfer

Blooming

KitKatneko

My Car

Blooming

KitKatneko

Sakura

Blooming

KitKatneko

Sakura

in Washington DC

Sakura

Philadelphia hall

Wow!

Action

Central Park

NYC, from the top of Rockfeller (?) building. Better than the Empire State as there is no windows nor fences.

Action

Warning

Emergency Exit Only

Action

Bloody ATM

litterally

Action

Summer Winter time

still cold in Toronto

Action

Where is my bike

I remember titling another picture just like this, back in Chofu, a bike in the middle of hundreds. here

Action

Archive for 'Windows' Category

Troubleshooting windows key management

Apr 27th, 2010 by Florian | 0

I have recently been deploying a few windows 2008 R2 and I ran into some activation issues. Where the KMS could not be found and/or did not activate the servers.
First off, there a few commands and output that will give you a good starting point.
C:\Windows\system32>cscript slmgr.vbs /dlv
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft [...]

Read full post...

Restore an account from AD

Nov 3rd, 2009 by Florian | 0

Today I ran into a situation where someone accidentally deleted an account by mistake. It is pretty easy to solve something like that when you have the right tools.
For this recipe, you will need:

adrestore, a great tool from our friend Mark
Admin rights on AD, to perform what you have to do

For your sake, AD keeps [...]

Read full post...

checking out your Postini Message Center from Outlook

Apr 17th, 2009 by Florian | 0

If you use Postini for your spam protection and Outlook as your email client, you may want to streamline your Postini use doing the following:

In Outlook, Select View>Folder list
Right-click on “Outlook Today” and select “New Folder”.
Call the folder whatever you chose to name it or Spam for lack of imagination. When prompted add an Outlook [...]

Read full post...

Search for a file with Powershell

Apr 17th, 2009 by Florian | 0

I am slowly converting my command line skills from the good old command prompt to powershell. It is quite different and somehow very powerfull.
I will probably be sharing a few basic tips for daily life using powershell on your computer.
Today is  a substitute to the old:
dir /s *filename*
So if you are looking for a file [...]

Read full post...

Hive corruption Fix Access Restore Point using Recovery Console

Feb 5th, 2009 by Florian | 0

A colleague came to me today with an interesting issue.
Windows XP would not start as some system hive was corrupt.
Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM
Stop: c0000218 {Registry File Failure} The registry cannot load the hive (file): \SystemRoot\System32\Config\SYSTEM or its log or alternate
CAUSE
This issue can occur [...]

Read full post...