This commit is contained in:
Michael H.G. Schmidt 2023-03-09 21:13:11 +01:00
parent b6749a3470
commit 89bc82e5cd
2 changed files with 18 additions and 11 deletions

View File

@ -16,25 +16,33 @@ if NOT EXIST %SOFTWARE%\%MSI% (
echo ####### %0 ####### echo ####### %0 #######
cd %SOFTWARE% cd %SOFTWARE%
@echo on
msiexec /uninstall %MSI% /passive msiexec /uninstall %MSI% /passive
@echo on
msiexec /i %MSI% /passive msiexec /i %MSI% /passive
@echo off @echo off
cd %OPT% cd %OPT%
echo renaming Chrome desktop shortcut ...
move /Y %PUBLIC%\Desktop\"Google Chrome.lnk" %PUBLIC%\Desktop\Chrome.lnk 2>nul
echo importing registry settings ... echo importing registry settings ...
reg import %CONFIG% reg import %CONFIG%
rem unpin chrome icon frpom taskbar ... rem unpin chrome icon from taskbar ...
echo.
call %SCRIPTS%\unpin-taskbar-icons.cmd call %SCRIPTS%\unpin-taskbar-icons.cmd
echo.
echo disabling update tasks ... echo disabling update tasks ...
schtasks /Change /TN "GoogleUpdateTaskMachineCore{FF03DE7D-B6BB-4BD9-B599-5500A9284F84}" /disable schtasks /Change /TN "GoogleUpdateTaskMachineCore{FF03DE7D-B6BB-4BD9-B599-5500A9284F84}" /disable
schtasks /Change /TN "GoogleUpdateTaskMachineUA{947CFA0A-AC3E-424D-99CD-38EE819AB072}" /disable schtasks /Change /TN "GoogleUpdateTaskMachineUA{947CFA0A-AC3E-424D-99CD-38EE819AB072}" /disable
echo renaming chrome desktop shortcut ...
move /Y %PUBLIC%\Desktop\"Google Chrome.lnk" %PUBLIC%\Desktop\Chrome.lnk 2>nul
echo sleeping 5 seconds ...
ping 127.0.0.1 -n 5 > NUL 2>&1
echo cleanup ...
del /F /Q "%USERPROFILE%\Desktop\Google Chrome.lnk" 2>nul
rem refresh desktop (W10 style) rem refresh desktop (W10 style)
ie4uinit.exe -show ie4uinit.exe -show

View File

@ -5,14 +5,14 @@
; LICENSE : GPL ; LICENSE : GPL
; AUTHOR : Michael H.G. Schmidt ; AUTHOR : Michael H.G. Schmidt
; EMAIL : michael@schmidt2.de ; EMAIL : michael@schmidt2.de
; DATE : 20230214 ; DATE : 20230309
; ------------------------------------------------------------ ; ------------------------------------------------------------
; ;
; VARIABLES ; VARIABLES
Global Security=#True Global Security=#True
Global DefaultStartPage$="http://Bing.de" Global DefaultStartPage$="https://duckduckgo.com"
Global StartPage$=DefaultStartPage$ Global StartPage$=DefaultStartPage$
Procedure ResizeWebWindow() Procedure ResizeWebWindow()
@ -134,8 +134,7 @@ If OpenWindow(0, 100, 200, 800, 600, "MiniBrowser", #PB_Window_MinimizeGadget |
EndIf EndIf
; IDE Options = PureBasic 5.73 LTS (Windows - x64) ; IDE Options = PureBasic 5.73 LTS (Windows - x64)
; CursorPosition = 98 ; CursorPosition = 16
; FirstLine = 77
; Folding = - ; Folding = -
; EnableXP ; EnableXP
; UseIcon = internet_free_icon.ico ; UseIcon = internet_free_icon.ico