by skufel | Aug 15, 2014 | Cloud, Office
If you come across issue that OneNote 2013 will keep crashing each time you try to open notebook from OneDrive Go to %userprofile%\AppData\Local\Microsoft\OneNote\15.0 folder and delete OneNoteOfflineCache_Files folder and OneNoteOfflineCache.onecache file Go...
by skufel | Jul 6, 2014 | Hardware, Linux
By default on Raspberry PI with Raspbian you can enable SSH and connect via text terminal connection. However, Raspberry PI offers also graphical environment. How to access Raspberry PI graphical desktop remotely? Here is how to install RDP server on Raspberry PI with...
by skufel | May 26, 2014 | Infrastructure, Windows
Windows Server 2012 Windows Server 2012 R2 Feature Removed Deprecated Removed Deprecated AD FS v1 Web Agent x AD FS in-place upgrade from AD FS 1.0 or “out of box” AD FS 2.0 x AD FS support for “Resource Group” x AD FS support for NT Token mode x AD FS support for...
by skufel | Apr 24, 2014 | Games
In Skyrim there is room created by Developers which contains all possible items you can find in the game 🙂 To teleport your character to that room use command: coc qasmoke from game console Once you want to leave that place use command: coc whiterun from game console...
by skufel | Mar 29, 2014 | Infrastructure, Scripting, Security, SysAdmin, Windows
Sometimes when you start machine with BitLocker enabled and same time some storage device was connected to USB port, BitLocker might request Recovery Key. This happens because USB ports is listed on boot device search list. To avoid this type of event best idea is to...
by skufel | Mar 26, 2014 | Office, Windows
What to do when Office 365 shows you message “Something went wrong”? If you get this error, go to http://support.microsoft.com/kb/2822317/en-us, then download and run Office Troubleshooter. When you run it it will ask if you want to Apply Fix (of course...
by skufel | Jan 26, 2014 | Infrastructure, Security, SysAdmin, Windows
If you have machine which is not connected to domain, but has TPM chip you might want to encrypt disks with BitLocker and enable PIN protection at boot-up. In order to do that you have to make sure TPM is activated and enabled for provisioning in BIOS. Next step will...
by skufel | Jan 18, 2014 | Infrastructure, SysAdmin, Windows
Sometimes i thappens that SmartConde VNC Manager fails to activate. In that case follow steps below to fix issue with licensing: Open cmd.exe and change directory to: Enterprise Edition: C:\Program Files\SmartCode Solutions\VNC Manager (Enterprise Edition)\ Standard...
by skufel | Jan 3, 2014 | Infrastructure, Scripting, SysAdmin, Windows
As there is no GUI in Windows Server 2012 Core, we have to use command line and script in order to acivate system. slmgr.vbs is a VBscript which allows to set product key and activate operating system. Below most common use of slmgr.vbs. Set product key slmgr.vbs /ipk...
by skufel | Jan 3, 2014 | Infrastructure, Scripting, SysAdmin, Windows
By default remote management on Windows Server 2012 Core can be blocked by firewall. In order to enable this functionality, issue following command from Command Prompt window: Netsh.exe firewall set service remoteadmin enable ALL Once it’s done you should be...