Keep Empty Folders in Git with .gitkeep File

Within a few months we migrated from SVN to Git in our company. During the migration, we recognized empty folders for Caching or meant to be for generated PDFs, were not added to the Repository. Git saves itselfs adding empty folders in the version control and does not persuade itself with commands like “git add foldername” or “git add *”. Continue reading Keep Empty Folders in Git with .gitkeep File

Windows 10 doesn’t execute Startup Scripts

Administration of more than one PC is not a bed of roses. Especially in small companies or medium-sized enterprises, it’s often a horror, because of the fact that Computers, Network and Servers are grown “historically”. Who doesn’t know all oppurtinities he has to manage this, often drives a running shoe administration instead of remotely logging in. An important tool for automation of certain tasks like Updating software or Copying files during startup, are the startup scripts with type of Batch or Powershell. Unfortunately Windows 8, 8.1 and 10 are jackknifing this. Continue reading Windows 10 doesn’t execute Startup Scripts