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.

alfreire

Members
  • Joined

  • Last visited

  1.    geodasoft reacted to a post in a topic: WinRAR SFX Maker 3.4
  2.    alfreire reacted to a post in a topic: Unable to crearte a new Autounattend
  3. alfreire changed their profile photo
  4.    alfreire reacted to a post in a topic: Unattended Creator
  5. Hi... to find switches you must do this: Run offline installer in Virtual Machine and wait to the program is iddle (yo can see Google offfer window) Go to %temp% folder and copy _av_iup.tm~a*** folder to other location Finalize installation and then open C:\ProgramData\AVAST Software\Persistent Data\Avast\Logs\Setup.log file with Notepad Search for instup.exe" /edition (in line 9 +-) Command: '"C:\Users\Administrador\AppData\Local\Temp\_av_iup.tm~a00668\instup.exe" /edition:1 /ga_clientid:124e581d-f162-47a7-a518-f372afb62e8d /guid:21e128e4-bea6-4bc6-b618-a46c75ccefec /prod:ais /sfx /sfxstorage:C:\Users\Administrador\AppData\Local\Temp\_av_iup.tm~a00668' You can edit comand like this: You must run command from the folder that contain Avast files copied from temp folder Change C:\AvastFiles for your own folder edition:1 is Free version, you can discover the other version numbers by runing same steps installing other Avast versions Cheers... ;-)
  6.    alfreire reacted to a post in a topic: WinToolkit Development
  7.    alfreire reacted to a post in a topic: Silent Install Switches
  8.    alfreire reacted to a post in a topic: WinToolkit Development
  9.    alfreire reacted to a post in a topic: Silent Install Switches
  10.    endo reacted to a post in a topic: Inno Setup Bundle 6.2.2
  11. Updated to v5.1.4-r110228... Regards... ;-)
  12. Updated to v5.1.2-r108956... Regards... ;-)
  13. Updated to v5.1.0-r108711... Regards... ;-)
  14. Updated to v5.0.24-r108355... Regards... ;-)
  15. Updated to v5.0.22-r108108... Regards... ;-)
  16. Quizá puedes adaptar esto a tu script detectando la versión de Windows... sería muy fácil si utilizaras Inno Setup... SaluII... ;-) @echo off ver | find "5.1" > nul if %ERRORLEVEL% == 0 goto win_xp ver | find "6.1." > nul if %ERRORLEVEL% == 0 goto win_7 ver | find "6.2." > nul if %ERRORLEVEL% == 0 goto win_8 ver | find "6.3." > nul if %ERRORLEVEL% == 0 goto win_81 ver | find "10.0." > nul if %ERRORLEVEL% == 0 goto win_10 :win_7 echo El Sistema es Windows 7 pause goto exit :win_xp echo El Sistema es Windows XP pause goto exit :win_8 echo El Sistema es Windows 8 pause goto exit :win_81 echo El Sistema es Windows 8.1 pause goto exit :win_10 echo El Sistema es Windows 10 pause goto exit @echo off cls REM Identify OS. ver | find /i "10.0." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 10 ver | find /i "6.3." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 8.1 ver | find /i "6.2." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 8 ver | find /i "6.1." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 7 ver | find /i "6.0." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows Vista ver | find /i "5.1." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows XP ver | find /i "5.2." > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 2003 ver | find /i "Windows 2000" > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 2000 ver | find /i "Windows NT" > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows NT ver | find /i ">Windows ME" > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows ME ver | find /i "Windows 98" > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 98 ver | find /i "Windows 95" > nul if %errorlevel%==0 set VERSIONWINDOWS=Windows 95 REM Identify bit IF NOT EXIST "%programfiles(x86)%" set VERSIONBIT=32 bit IF EXIST "%programfiles(x86)%" set VERSIONBIT=64 bit REM Display result echo %VERSIONWINDOWS% %VERSIONBIT% echo. pause
  17.    alfreire reacted to a post in a topic: Donations
  18. Updated to v5.0.20-r106931... Regards... ;-)
  19. Updated to v5.0.18-r106667... Regards... ;-)
  20. Updated to v11.2.2261... Regards... ;-)
  21. Avira.Free v15.0.16.282 Free [English] [Silent]... ;-) Download: Features: -Not install Toolbars or other junk... -To Silent Install use /silent or /verysilent switch... Cheers... ;-)
  22. Updated to v5.0.16-r105871... Regards... ;-)
  23. Updated to v5.0.14-r105127... Regards... ;-)
  24. Regards... ;-)

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.