Universal Intel Chipset Drivers Updater
- FirstEver
-
Auteur du sujet
- Hors Ligne
- regular poster
-

Enregistré
- Messages : 36
- Thanks: 69
Re: Universal Intel Chipset Drivers Updater
il y a 14 heures 2 minutes - il y a 14 heures
You saved it as an HTML document...
The bat file should look like this:
The bat file should look like this:
Code:
@echo off
setlocal enabledelayedexpansion
:: Intel Chipset Device Software Uninstaller
:: This batch file launches the PowerShell uninstall script with administrator privileges.
:: Set console window size
mode con: cols=75 lines=45
echo /**************************************************************************
echo ** INTEL CHIPSET DEVICE SOFTWARE UNINSTALLER **
echo ** --------------------------------------------------------------------- **
echo ** **
echo ** Removes all installed versions of Intel Chipset software **
echo ** including old EXE-based and new MSI-based packages. **
echo ** Note: This tool does not remove installed INF files. **
echo ** **
echo ** Author: Marcin Grygiel / www.firstever.tech **
echo ** **
echo ** --------------------------------------------------------------------- **
echo ** This tool is not affiliated with Intel Corporation. **
echo ** Use at your own risk. **
echo ** --------------------------------------------------------------------- **
echo ** **
echo ** Visit: github.com/FirstEverTech/Universal-Intel-Chipset-Updater **
echo ** **
echo *************************************************************************/
echo.
:: Get the directory where this batch file is located
set "SCRIPT_DIR=%~dp0"
:: Check if PowerShell script exists in the same directory
if not exist "!SCRIPT_DIR!uninstall-intel-chipset.ps1" (
echo Error: uninstall-intel-chipset.ps1 not found in current directory!
echo.
echo Please ensure the PowerShell script is in the same folder as this BAT file.
pause
exit /b 1
)
:: Check for administrator privileges
net session >nul 2>&1
if %errorLevel% neq 0 (
echo This script requires administrator privileges.
echo Requesting elevation...
echo.
:: Re-launch as administrator with the correct directory
powershell -Command "Start-Process -FilePath '%~f0' -Verb RunAs -WorkingDirectory '!SCRIPT_DIR!'"
exit /b
)
echo Running Intel Chipset uninstaller...
echo.
:: Change to script directory to ensure proper file access
cd /d "!SCRIPT_DIR!"
:: Run PowerShell script with execution policy bypass
powershell -ExecutionPolicy Bypass -File "uninstall-intel-chipset.ps1"
Dernière édition: il y a 14 heures par FirstEver.
Connexion ou Créer un compte pour participer à la conversation.
- rvail
-
- Hors Ligne
- poster 5
-

Enregistré
- Messages : 24
- Thanks: 22
Re: Universal Intel Chipset Drivers Updater
il y a 13 heures 38 minutes - il y a 13 heures 33 minutes
Re: "You saved it as an HTML document".
No: simply opened the file in Notepad & saved the screen shot as a .png file.
So: copied "Code" that you just now posted, pasted that into Notepad & saved as uninstall-intel-chipset.bat.txt file.
Then re-named the .txt file to a .bat file.
Then ran the .bat file in an Admin. command prompt window & got this output:
No: simply opened the file in Notepad & saved the screen shot as a .png file.
So: copied "Code" that you just now posted, pasted that into Notepad & saved as uninstall-intel-chipset.bat.txt file.
Then re-named the .txt file to a .bat file.
Then ran the .bat file in an Admin. command prompt window & got this output:
Dernière édition: il y a 13 heures 33 minutes par rvail.
Connexion ou Créer un compte pour participer à la conversation.
- FirstEver
-
Auteur du sujet
- Hors Ligne
- regular poster
-

Enregistré
- Messages : 36
- Thanks: 69
Re: Universal Intel Chipset Drivers Updater
il y a 13 heures 20 minutes - il y a 13 heures 19 minutes
No offense, but this thread is starting to become cluttered with screenshots, and the issue you're describing is 100% related to your specific computer setup, not the Updater itself.
If you'd like, I can still try to help you fix it – but let's not make a mess here. Please continue the discussion on the project's Discussions page. I'll be happy to assist you there.
👉 github.com/FirstEverTech/Universal-Intel...-Updater/discussions
(You'll need a GitHub account to post.)
Cheers,
Marcin
If you'd like, I can still try to help you fix it – but let's not make a mess here. Please continue the discussion on the project's Discussions page. I'll be happy to assist you there.
👉 github.com/FirstEverTech/Universal-Intel...-Updater/discussions
(You'll need a GitHub account to post.)
Cheers,
Marcin
Dernière édition: il y a 13 heures 19 minutes par FirstEver.
Connexion ou Créer un compte pour participer à la conversation.
Temps de génération de la page : 0.085 secondes

