Jump to content
View in the app

A better way to browse. Learn more.

WinCert.net Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

RicaNeaga

Members
  • Joined

  • Last visited

Posts posted by RicaNeaga

  1. How did you uninstall it? It doesn't have a shortcut either in control panel's Programs and Features, either in Start Menu. The ''request'' was to make such an uninstall shortcut somewhere (preferably in programs from control panel) that works.

     

    And no, no other errors. The program via the control panel shortcut works just great, both on x86 and x64 versions :)

  2. I'm verifying now all ''my'' addons for both x86 and x64 builds, and I've noticed one single problem - WhatInStartup is not uninstalable (both for x86 and x64). No biggie / no hurry, please check once version 1.36 is out. Thanks! :)

  3. When Intel made their chipset drivers windows 8 compatible, ~ when the first 9.3.x.xxxx version was released, and also when most of the .cat files grew in size from ~ 10kb to ~ 100kb (10 times the size), problems began when integrating with them in a windows 7 image. For example, on some (''older'')  Intel chipsets after windows install video drivers couldn't be installed and stuff like that.

     

    I also noticed other people mentioned this. Now however I don't have any problematic Intel system available, so I'm asking - is it still happening with the latest (now windows 8.1 compatible) 9.4.0.1022 version? Again all of them were changed.

  4. Actually it's recommended to install the directx redistributable. And it doesn't include only directx 9 & 10 files, but directx 11 files too. Some apps (especially games) need those to be installed, they don't come with windows, or so was the case with xp / vista / 7 and 8, I don't think 8.1 will be the exception. :)

  5. I'm pretty sure it's alphabetical order for installers during RunOnce (I always used a number of''z'' letters in front of the ones I needed to be installed in a special order / lastly). :)

  6. ·

    Edited by RicaNeaga

    Laughed alot about the step-daughter issues :D btw, what's the finale? :D

     

    Also, please post here your autounnatended.xml. I have that one with the network skipped just fine, don't know why that's happening to you.

     

     

    LE: Nevermind, I saw it in your second post. Here's how mine looks like:

    <?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend">    <settings pass="windowsPE">        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <SetupUILanguage>                <UILanguage>en-US</UILanguage>            </SetupUILanguage>            <UserLocale>ro-RO</UserLocale>			<InputLocale>en-US</InputLocale>            <SystemLocale>en-US</SystemLocale>            <UILanguage>en-US</UILanguage>	        </component>        <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <DiskConfiguration>                <WillShowUI>Always</WillShowUI>            </DiskConfiguration>            <ImageInstall>                <OSImage>                    <InstallFrom>                        <MetaData wcm:action="add">                            <Key>/IMAGE/NAME</Key>                            <Value>Windows 7 HOMEPREMIUM</Value>                        </MetaData>                    </InstallFrom>                </OSImage>            </ImageInstall>            <UserData>                <AcceptEula>true</AcceptEula>                <ProductKey>                    <Key>RHPQ2-RMFJH-74XYM-BH4JX-XM76F</Key>                    <WillShowUI>OnError</WillShowUI>                </ProductKey>            </UserData>        </component>    </settings>    <settings pass="specialize">        <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <SkipAutoActivation>true</SkipAutoActivation>        </component>        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">			<ComputerName>Admin-PC</ComputerName>            <ProductKey>RHPQ2-RMFJH-74XYM-BH4JX-XM76F</ProductKey>        </component>    </settings>    <settings pass="oobeSystem">        <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <UserLocale>ro-RO</UserLocale>			<InputLocale>en-US; ro-RO</InputLocale>            <SystemLocale>en-US</SystemLocale>            <UILanguage>en-US</UILanguage>        </component>		<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">             <TimeZone>GTB Standard Time</TimeZone>            <OOBE>                <HideEULAPage>true</HideEULAPage>				<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>                <NetworkLocation>Home</NetworkLocation>                <ProtectYourPC>3</ProtectYourPC>            </OOBE>            <AutoLogon>                <Password>                    <Value></Value>                </Password>                <Enabled>true</Enabled>                <LogonCount>2</LogonCount>                <Username>Administrator</Username>            </AutoLogon>            <UserAccounts>                <LocalAccounts>                    <LocalAccount wcm:action="add">                        <Password>                            <Value></Value>                            <PlainText>true</PlainText>                        </Password>                        <DisplayName>Administrator</DisplayName>                        <Name>Administrator</Name>                        <Group>Administrators</Group>                    </LocalAccount>                </LocalAccounts>            </UserAccounts>        </component>    </settings></unattend>

    So, <NetworkLocation>Home</NetworkLocation> should do the trick and make the install process fully quiet.

     

     

    Also, if you don't want the network location wizard to ever pop up, use this tweak:

    Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Network\NetworkLocationWizard]"HideWizard"=dword:00000001[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control\Network\NetworkLocationWizard]"HideWizard"=dword:00000001
  7. Nope, not through that Wintoolkit feature. If you want a simple solution, there isn't one. Best suggestion - make a silent addon via a .7z installer that includes that folder and a simple .batch files that has admin privileges.

  8. ·

    Edited by RicaNeaga

    You can use a third-party tool like this one (simple and intuitive) to only mount the .wim and copy the ''WinToolkit_App'' folder to it. Of course, that is after everything is completed in WinToolkit.

     

    btw, I wasn't aware that when deploying over the network, only the contents of the .wim file were discoverable by windows installation process / WinToolkit's Runonce process.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.