Jump to content

Search the Community

Showing results for tags 'runonceex'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • The General Stuff
    • Announcements
    • Introduce Yourself!
    • General Discussion
  • Microsoft Software Products
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Server
    • Older Windows NT-Family OSes
    • Windows 9x/ME
    • Other Microsoft Products
  • Unattended Windows Discussion & Support
    • Unattended Windows
    • Other Unattended Projects
  • Member Contributed Projects
    • Nuhi Utilities
    • Member Projects
    • Other Member Contributed Projects
    • Windows Updates Downloader
  • Software, Hardware, Media and Games
    • Forum Categories
    • Mobile Devices
  • Customizing Windows and Graphics
    • Customizing Windows
    • Customizing Graphics
  • Coding, Scripting and Servers
    • Web Development (HTML, Java, PHP, ASP, XML, etc.)
    • Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
    • Server - Side Help (IIS, Apache, etc.)

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype

Found 3 results

  1. POWIS Powerful Windows Setup This tool was developed to bring new user experience into Windows setup, supporting all Windows versions from Vista and newer. What features are added by POWIS? 1. Windows Recovery Environment boot menu option 2. Multi-Unattended selector 3. Dynamic drivers folder 4. DriverPacks solution using Snappy Driver Installer 5. RunOnceEx setup phase a. Certificates installing from any *.CER files b. Microsoft Office installing – 2007 or 2010 – 2016 or 2019 / 365 using YAOCTRI c. MSI Packages installing d. Products activation using Multi-OEM/Retail Project {MRP} - Mk3 or your own custom Activate.cmd e. Updates installing f. Applications installing g. Apply personal settings from any *.REG files h. DriverStore cleanup i. Scripts execution from any *.PS1 or *.BAT or *.CMD files 6. ESD support for Windows Vista and Windows 7 What is supported? 1) Any architecture, build and language ISO or extracted setup of Windows Vista SP2*, Windows 7, Windows 8.0, Windows 8.1 and Windows 10. Servers are untested but they should work too. This could be pointed to bootable USB too. 2) Only clean installations are supported 3) Fully Unattended *NOTE: For dynamic drivers folder and automated skipping product key in Windows Vista is needed Windows 8.0 setup engine, if you want these features enable ESDSUPPORT option in config.ini How to use POWIS? 1) Download and extract this tool, for example to C:\POWIS directory 2) Prepare plugins folder. This folder needs your attention a) driverpacks – place any compressed *.7z DriverPacks here. Snappy Driver Installer install compatible drivers before first reboot of deployed system. All available languages in SDI v1.21.2.2102 are mapped to Windows language codes. So perfect multilanguage support is available. If someone translate SDI, these new translations are needed to be hardcoded in Launch.cmd. You can find log files in %WINDIR%\Logs. Download DriverPacks here or here or here. b) drivers – if you want to apply drivers to deployed system before first boot. Place drivers in INF format into certain folders. All directory is for architecture independent drivers, x64 for 64bit drivers and x86 is for 32bit drivers c) oem – This folder is for Multi-OEM/Retail Project {MRP} - Mk3 which is compatible with POWIS solution from v137.1, Download and extract this project. Needed files are DeCompile.exe, OEM's.7z and OOBE.cmd, then rename OOBE.cmd to OEM.cmd. You can find log files in %WINDIR%\Logs. On Windows 8 and newer you can see black screen during setup for a while. Don’t worry MRP is installed on background. This is caused by Windows setup design, on Windows 7 is this process different and you can see screen with “Setup will continue after restarting your computer“ instead. d) office – All Office versions are supported. For Office 2007 place unattended setup into All subfolder. This Office version is only 32bit and it will be installed on both x86 and x64 systems. For Office 2010 – 2016 create x86 and x64 subfolders and place unattended setup into them. If you want to force 32bit Office on x64 systems place setup into All folder instead. For Office 2019 / 365 is supported YAOCTRI installation method. Just place generated setup directly into office folder. See pictures below e) setup – This folder is here for your own *.CER, *.PS1, *.BAT, *.CMD, *.REG , EXE and MSI files During setup process is setup folder dynamically scanned, so you can add / remove files perfectly on the fly directly on your USB setup media. You need to follow some rules when adding installers. If your applications have EXE installer for both architecture it must have –all in filename. If there exist standalone installers keep –x86 and –x64 in filename instead. To define silent switch create simple TXT file with same name as application installer, but without architecture identificator. So for WinRAR-x86.exe and WinRAR-x64.exe is needed WinRAR.txt with /S inside as only single line. MSI packages are installed automatically with /quiet /norestart switch. If you want to use your own switches do it in same way as you do for EXE installers. *.CER, *.PS1, *.BAT, *.CMD, *.REG are silently launched and applied. In scripts don't forget to exit them. f) unattended – place any Unattended files here, if you do it, you will be prompted for selection when setup begin g) updates – place any updates files *.MSU, *.CAB, *.MSP here and they will be silently installed. Just keep -x86 and -x64 in filename, simply follow the same logic as applications installers 3) Configure options in Config.ini 4) Launch POWIS.cmd as Administrator, then drag and drop extracted Windows setup path or ISO or already created bootable USB into console window. You can also use POWIS directly from CMD in your own scripts. See POWIS.cmd /? for more informations. When you point already created bootable USB, it must be without \ (backslash), like E: or G: not E:\ or G:\ otherwise POWIS end in fail with many errors. I tried to solve this, but on some languages is backslash different character. So this must be carefully driven by user. What is RunOnceEx? RunOnceEx is old build-in Windows feature introduced firstly in Windows 95, which processing commands one by one. In POWIS solution are these steps generated by RunOnceEx.cmd on the fly during setup process. This is also solution for some special cases. 1) Some applications needs created User account and can’t be installed through SetupComplete.cmd. RunOnceEx is processed under Administrator account so this limitation is gone. 2) SetupComplete.cmd and OOBE.cmd are ignored during setup when OEM key is used. This limitation is also gone in POWIS solution with RunOnceEx setup phase. NOTE: You can still use these files if you want, but they have their limitations explained above. To be able to run this solution was developed Watcher.cmd. Small script that runs on background when RunOnceEx is launched to watch every 1 second for explorer.exe and sysprep.exe in Task manager, as these processes needs to be killed immediately after they appears to avoid unneeded user touch and bring better and clean user experience. All steps are readed dynamically, so you can view all 10 steps or only few of them. This dialog is translatable through RunOnceEx.inf. It’s a small INF file with multilanguage strings, this is same method like drivers are localized. Currently are supported these languages. Many thanks for them to translators! English (en-US) Czech (cs-CZ) Brazilian Portuguese (pt-BR) Spanish (es-ES) Slovak (sk-SK) German (de-DE) Dutch (nl-NL) Norwegian Bokmål (nb-NO) Finnish (fi-FI) Bulgarian (bg-BG) Korean (ko-KR) French (fr-FR) Italian (it-IT) Portuguese (pt-PT) Russian (ru-RU) Danish (da-DK) Slovenian (sl-SI) Croatian (hr-HR) Greek (el-GR) Turkish (tr-TR) Romanian (ro-RO) Swedish (sv-SE) If you want to add your language translation, please translate these strings and submit them with language name / language code. They will be added in next release. FINTEXT = "Windows Post-Setup" CERTEXT = "Installing certificates" SCRIPTTEXT = "Executing scripts" OFFTEXT = "Installing Microsoft Office" MSITEXT = "Installing MSI packages" ACTTEXT = "Activating products" UPDTEXT = "Installing updates" SILTEXT = "Installing applications" TWKTEXT = "Applying personal settings" DRVCLNTEXT = "Removing unused drivers" RBTTEXT = "Reboot" Examples of translated RunOnceEx into Korean, Czech or Italian. This can support any language If you like old Window 95 setup style icon, disable ICONPATCH option in config.ini. I personally want new one instead. This is how original ugly old icon looks. NOTE: When you are removing components with NTLite or any other slimming down tool. Keep protected these Internet Explorer files as they are responsible for RunOnceEx - iernonce.dll + iernonce.dll.mui + IEAdvpack.dll. NOTE: If you remove them before POWIS touch keep calm, POWIS will add all needed files. Yes, it works with Server Core without problem too! What is Clean DriverStore feature? Have you integrated bunch of drivers into your image? CleanDriverStore.cmd is what every installed system with preintegrated drivers needs. All drivers that are not in use are automatically removed from DriverStore. NOTE: Keep all devices connected during setup or your integrated drivers for these devices will be removed! You can save a lot of space at installed machine. If you already updated your system drivers you can run CleanDriverStore.cmd as Administrator manually too! You can find log file in %WINDIR%\Logs. How is provided ESD support for Windows Vista and Windows 7? Yes, it’s possible to bring ESD compression into these older operating systems. This is provided by upgrading setup engine inside WinPE, this mean boot.wim is still original from Windows Vista or Windows 7. POWIS include RES patches, so setup looks same as original! To compress install.wim into install.esd you need to enable ESDSUPPORT + INSTALLRECOMPRESS options and set INSTALLFORMAT to ESD. What you need to do is simple, just provide new setup engine 1) Windows Vista require exactly Windows 8.0. For example English Windows Vista Ultimate SP2 x64 ISO have 3,7GB, compressed to ESD with WinRE option is final ISO 2,6GB a) This bring dynamic drivers folder support and automated skipping product key too b) Small glitch exist in setup after first reboot – setup activate second step „Expanding files“, but don’t worry it’s only glitch and setup is succesfully finished 2) Windows 7 require any Windows from Windows 8.0 and newer, works with Windows 10 20H2 without problem. For example English Windows 7 Ultimate SP1 x64 ISO have 3,2GB, compressed to ESD with WinRE option is final ISO 2,4GB How looks setup with applied POWIS? Whole Windows setup process is now more script driven. Due this method we are loosing Windows Recovery Environment option in setup known as Repair PC option. But this doesn’t matter as we added new boot option to winre.wim directly from sources folder to be able to enter Windows Recovery Environment. For example, this is how is changed setup structure in Windows 10 20H2v2. New folders and files that are reposponsible for whole magic are added Screenshots are in next posts! Release history 15.07.2021 - v1.0.3 - Added RunOnceEx Swedish (sv-SE) translation - Added Activation plugin folder and moved Activate.cmd inside - Improved setup.cmd for more customizable builds 01.07.2021 - v1.0.2 - Added RunOnceEx Greek (el-GR), Turkish (tr-TR) and Romanian (ro-RO) translations - Added install.esd input support - Now you can use POWIS on setup with install.esd - Added Themes and Wallpapers plugin folders - Added many new customizable options into config.ini - Fixed AutoUnattended selector - Fixed Num Lock default settings in WinPE - Fixed WinRE.wim name and description - Fixed RunOnceEx on NTLited images without Internet Explorer 27.05.2021 - v1.0.1 - Added RunOnceEx Slovenian (sl-SI) and Croatian (hr-HR) translations - Added DISM 10.0.19041.1 - now can POWIS run under Windows 7 host without problem - Fixed forgoten visible logs during upgrading setup engine 24.05.2021 - v1.0 - First public release Download https://www.mediafire.com/file/ekko89b1fqtnf93/POWIS_v1.0.3.7z/file or https://mega.nz/file/zAlDBYBK#DfYEu__hikhVasiDQvyzGhjUtMVLxi3rWw746oF70u8
  2. Long time MSFN lurker,part time Windows OS modder... that being said,I have a unattended program installation issue i would like remedied via this MSFN forum...I wuold like to install a few 3rd party freeware apps before windows xp completes "gui mode" setup or before windows xp logs onto the user desktop;specifically what is the syntax (using nLite app..or...other setup manager/installation apps??) could i use to accomplish installing these 3rd party apps ...silently,and without errors??? I have "noticed" and "noted" that Windows XP had support withdrawn from MS in 2014...and that the MSFN Unattended XP guide links no longer exist.. : ( hence my frustration with how to install 3rd party apps whilst windows xp reboots to the new user desktop...ie,lack of unattended xp setup documentation for this MS "relic".... In any event ,thanks in advance for any helpful information regarding creating batch files/.cmd files ($OEM$ folder method??) and/or .inf files (svcpack method???) to accomplish the aforementioned app installations...and if anyone knows where i may find a pdf copy (no survey link??)of the now defunct MSFN unattended xp guide..would appreciate IT(pun intended)!!
  3. Hi there, I like to install Windows XP SP3 with all the updates, so I can sit after the installation and just have a cup of coffee... instead of waiting to get the updates one by one using Windows Update or Microsoft Update. But for the last few months, I've updated my XP ISO just by adding the hotfixes using a batch called 'adiciona.cmd', being this one called at the end of RunOnceEx.cmd. The file is growing and being too annoying to edit every time I have to update the ISO, so I decided to request help from you, to get all the updates 'slipstreamed' or, at least, installed earlier - using the RunOnceEx.cmd, for instance. So here are my two files to you to consider: adiciona.cmd @echo offcmdow @ /HIDnet user aspnet /deletefor %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\win51ip.SP3 set APZ=%%i:\Appsstart /wait %APZ%\Updates\2013\rvkroots.exe /qrem start /wait %APZ%\Updates\2013\KB923789.exe /qb /norestartstart /wait %APZ%\Updates\DOTNET\NDP1.1sp1-KB2742597-X86.exe /q /norestartstart /wait %APZ%\Updates\DOTNET\NDP20SP2-KB2604092-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP20SP2-KB2656352-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP20SP2-KB2729450-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP20SP2-KB2742596-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP20SP2-KB2789643-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP20SP2-KB2804577-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP30SP2-KB2604110-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP30SP2-KB2656407-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP30SP2-KB2756918-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP30SP2-KB982168-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP30SP2-KB982524-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP35SP1-KB2604111-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP35SP1-KB2657424-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP35SP1-KB2736416-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP20SP2-KB958481-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP30SP2-KB958483-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET\NDP35SP1-KB958484-x86.exe /q /o /n /zstart /wait %APZ%\Updates\2013\WindowsXP-KB2603381-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\2013\WindowsXP-KB2686509-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\2013\WindowsXP-KB2829530-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2845187-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2850851-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2849470-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2850869-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2859537-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2847311-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2862330-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2862335-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2864063-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2868038-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2876217-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2876315-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2883150-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\JulOut13\WindowsXP-KB2884256-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\IE8-WindowsXP-KB2846071-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\IE8-WindowsXP-KB2862772-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\IE8-WindowsXP-KB2879017-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\IE8-WindowsXP-KB2598845-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\Silverlight.exe /qstart /wait %APZ%\Updates\DOTNET13\NDP1.1sp1-KB2833941-X86.exe /q /norestartstart /wait %APZ%\Updates\DOTNET13\NDP20SP2-KB2833940-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET13\NDP20SP2-KB2836941-v2-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET13\NDP20SP2-KB2844285-v2-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET13\NDP20SP2-KB2863239-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET13\NDP30SP2-KB2832411-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET13\NDP30SP2-KB2861189-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET13\NDP35SP1-KB2836940-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET13\NDP35SP1-KB2840629-x86.exe /q /o /n /zstart /wait %APZ%\Updates\DOTNET13\NDP35SP1-KB2861697-x86.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\WindowsXP-KB2686509-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\WindowsXP-KB2834886-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\WindowsXP-KB968930-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\WindowsXP-KB975713-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\WindowsXP-WindowsMedia-KB2834904-v2-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\IE8-WindowsXP-KB2632503-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\rootsupd.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\WindowsXP-KB2492386-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\WindowsXP-KB2749655-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\WindowsXP-KB2808679-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\WindowsXP-KB2863058-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\Xtras2013\WindowsXP-KB961118-x86-PTB.exe /q /o /n /zstart /wait %APZ%\Updates\windowsupdateagent30-x86.exe /quiet /norestart /wuforceEXITRunOnceEx.cmd @echo offcmdow @ /HIDnet user aspnet /deleteshutdown.exe -r -f -c "Restarting in 50 seconds...WAIT !" -t 50@echo offcmdow @ /HIDfor %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\win51ip.SP3 set CDROM=%%i:for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\win51ip.SP3 set APZ=%%i:\Appsregsvr32 /s %windir%\system32\GWFSPIDGen.dllregsvr32 /s %windir%\system32\LegitCheckControl.dllregsvr32 /s %windir%\system32\wups2.dllregsvr32 /s %windir%\system32\muweb.dllSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing extras..." /fREG ADD %KEY%\020 /VE /D ".NET FW 1.1-3.5SP1 (Wait !)" /fREG ADD %KEY%\020 /V 1 /D "%APZ%\DNF35SP1\DNF11br20SP2br30SP2br35SP1br.exe /gm2 /silent /quiet" /fREG ADD %KEY%\035 /VE /D "DirectX 9.0c [Jun-2010 Nov-2012]" /fREG ADD %KEY%\035 /V 1 /D "%APZ%\DX9c\DXSETUP.exe /silent" /fREG ADD %KEY%\055 /VE /D "Flash ActiveX and Plug-in 11.9.900.117" /fREG ADD %KEY%\055 /V 1 /D "%APZ%\Flashock\install_flash_player_11_active_x.msi /qb" /fREG ADD %KEY%\055 /V 2 /D "%APZ%\Flashock\install_flash_player_11_plugin.msi /qb" /fREG ADD %KEY%\060 /VE /D "Shockwave 12.0.5.146" /fREG ADD %KEY%\060 /V 1 /D "%APZ%\Flashock\sw_lic_full_installer.msi /qb" /fREG ADD %KEY%\065 /VE /D "Adobe Reader XI (Light) BR" /frem REG ADD %KEY%\065 /V 1 /D "%APZ%\AdobeXI\AdbeRdr11000_pt_BR.exe /sAll /rs /l /msi /qb /norestart ALLUSERS=1 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES"REG ADD %KEY%\065 /V 1 /D "%APZ%\AdobeXI\AdbeRdrLite11005_pt_BR.msi /qb" /fREG ADD %KEY%\070 /VE /D "Sun Java JRE 7 Update 45" /fREG ADD %KEY%\070 /V 1 /D "%APZ%\Java7\jre-7u45-windows-i586 /s /v /qn ADDLOCAL=jrecore IEXPLORER=1 MOZILLA=1 JAVAUPDATE=0 WEBSTARTICON=0 REBOOT=Suppress SYSTRAY=0 JU=0" /fREG ADD %KEY%\125 /VE /D "Other..." /fREG ADD %KEY%\125 /V 1 /D "%APZ%\adiciona.cmd" /f <<<<<< HERE RUNONCEEX.CMD CALLS 'adiciona.cmd'REM Erasing installation temp directories...@echo offcmdow @ /HIDRD /S /Q %systemdrive%\uninstallRD /S /Q %systemdrive%\DriversSET D=%SYSTEMROOT%\system32\echo [General] >> "%D%oeminfo.ini"echo Manufacturer=XP SP3 Pro>>"%D%oeminfo.ini"echo Model=Installed on %date%>>"%D%oeminfo.ini"EXITAny help will be much appreciated. --ThundernetBR
×
×
  • Create New...