Windows: Fatal error occurred while trying to sysprep the machine

Hi,

if use some Image technologies to deploy your Windows installation and your new images are based on older ones sysprep or you have installed Internet Explorer 10, sysprep eventually can fail.

This occurs when sysprep /generalize is applied 9 times against an Windows installation. The counter is stored in the registry.
Continue reading Windows: Fatal error occurred while trying to sysprep the machine

Advertisment to support michlstechblog.info

Linux: “find” command line examples

Hi,

here are a few examples how powerful the UNIX find command is.

Search only for file in your home directory “~”
find ~ -type f
Possible parameters for time searches:

  • mmin = Modication time in minute
  • mtime = Modication time in days
  • cmin = Creation time in minute
  • ctime = Creation time in days
  • amin = Access time in minute
  • atime = Access time in days

Continue reading Linux: “find” command line examples

Linux: Mount a Windows share with kerberos authentication

Hi,

in some secure environments only kerberos authentication is allowed to connect to a Windows file share.

This example demonstrate the procedure on how to mount a share on a Debian 7 (Wheezy)  Linux. Other distributions should provide a simliar way.

First of all install the necessary pakets.

michael@debdev:~# apt-get install krb5-user krb5-config cifs-utils keyutils

After installing the packages the Kerberos configuration wizard starts.
Continue reading Linux: Mount a Windows share with kerberos authentication

My Knowledgebase for things about Linux, Windows, VMware, Electronic and so on…

Exit mobile version