This commit is contained in:
Mario Fetka
2014-06-24 17:39:16 +02:00
parent 0a88977167
commit c46912bc28
4 changed files with 45 additions and 34 deletions

View File

@@ -1,8 +0,0 @@
@echo off
REM ***********************************
REM Fixen eines Bugs von Windows, da sonst Java nicht unter Systemrechten installiert werden kann
REM Originalwert: %systemroot%\system32\config\systemprofile
REM Quelle: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7014194
REM
reg add "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18" /V ProfileImagePath /T reg_expand_sz /d "%systemroot%\syswow64\config\systemprofile" /f