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.

AhrimanSefid

Members
  • Joined

  • Last visited

Posts posted by AhrimanSefid

  1. ·

    Edited by AhrimanSefid

    not make config file (last session .ini)

     

    http://imageupper.com/i/?S0200010080013I13851849781498260

     

    I13851849781498260_1.png

     

    Settings.txt

    fAddons=fDrivers=fGadgets=fSilents=fThemes=fTweaks=fUpdates=fWallpapers=sAICommands=TruesAVScan=FalsesAIOSave=TruesUpdFilter=TruesAIOTIME=sPreventSleep=TruesCheckForUpdates=TruesDLogging=TruesFreeRAM=TruesLastDir=C:\Users\test\Desktop\Windows 7 SP1 AIO x64 en-US USB3 IE11 Baseline v2\Win7AIO-SP1-x64-en-US-Baseline-v2-2sLastWIM=C:\Users\test\Desktop\Windows 7 SP1 AIO x64 en-US USB3 IE11 Baseline v2\Win7AIO-SP1-x64-en-US-Baseline-v2-2\sources\install.wimsPLastWIM=C:\Users\test\Desktop\Windows 7 SP1 AIO x64 en-US USB3 IE11 Baseline v2\Win7AIO-SP1-x64-en-US-Baseline-v2-2\sources\install.wim|N/A|N/A|N/A|N/AsmCheck=FalsesAIOPM=TruesMountTemp=C:\WinToolkit_MountsQuickMerge=TruesFormSize=|frmWIMManager:791*504|frmToolsManager:883*709smVerify=FalsesSolDownload=K:\Needz\WinToolkit\Updates\sTransparency=100sTransparencyAll=FalsesWinToolkitDISM=NormalsWinToolkitExt=NormalsWinToolkitPRI=NormalsUploadLogs=TruesLastISO_Folder=C:\Users\test\Desktop\Windows 7 SP1 AIO x64 en-US USB3 IE11 Baseline v2\Win7AIO-SP1-x64-en-US-Baseline-v2-2sLastISO_ISO=C:\Users\test\Desktop\0001.isosMountLog=TruesWelcomeTab=TruesDownloadTab=TruesToolsTab=TruesRegistryLog=False
  2. ·

    Edited by AhrimanSefid

    Hi Al.

    Me add AutoUnattend.xml In Win Iso But No Test In Vmware Not Read ProductKey + Netframework 3.5 SP1 Offline Install.

    Plz Help Me For Fixed.

    WinToolkit150-1_Test38 Unattended Creator.

    Thanks a Lot.

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
    <package action="configure">
    <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.2.8102.0" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
    <selection name="NetFx3" state="true" />
    </package>
    </servicing>
    <servicing>
    <package action="configure">
    <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.2.8102.0" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" />
    <selection name="NetFx3" state="true" />
    </package>
    </servicing>

    <settings pass="windowsPE">
    <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">
    <UserData>
    <AcceptEula>true</AcceptEula>
    <ProductKey>
    <Key>CCCC-CCCC-CCCC-CCCC-CCCC</Key>
    <WillShowUI>Always</WillShowUI>
    </ProductKey>
    </UserData>
    </component>
    <component name="Microsoft-Windows-Setup" 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">
    <UserData>
    <AcceptEula>true</AcceptEula>
    <ProductKey>
    <Key>CCCC-CCCC-CCCC-CCCC-CCCC</Key>
    <WillShowUI>Always</WillShowUI>
    </ProductKey>
    </UserData>
    </component>
    </settings>
    <settings pass="specialize">
    <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">
    <ProductKey>CCCC-CCCC-CCCC-CCCC-CCCC</ProductKey>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" 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">
    <ProductKey>CCCC-CCCC-CCCC-CCCC-CCCC</ProductKey>
    </component>
    </settings>
    <settings pass="oobeSystem">
    <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">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    </OOBE>
    <TimeZone>US Standard Time</TimeZone>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" 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">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    </OOBE>
    <TimeZone>US Standard Time</TimeZone>
    </component>
    </settings>
    </unattend>

  3. ·

    Edited by AhrimanSefid

    Hi All.

    Plz Help For Fix File.

    Not Run File.

    Plz Help Me.

    Thanks A Lot.

    [guirunonce]
    "%CDROM%XPS3\SETUP\$OEM$\OFFICE2007SP2ENGLISH\install.bat"

    And

    install.bat

    @ECHO off
    title Microsoft Office 2007
    ECHO.
    ECHO Installing Microsoft Office 2007
    Echo Please wait...
    start/wait %CDROM%XPS3\SETUP\$OEM$\OFFICE2007SP2ENGLISH\setup.exe /adminfile test.MSP
    exit

    post-20108-126458250346_thumb.jpg

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.