Category: Uncategorized
-
Switching to Arch Linux
Read more: Switching to Arch LinuxSo finally I’ve made the jump. I have been dabbling with various linux distributions over the years. This is the year of Linux for me, where I finally made the…
-
RDP to Lubuntu
Read more: RDP to LubuntuInstall xrdp server sudo apt install xrdp First open a terminal and enter sudo apt-get install xrdp. When that is installed enter sudo nano /etc/xrdp/startwm.sh in the terminal. Make sure the last line…
-
RDP to Windows 8 from Ubuntu
Read more: RDP to Windows 8 from UbuntuThe default RDP client RDesktop does not seem to work when tryingt to connect to Windows 8. The client xFreeRDP allows to connect to Windows 8 without any issues. Installation…
-
Creating a Base Image
Read more: Creating a Base ImageTo create a base image, we need to run the sysprep tool. The location of the tool is C:\Windows\System32\sysprep\sysprep.exe Run the tool and select OOTB Experience Generalize
-
Custom Error Authentication Issues
Read more: Custom Error Authentication IssuesWhen we create a new web application using a custom host header. There is an issue which prompts for username password repeatedly when trying to access it from the SharePoint…
-
Unbox the MSI Black box
Read more: Unbox the MSI Black boxExecute the following in a command line window to extract the contents of the msi to a temporary directory. msiexec /a PathToMSIFile /qb TARGETDIR=DirectoryToExtractTo
-
Activate windows
Read more: Activate windowsIf you have incorrect key setup. You can change it and activate by using the following commands. slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX Put in a valid key for the above. This registers…
-
Updating Windows 8 product key
Read more: Updating Windows 8 product key“Error 0x8007007B The File name, directory name, or volume label syntax is incorrect.” The Solution Using the key provided to you (MSDN etc.) you will need to run the following…
-
Installing .net 3.5 on Windows Server 2012
Read more: Installing .net 3.5 on Windows Server 2012Add .net 3.5 fails if added using the Add Features via the UI The one way to install is to mount the Windows Server 2012 cd and run the following…