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.

Leaderboard

Popular Content

Showing content with the highest reputation on 01/17/2012 in all areas

  1. 1 point
    Created some videos on the topic of Windows AIK/OPK, how I use it to update my image... OLD Videos Part #1 HD 720 Part #2 HD 720 Part #3 HD 720 NEW Videos Preinstalling Applications and Capturing Image HD 1080 Others will come in the next few weeks... Tutorials How to install Windows 7 on a virtual hard disk (VHD) Use Reverse Integration to slipstream Windows Vista SP1 and SP2 Windows OPK Videos Default Windows 7 Keys Tools Windows Automated Installation Kit (AIK) Windows Automated Installation Kit for Windows 7 documentation (May 2010 Update) SoLoR's Hotfix Repository (Recommended) FireGeier Unattended Vista Guide Hotfix Extractor InstallWimTweak & Packages.xls (Optional) GImageX (Optional) GDism (Optional)
  2. Windows PowerShell™ 2.0 [KB968930] (Español) Importante: Para que este addon instale correctamente lo tienes que integrar junto con el UpdatePack (1.2.9 en adelante) y el .NET 5/4EU http://adf.ly/1713566/kb968930es Peso: 5.11 MB CRC-32: 1371f110 MD4: 0ebbb9ad1ea0b441b1be8aa755928501 MD5: 9b0e548ded54bdeffbeed9c6c9e33b71 SHA-1: 8a97f57722895d4796d5ad504318f4a09430def4 Sitio Web: http://support.microsoft.com/kb/968930
  3. @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
  4. Question Has this helped anybody who previously thought that WAIK is too complicated to realize its not as bad as one thought, it does not take a pro, that you too can do it?
  5. Added part 3 (need to dl and merge file.001 and file.002 with 7zip because skydrive files can only be 50 MB max) I discuss how to turn off features, remove packages (including how to unhide packages for extreme removal) and integrate unsigned driver then I show how to remove it Also added links to install_wim_tweak.exe and packages.xls for extreme dism removal
  6. Its nothing special, I just add a "FirstLogonCommands" to run when I first log in with the following infdefaultinstall %WINDIR%\inf\tweaks.inf Here is what it looks like in the Autounattend.xml <SynchronousCommand wcm:action="add"> <CommandLine>infdefaultinstall %WINDIR%\inf\tweaks.inf</CommandLine> <Description>Registry Tweaks</Description> <Order>8</Order> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> InfDefaultInstall.exe comes with Windows 7 in the system32 folder, its what I use to launch my INF instead of rundll32
  7. Mount image DISM /Mount-Wim /WimFile:<dir>:\<path>\<filename>.wim /Index:<#> /MountDir:<dir>:\<path_to_empty_folder> Integrate MSU/CAB updates DISM /Add-Package /Image:<dir>:\<mounted_image_path> /PackagePath:<dir>:\<folder_with_updates> Integrate multiple drivers DISM /Add-Driver /Image:<dir>:\<mounted_image_path> /Driver:<dir>:\<folder_with_drivers> /recurse Integrate unsigned driver DISM /Add-Driver /Image:<dir>:\<mounted_image_path> /Driver:<dir>:\<folder_with_driver>\<inf_name>.inf /forceunsigned Remove driver DISM /Remove-Driver /Image:<dir>:\<mounted_image_path> /Driver:oem<#>.inf Turn off feature DISM /Disable-Feature /Image:<dir>:\<mounted_image_path> /FeatureName:<feature_name> Turn off features (multi) FOR %i IN (<featurename1> "<feature name 2>" <feature-name-3>) DO DISM /Disable-Feature /Image:<dir>:\<mounted_image_path> /FeatureName:%i Unhide packages (optional) install_wim_tweak /p <dir>:\<mounted_image_path> /m Remove package DISM /Remove-Package /Image:<dir>:\<mounted_image_path> /PackageName:Microsoft-Windows-<example>-Package~31bf3856ad364e35~x86~~6.1.7600.16385 Unmount image DISM /Unmount-Wim /MountDir:<dir>:\<mounted_image_path> /commit [/discard]

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.