diff options
author | breadcat | 2019-02-13 14:24:43 +0000 |
---|---|---|
committer | breadcat | 2019-02-13 14:24:43 +0000 |
commit | 4e26270aec13ee0d2258a03e7f2a46c67e196620 (patch) | |
tree | 0d6634003cdf4d7c05c521d116fa93c5deace06b | |
parent | 6ef330c237510b49062b1e5e89742e841b7f667b (diff) | |
download | win10-prep-4e26270aec13ee0d2258a03e7f2a46c67e196620.tar.gz win10-prep-4e26270aec13ee0d2258a03e7f2a46c67e196620.tar.bz2 win10-prep-4e26270aec13ee0d2258a03e7f2a46c67e196620.zip |
Remove flux
-rw-r--r-- | 5-install.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/5-install.bat b/5-install.bat index 6a14da2..814118b 100644 --- a/5-install.bat +++ b/5-install.bat @@ -14,9 +14,6 @@ dism /Online /enable-feature /FeatureName:"DirectPlay" /All /NoRestart rem 7zip associations and use windows icon reg add "HKCU\SOFTWARE\Classes\Applications\7zFM.exe\shell\open\command" /ve /t REG_SZ /d "\"%programfiles%\7-Zip\7zFM.exe\" \"%%1\"" /f reg add "HKCR\7z_auto_file\DefaultIcon" /ve /t REG_EXPAND_SZ /d "%%SystemRoot%%\system32\zipfldr.dll" /f -rem flux location -reg add "HKCU\SOFTWARE\Michael Herf\flux\Preferences" /v "Latitude" /t REG_DWORD /d "5369" /f -reg add "HKCU\SOFTWARE\Michael Herf\flux\Preferences" /v "Longitude" /t REG_DWORD /d "4294967118" /f rem add mumble short code reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\mumble.exe" /v "Path" /t REG_SZ /d "%ProgramFiles(x86)%\Mumble\\" /f reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\mumble.exe" /ve /t REG_SZ /d "%ProgramFiles(x86)%\Mumble\mumble.exe" /f |