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.

Featured Replies

Posted

Is there a way to set the sefault TimeZone with WTK?  I am thinking putting something like the following in SilentInstaller (RunOnce) via a command file that has been converted to an SFX::

 

DISM /image:<MountName> /Set-TimeZone:<TimeZoneName>

 

If my idea seems feasible, what MountName should be used?

DISM documentation says that any value contained in HKLM\Software\Microsoft\Windows NT\CurrentVersion\TimeZone can be used in <TimeZoneName>.

Do it with Autounattend.xml and place it in the root of your Windows DVD. Example for German :

 

 

 

<?xml version="1.0" encoding="utf-8"?>
<!--Created by Win Toolkit v1.4.0.75-->
<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>de-DE</UILanguage>
            </SetupUILanguage>
                <InputLocale>0407:00000407</InputLocale>
                <UserLocale>de-DE</UserLocale>
                <UILanguage>de-DE</UILanguage>
                <SystemLocale>de-DE</SystemLocale>
        </component>
      
        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" 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>de-DE</UILanguage>
            </SetupUILanguage>
                <InputLocale>0407:00000407</InputLocale>
                <UserLocale>de-DE</UserLocale>
                <UILanguage>de-DE</UILanguage>
                <SystemLocale>de-DE</SystemLocale>
        </component>
        </settings>
</unattend>
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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.