-
Posts
32 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Posts posted by Boskorp
-
-
Hello mooms, script runs fine. Can you suggest me what to modify, so when selected Dual install with NoGUI, the default behavior to be - install java with webplugins and -ai switch to force it without webplugins?
I looked into ":Config_Dual_2" section, but not sure what exactly to change in it. Is it only change values of WEB_JAVA=1 for enabled?
10x in advance
-
7Zip doesn't open jre v8u20 anymore, any solution?
-
Hello mooms,
Wanted to ask if there is an option to include the -ai option directly into the SFX without showing the info message when SFX is ran.
Cheers
-
To avoid error using Autounattend.xml file with IE11 integrated, we need to remove, if exists, inside
<settings pass="specialize"> :
<ShowMenuBar>true</ShowMenuBar> (or maybe changing the value to false [but not tested])
I didn't have that option configured, but will have it in mind.
In my case another one caused problems : <IEWelcomeMsg>false</IEWelcomeMsg> This line should be completely removed from the autounattend, false/true doesn't help as it throws the error trying to parse the setting in IE11 (info).
-
- an option to disable Windows Defender edit: not the service.
I used a reg to stop Defender Real-Time ProtectionIt appears this doesn't run if UAC is enabled, bcz those keys need permissionsWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Real-Time Protection]"DisableRealtimeMonitoring"=dword:00000001
But I leave other options for weekly quick-scan schedule, although you might consider changing some of them here: run > regedit > HKLM \ SOFTWARE \ Microsoft \ Windows Defender
These options doesn't stop the service itself. Reg could be merged with other reg values and imported as a tweak in WT
BTW 10x for the WU.sfx
-
Hi, I was wondering if it's possible to make a repack of Office File Validation addin that include the latest patch, so it can install everything at once.
Here the link:
http://www.microsoft.com/en-us/download/details.aspx?id=2807
http://www.microsoft.com/en-us/download/details.aspx?id=27308
Thanks
+1 pls
Java Multi Maker
in Switchless installers
Posted
It works perfect, modded the way described. And script looks more clear/readable with variables compared to previous ones.
Thank You.