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.

ricktendo

Members
  • Joined

  • Last visited

Everything posted by ricktendo

  1. Yes mine is the spanish one but its dependant on use of my updatepack
  2. @RickSteele try integrating your updates before you sysprep I cant recall off the top of my head but there are a couple that fix sysprep issues
  3. ricktendo replied to NIM's topic in Announcements
    Buy Viagra
  4. md5 you posted is the correct one. BTW uploaded rvmi version and fixed md5's
  5. I had no internet for the past 3 days, only had time to upload the nlite version will upload the rvmi one tomorrow
  6. Hey lego, I dont know if pnputil should be something you add for the setup part of the toolkit, but it is definitely something you should add for the online image. You have a msu/cab installer for online images why not have a driver installer/lister/remover too using pnputil
  7. Si hablas de cambiar el fondo de la pantalla de inicio tienes que tener un fondo llamado backgroundDefault.jpg en C:\Windows\System32\oobe\info\backgrounds\backgroundDefault.jpg Luego en tu oobe.xml tienes que tener <FirstExperience> <oobe> <oem> <OutOfBoxBackground>true</OutOfBoxBackground> </oem> </oobe> </FirstExperience>
  8. Seems like a useful feature...BTW plz post a md5 of the archive Moved to correct sub forum (not a inf addon its svcpack)
  9. PnpUtil is not for integration, its only if you are using the cmdline to add/remove a driver from a online image (so if you want to add an option to w7t for driver adding/installing post setup I guess you could) The reason I suggested he use pnputil is so he can install his video driver during 1st login (using the inf because he said there is no silent setup option) and integrate the others pnputil and dism are kinda similar, you can add a bunch of inf drivers and it will add them to the driverstore (it wont install them) pnputil -a *.inf To install use -i -a but you have to specify the inf filename you cant use *.inf like you can with just -a To delete a driver you use -d oem#.inf and add -f to force if the driver is in use...finally use -e to get a list aka enumerate the drivers
  10. You can use pnputil.exe to install the driver unattendedly pnputil -i -a <inf_name>.inf
  11. The integration order does not matter, the drivers are not actually installed until the second part of the setup after the first reboot
  12. Not that I know of, try renaming the inf's see if alphabetical or numerical order is what is used (I doubt it)
  13. This is expected, ZER0/No updates should show in both Windows Update nor in View installed updates
  14. Que no se te olvide los switches para copy como el /y...y si yo fuera tu yo pondria %%T para definir la ruta a el archivo txt SetEnvironment="Var1="\"%ProgramFiles%\\FolderName\" AutoInstall2="hidcon:cmd /c copy \"%%T\\file.txt\" %Var1% /y" Si tienes problemas copiando ciertos archivos con copy use xcopy
  15. I wish SoLoR did this also, I dont do it out of laziness...Maybe next time because I dont recall
  16. Use the vbs slimmers on the LP and do another admin install (in the Property table I also change the ProductName to the LocProductName to translate the uninstall entry), using the vbs removes setup junk and also makes it possible to install directly via msi (if you hold on I will do it and upload it for you) cscript netfx4+lp_slim.vbs Edit: Hungarian LP is slimmed and ready for you (dl link on 1st post) BTW dont remove all semicolons from config.txt, only the ones with the LP msi command line, leave the semicolons on the lines with comments (this dissables them)
  17. Hay dos versiones de jre, la de x64 y la de x86, en los Windows x64 es necesario instalar las dos versiones...si usas mi sfx de jre x86 para instalarlo en Windows 7 x64 no habra problemas pero aun te haria falta instalar la version de jre x64
  18. No instala la version de jre x64 pero mi sfx con la version x86 es compatible con ambos
  19. Have a good one

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.