Unattended Help


Recommended Posts

ok Not to hijack your thread here. But I was wondering if this looks right :)

CLS

@ECHO OFF

ECHO Ejecting CD-ROM Drives.

START %SYSTEMDRIVE%\Install\CD.VBS

ECHO.

ECHO CD-ROM Drives have been ejected.

ECHO.

ECHO.

ECHO Removing Files From DLLCACHE Directory.

ECHO Please wait...

DEL /F/S/Q %SYSTEMROOT%\System32\DllCache

ECHO.

ECHO Files Have Been Removed.

ECHO.

ECHO.

ECHO Removing Wallpapers.

ECHO Please wait...

DEL "%systemroot%\Blue Lace 16.bmp"

DEL "%systemroot%\Coffee Bean.bmp"

DEL "%systemroot%\FeatherTexture.bmp"

DEL "%systemroot%\Gone Fishing.bmp"

DEL "%systemroot%\Greenstone.bmp"

DEL "%systemroot%\Prairie Wind.bmp"

DEL "%systemroot%\Rhododendron.bmp"

DEL "%systemroot%\River Sumida.bmp"

DEL "%systemroot%\Santa Fe Stucco.bmp"

DEL "%systemroot%\Soap Bubbles.bmp"

DEL "%systemroot%\Zapotec.bmp"

DEL "%systemroot%\Web\Wallpaper\Crystal.jpg"

DEL "%systemroot%\Web\Wallpaper\Moon flower.jpg"

DEL "%systemroot%\Web\Wallpaper\Purple flower.jpg"

DEL "%systemroot%\Web\Wallpaper\Radiance.jpg"

DEL "%systemroot%\Web\Wallpaper\Ripple.jpg"

DEL "%systemroot%\Web\Wallpaper\Stonehenge.jpg"

DEL "%systemroot%\Web\Wallpaper\Vortec space.jpg"

DEL "%systemroot%\Web\Wallpaper\Ascent.jpg"

DEL "%systemroot%\Web\Wallpaper\Autumn.jpg"

DEL "%systemroot%\Web\Wallpaper\Azul.jpg"

DEL "%systemroot%\Web\Wallpaper\Red moon desert.jpg"

DEL "%systemroot%\Web\Wallpaper\Tulips.jpg"

DEL "%systemroot%\Web\Wallpaper\Bliss.bmp"

DEL "%systemroot%\Web\Wallpaper\Follow.jpg"

DEL "%systemroot%\Web\Wallpaper\Friend.jpg"

DEL "%systemroot%\Web\Wallpaper\Home.jpg"

DEL "%systemroot%\Web\Wallpaper\Peace.jpg"

DEL "%systemroot%\Web\Wallpaper\Power.jpg"

DEL "%systemroot%\Web\Wallpaper\Wind.jpg"

DEL "%systemroot%\Web\Wallpaper\Windows XP.jpg"

ECHO.

ECHO Wallpapers deleted.

ECHO.

ECHO.

ECHO Deleting Screensavers.

ECHO Please wait...

DEL "%systemroot%\system32\scrnsave.scr"

DEL "%systemroot%\system32\ss3dfo.scr"

DEL "%systemroot%\system32\ssbezier.scr"

DEL "%systemroot%\system32\ssflwbox.scr"

DEL "%systemroot%\system32\ssmarque.scr"

DEL "%systemroot%\system32\ssmypics.scr"

DEL "%systemroot%\system32\ssmyst.scr"

DEL "%systemroot%\system32\sspipes.scr"

DEL "%systemroot%\system32\ssstars.scr"

DEL "%systemroot%\system32\sstext3d.scr"

ECHO.

ECHO Screensavers deleted.

ECHO.

ECHO.

ECHO Adding Bliss Screensaver...

ECHO Please wait...

COPY "%systemdrive%\Install\SSAVER\Matrix\" "%systemroot%\system32"

ECHO.

ECHO Matrix Screensaver Install Complete.

ECHO.

ECHO.

ECHO Installing Windows Media Player 9.

ECHO Please Wait...

START /wait %Systemdrive%\Install\WMP9\mpsetupxp.exe /Q:A /R:N

ECHO.

ECHO Windows Media Player 9 Installed.

ECHO.

ECHO.

ECHO Applying Registry Enhancements.

ECHO Please wait...

REGEDIT /S %systemdrive%\Install\regtwk.reg

ECHO.

ECHO Registry Enhancements Complete.

ECHO.

ECHO.

ECHO Installing WinRAR 3.20.

ECHO Please Wait...

START /wait %systemdrive%\Install\winrar\winrar.exe /s

ECHO.

ECHO WinRAR 3.20 Install Is Complete.

ECHO.

ECHO.

ECHO Installing Microsoft Powertoys.

ECHO.

ECHO Installing TweakUI Powertoy.

ECHO Please wait...

START /wait %systemdrive%\Install\POWERTOYS\TweakUiPowertoySetup.exe /s /v/qn

ECHO.

ECHO TweakUI Powertoy Is Installed.

ECHO.

ECHO Installing Cmd Here Powertoy.

ECHO Please wait...

START /wait %systemdrive%\Install\POWERTOYS\CmdHerePowertoySetup.exe /s /v/qn

ECHO.

ECHO Cmd Here Powertoy Installed.

ECHO.

ECHO Installing HTML Gen Powertoy.

ECHO Please Wait...

START /wait %systemdrive%\Install\POWERTOYS\HtmlgenPowertoySetup.exe /s /v/qn

ECHO.

ECHO HTML Gen Powertoy Installed.

ECHO.

ECHO Installing Power Calc Powertoy.

ECHO Please Wait...

START /wait %systemdrive%\Install\POWERTOYS\PowerCalcPowertoySetup.exe /s /v/qn

ECHO.

ECHO Power Calc Powertoy Installed.

ECHO.

ECHO Installing Slideshow Powertoy.

ECHO Please Wait...

START /wait %systemdrive%\Install\POWERTOYS\SlideshowPowertoySetup.exe /s /v/qn

ECHO.

ECHO Installing Nero Burning ROM v6.0.0.19.

ECHO Please wait...

START /wait %systemdrive%\Install\NERO\Nero60019.exe /silent /noreboot

ECHO.

ECHO Nero Burning ROM Install Complete.

ECHO.

ECHO Registering Nero Burning ROM...

REGEDIT /S %systemdrive%\Install\NERO\register.reg

ECHO Nero Burning ROM Is Now Registered to acidic-e-

ECHO.

ECHO.

ECHO Installing ATI Control Panel for Catalyst 3.8.

ECHO Please wait...

START /wait %systemdrive%\Install\DRIVERS\Catalyst\Cpanel\Setup.exe -s -f1"%systemdrive%\Install\DRIVERS\Catalyst\CPanel\setup.iss"

ECHO.

ECHO ATI COntrol Panel Install Complete.

ECHO.

ECHO.

ECHO Installing nVidia nForce 2.45 Drivers pray it works.

ECHO Please Wait.

START /wait %systemdrive%\Install\DRIVERS\nForce\nForce.exe -s -f1"%systemdrive%\Install\DRIVERS\nForce\setup.iss"

ECHO.

ECHO nVidia Driver install Complete.

ECHO.

ECHO.

ECHO Installing DirectX 9.0b

ECHO Please wait...

start /wait %systemdrive%\install\DirectX9b\dxsetup.exe /opk

ECHO.

ECHO DirectX 9.0b Install Complete.

ECHO.

ECHO.

ECHO Installing Diskeeper Professional 8.0.

ECHO Please Wait.

START /wait %systemdrive%\Install\Diskeeper\Diskeeper-pro.exe /silent

ECHO.

ECHO Diskeeper Professional 8.0 Install Complete.

ECHO.

ECHO.

ECHO File installation's are complete.

ECHO.

EXIT

Link to comment
https://www.neowin.net/forum/topic/112683-unattended-help/#findComment-1323145
Share on other sites

winnt.sif is fine and unattended works it just didnt copy the files to c: am i supposed to do something else to make it copy he files over. is there lke a $systemcdrom% command or something like that caue then i could just copy it over.

From the sounds of it you do not have the OEM line right. I know one of the mods was having this problem in the thread and he fixed it. Look in the WINNT.SIF file and if you have OemPreinstall=No you need to change it to say OemPreinstall=Yes.

Link to comment
https://www.neowin.net/forum/topic/112683-unattended-help/#findComment-1323157
Share on other sites

From the sounds of it you do not have the OEM line right. I know one of the mods was having this problem in the thread and he fixed it. Look in the WINNT.SIF file and if you have OemPreinstall=No you need to change it to say OemPreinstall=Yes.

thanks ill try that out!

Link to comment
https://www.neowin.net/forum/topic/112683-unattended-help/#findComment-1323743
Share on other sites

Where do the OEM preinstall (OemPreinstall=No you need to change it to say OemPreinstall=Yes) commands go? UNder what heading?

they go under [unattended]

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

UnattendSwitch="No"

WaitForReboot="No"

DriverSigningPolicy=Ignore

OemPnPDriversPath=

Link to comment
https://www.neowin.net/forum/topic/112683-unattended-help/#findComment-1324380
Share on other sites

it should be similar to this:

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

UnattendSwitch="No"

hope it helps. Whatever in $OEM$\$1 on the CD will be copied over to system drive which would be usually c:\

EDIT: oops, acidbrnd beat me to it

Link to comment
https://www.neowin.net/forum/topic/112683-unattended-help/#findComment-1324385
Share on other sites

ok think I have everything fixed. But just incase here are the batch files and the sif file.

;SetupMgrTag

[Data]    AutoPartition=1

    MsDosInitiated="0"

    UnattendedInstall="Yes"

[unattended]

    UnattendMode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=Yes

    TargetPath=\WINDOWS

    UnattendSwitch="No"

    WaitForReboot="No"

    DriverSigningPolicy=Ignore

    OemPnPDriversPath="Drivers\Catalyst\Driver\2KXP_INF;Drivers\nForce\AudioDrv;Drivers\nForce\AudioUtl;Drivers\nForce\Ethernet;Drivers\nForce\GART;Drivers\nForce\MemCtl;Drivers\nForce\SMBus;Drivers\nForce\USB\"

   

[GuiUnattended]

    AdminPassword=duh?

    EncryptedAdminPassword=Yes

    OEMSkipRegional=1

    TimeZone=4

    OemSkipWelcome=1

[userData]

    ProductKey=

    FullName=""

    OrgName=""

    ComputerName=none

[Display]

    BitsPerPel=32

    Xresolution=1600

    YResolution=1200

    Vrefresh=75

[identification]

    JoinWorkgroup=

[Networking]

    InstallDefaultComponents=No

[NetAdapters]

    Adapter1=params.Adapter1

[params.Adapter1]

    INFID=*

[NetClients]

    MS_MSClient=params.MS_MSClient

[NetServices]

    MS_SERVER=params.MS_SERVER

[NetProtocols]

    MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

    DNS=No

    UseDomainNameDevolution=No

    EnableLMHosts=Yes

    AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

    SpecificTo=Adapter1

    DHCP=No

    IPAddress=

    SubnetMask=

    DefaultGateway=

    DNSServerSearchOrder=

    WINS=No

    NetBIOSOptions=0

[components]

    zonegames=off

    media_clips=off

    mousepoint=off

    msnexplr=off

    freecell=off

    minesweeper=off

    pinball=off

    solitaire=off

    spider=off

    zonegames=off

[GuiRunOnce]

  Command0=%systemdrive%\Install\batch_command.cmd

And the batch file.

CLS

@ECHO OFF

ECHO Ejecting CD-ROM Drives.

START %SYSTEMDRIVE%\Install\CD.VBS

ECHO.

ECHO CD-ROM Drives have been ejected.

ECHO.

ECHO.

ECHO Removing Files From DLLCACHE Directory.

ECHO Please wait...

DEL /F/S/Q %SYSTEMROOT%\System32\DllCache

ECHO.

ECHO Files Have Been Removed.

ECHO.

ECHO.

ECHO Removing Wallpapers.

ECHO Please wait...

DEL "%systemroot%\Blue Lace 16.bmp"

DEL "%systemroot%\Coffee Bean.bmp"

DEL "%systemroot%\FeatherTexture.bmp"

DEL "%systemroot%\Gone Fishing.bmp"

DEL "%systemroot%\Greenstone.bmp"

DEL "%systemroot%\Prairie Wind.bmp"

DEL "%systemroot%\Rhododendron.bmp"

DEL "%systemroot%\River Sumida.bmp"

DEL "%systemroot%\Santa Fe Stucco.bmp"

DEL "%systemroot%\Soap Bubbles.bmp"

DEL "%systemroot%\Zapotec.bmp"

DEL "%systemroot%\Web\Wallpaper\Crystal.jpg"

DEL "%systemroot%\Web\Wallpaper\Moon flower.jpg"

DEL "%systemroot%\Web\Wallpaper\Purple flower.jpg"

DEL "%systemroot%\Web\Wallpaper\Radiance.jpg"

DEL "%systemroot%\Web\Wallpaper\Ripple.jpg"

DEL "%systemroot%\Web\Wallpaper\Stonehenge.jpg"

DEL "%systemroot%\Web\Wallpaper\Vortec space.jpg"

DEL "%systemroot%\Web\Wallpaper\Ascent.jpg"

DEL "%systemroot%\Web\Wallpaper\Autumn.jpg"

DEL "%systemroot%\Web\Wallpaper\Azul.jpg"

DEL "%systemroot%\Web\Wallpaper\Red moon desert.jpg"

DEL "%systemroot%\Web\Wallpaper\Tulips.jpg"

DEL "%systemroot%\Web\Wallpaper\Follow.jpg"

DEL "%systemroot%\Web\Wallpaper\Friend.jpg"

DEL "%systemroot%\Web\Wallpaper\Home.jpg"

DEL "%systemroot%\Web\Wallpaper\Peace.jpg"

DEL "%systemroot%\Web\Wallpaper\Power.jpg"

DEL "%systemroot%\Web\Wallpaper\Wind.jpg"

DEL "%systemroot%\Web\Wallpaper\Windows XP.jpg"

ECHO.

ECHO Wallpapers deleted.

ECHO.

ECHO.

ECHO Deleting Screensavers.

ECHO Please wait...

DEL "%systemroot%\system32\scrnsave.scr"

DEL "%systemroot%\system32\ss3dfo.scr"

DEL "%systemroot%\system32\ssbezier.scr"

DEL "%systemroot%\system32\ssflwbox.scr"

DEL "%systemroot%\system32\ssmarque.scr"

DEL "%systemroot%\system32\ssmypics.scr"

DEL "%systemroot%\system32\ssmyst.scr"

DEL "%systemroot%\system32\sspipes.scr"

DEL "%systemroot%\system32\ssstars.scr"

DEL "%systemroot%\system32\sstext3d.scr"

ECHO.

ECHO Screensavers deleted.

ECHO.

ECHO.

ECHO Adding Matrix Screensaver...

ECHO Please wait...

COPY "%systemdrive%\Install\SSAVER\Matrix\" "%systemroot%\system32"

ECHO.

ECHO Matrix Screensaver Install Complete.

ECHO.

ECHO.

ECHO Installing Windows Media Player 9.

ECHO Please Wait...

START /wait %Systemdrive%\Install\WMP9\mpsetupxp.exe /Q:A /R:N

ECHO.

ECHO Windows Media Player 9 Installed.

ECHO.

ECHO.

ECHO Applying Registry Enhancements.

ECHO Please wait...

REGEDIT /S %systemdrive%\Install\regtwk.reg

ECHO.

ECHO Registry Enhancements Complete.

ECHO.

ECHO.

ECHO Installing WinRAR 3.20.

ECHO Please Wait...

START /wait %systemdrive%\Install\winrar\winrar.exe /s

ECHO.

ECHO WinRAR 3.20 Install Is Complete.

ECHO.

ECHO.

ECHO Installing Microsoft Powertoys.

ECHO.

ECHO Installing TweakUI Powertoy.

ECHO Please wait...

START /wait %systemdrive%\Install\POWERTOYS\TweakUiPowertoySetup.exe /s /v/qn

ECHO.

ECHO TweakUI Powertoy Is Installed.

ECHO.

ECHO Installing Cmd Here Powertoy.

ECHO Please wait...

START /wait %systemdrive%\Install\POWERTOYS\CmdHerePowertoySetup.exe /s /v/qn

ECHO.

ECHO.

ECHO HTML Gen Powertoy Installed.

ECHO.

ECHO Installing Power Calc Powertoy.

ECHO Please Wait...

START /wait %systemdrive%\Install\POWERTOYS\PowerCalcPowertoySetup.exe /s /v/qn

ECHO.

ECHO Power Calc Powertoy Installed.

ECHO.

ECHO Installing Slideshow Powertoy.

ECHO Please Wait...

START /wait %systemdrive%\Install\POWERTOYS\SlideshowPowertoySetup.exe /s /v/qn

ECHO.

ECHO.

ECHO Installing Sun Java 1.4.2.02.

ECHO Please Wait.

START /wait %systemdrive%\install\Java\j2re.exe /S /v/qn

ECHO.

ECHO Sun Java 1.4.2.02 Install Complete.

ECHO.

ECHO.

ECHO Installing DirectX 9.0b

ECHO Please wait...

start /wait %systemdrive%\install\DirectX9b\dxsetup.exe /opk

ECHO.

ECHO DirectX 9.0b Install Complete.

ECHO.

ECHO.

ECHO Installing DOT.NET Framework 1.1

ECHO Please Wait...

START /wait %systemdrive%\Install\net\netfx.msi /QB

ECHO.

ECHO DOT .NET Framework v1.1 Install Complete.

ECHO.

ECHO.

ECHO Copying deluser utility...

COPY "%systemdrive%\Install\Tools\deluser.exe" "%systemroot%\"

ECHO.

ECHO Deleting ASP.NET User Account created by .NET Framework 1.1...

start /wait DELUSER /Q aspnet

ECHO.

ECHO Deleting ASP.NET User Account Complete.

ECHO.

ECHO.

ECHO Installing Nero Burning ROM v6.0.0.19.

ECHO Please wait...

START /wait %systemdrive%\Install\NERO\Nero60019.exe /silent /noreboot

ECHO.

ECHO Nero Burning ROM Install Complete.

ECHO.

ECHO Registering Nero Burning ROM...

REGEDIT /S %systemdrive%\Install\NERO\register.reg

ECHO Nero Burning ROM Is Now Registered to acidic-e-

ECHO.

ECHO.

ECHO Installing Diskeeper 8.0 Professional.

ECHO Please Wait...

START /wait %systemdrive%\install\Diskeeper\Setup.exe /s /v/qn

ECHO.

ECHO Diskeeper 8.0 Professional Install Complete.

ECHO.

ECHO.

ECHO Installing ATI Control Panel for Catalyst 3.8.

ECHO Please wait...

START /wait %systemdrive%\Install\Drivers\Catalyst\Cpanel\Setup.exe -s -f1"%systemdrive%\Install\Drivers\Catalyst\CPanel\setup.iss"

ECHO.

ECHO ATI Control Panel Install Complete.

ECHO.

ECHO.

ECHO Installing nForce 2.45 Drivers.

ECHO Please Wait.

START /wait %systemdrive%\Install\Drivers\nForce\nForce.exe -s -f1"%systemdrive%\Install\Drivers\nForce\setup.iss"

ECHO.

ECHO nForce install Complete.

ECHO.

ECHO.

ECHO File installation's are complete.

ECHO.

PAUSE

EXIT

I added in the Pause to see if there were any errors once it was done. Look ok? or if not what is wrong?

Link to comment
https://www.neowin.net/forum/topic/112683-unattended-help/#findComment-1325316
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Dopamine 3.0.6 by Razvan Serea Dopamine is an awesome free audio player which tries to make organizing and listening to music as simple and pretty as possible. Dopamine has been designed for Windows 7, Windows 8.x and Windows 10 and plays mp3, ogg vorbis, flac, wma and m4a/aac music formats quite well. The best part? It's created by long-time Neowin member, Raphaël Godart. If you’re looking for a music player to handle a large music collection, you should definitely give Dopamine a try. Dopamine 3.0.6 changelog: Fixed Manually edited album covers are overwritten on the next collection refresh Fixed AppImage package not working on modern GNU/Linux distributions Deleting song from playlist sometimes fails Playback controls only work when clicking on upper half of the buttons It's unclear that files must be tagged with an external ReplayGain scanner (for example rsgain) before normalization can take effect. Change to Artist or Album tags is not reflected in the song list view nor in the Now Playing information ReplayGain issues Smart playlist filters ignore text containing accents or other special characters Some MP3 files trigger an "MPEG header not found" error due to a too-narrow initial MPEG header scan range Changed Updated the Vietnamese translation Download: Dopamine 3.0.6 | 122.0 MB (Open Source) Links: Home Page | Forum Discussion | Screenshot | Other OSes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • BleachBit 6.0.1 Beta by Razvan Serea When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Microsoft Edge, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source. BleachBit has many useful features: Delete your private files so completely that "even God can't read them" according to South Carolina Representative Trey Gowdy. Simple operation: read the descriptions, check the boxes you want, click preview, and click delete. Multi-platform: Linux and Windows Free of charge and no money trail Free to share, learn, and modify (open source) No adware, spyware, malware, browser toolbars, or "value-added software" Translated to 64 languages besides American English Shred files to hide their contents and prevent data recovery Shred any file (such as a spreadsheet on your desktop) Overwrite free disk space to hide previously deleted files Portable app for Windows: run without installation Command line interface for scripting and automation CleanerML allows anyone to write a new cleaner using XML Automatically import and update winapp2.ini cleaner files (a separate download) giving Windows users access to 2500+ additional cleaners Frequent software updates with new features Going beyond standard deletion of files, BleachBit has several advanced cleaners: Clear the memory and swap on Linux Delete broken shortcuts on Linux Delete the Firefox URL history without deleting the whole file—with optional shredding Delete Linux localizations: delete languages you don't use. More powerful than localepurge and available on more Linux distributions. Clean APT for Debian, Ubuntu, Kubuntu, Xubuntu, and Linux Mint Find widely-scattered junk such as Thumbs.db and .DS_Store files. Execute yum clean for CentOS, Fedora, and Red Hat to remove cached package data Delete Windows registry keys—often where MRU (most recently used) lists are stored Delete the OpenOffice.org recent documents list without deleting the whole Common.xcu file Overwrite free disk space to hide previously files Vacuum Firefox, Google Chrome, Liferea, Thunderbird, and Yum databases: shrink files without removing data to save space and improve speed Surgically remove private information from .ini and JSON configuration files and SQLite3 databases without deleting the whole file Overwrite data in SQLite3 before deleting it to prevent recovery (optional) BleachBit 6.0.1 Beta release notes: BleachBit 6.0.1 beta is now available for testing. This maintenance-focused release includes bug fixes, updated translations, and a range of safe enhancements. This release fixes a Windows security issue that could allow arbitrary file deletion during privileged cleaning (reported by Zeze with TeamT5). It also adds new cleaners (including a DNS cache cleaner, Claude Code, and Visual Studio Code forks), support for multiple Chrome and Edge profiles, new deep scan options for developer directories like node_modules and venv, and safer, faster file shredding. All Platforms Added cleaners for Claude Code, DNS cache, and many Visual Studio Code forks. Added support for multiple Chrome and Edge profiles. Chrome can now clean downloaded AI models. Deep Scan can optionally remove venv, __pycache__, node_modules, and .angular directories. Deep Scan is faster by skipping directories on the keep list. File shredding is safer, faster, and leaves fewer recoverable traces. Improved handling of cookies, symlinks, Unicode filenames, external processes, and configuration files. Improved Expert Mode warnings and long warning dialogs. Fixed crashes related to cleaner detection, invalid Unicode, and malformed cleaner data. Clipboard is now cleared automatically after shredding files via paste operations. Linux Added AppImage support. Added cleaners for Visual Studio Code, Codeium, Librewolf (.deb), Transmission (Flatpak), and Profanity. Improved Linux trash detection, including Snap-installed applications and mounted drives. Fixed Wayland root CLI issues and several Snap-related problems. Improved package dependencies, AppStream metadata, and desktop file handling. Fixed startup crashes when Python Requests is unavailable. Windows Fixed a security vulnerability that could allow arbitrary file deletion when cleaning with elevated privileges. Added %WindowsSystem% variable support. Improved clipboard clearing using native Windows APIs. Improved installer experience on unsupported Windows versions. Reduced installer size and improved application robustness. Fixed Unicode handling, filename anonymization, Git revision reporting, and splash screen stability. [full release notes] Download: BleachBit 6.0 | Portable | ~20.0 MB (Open Source) View: BleachBit Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DriversCloud 12.1.6 by Razvan Serea With DriversCloud (formerly My-Config.com), you can explore your computer easily, safely and free. The application quickly scans your PC and identifies the hardware and software components. DriversCloud then establishes a list of the different drivers compatible with your OS and hardware. Download the drivers needed for the proper functioning of your computer. To detect your drivers, DriversCloud also displays a detailed summary of your hardware and software configuration, analyzes your BSOD, monitors in real-time your PC voltages and temperatures and lets you share your configuration online. Once the hardware components have been detected, you will be able to obtain with just a few clicks the latest drivers corresponding to the identified hardware. You can record your configuration on the site for free, and can get the corresponding URL to post the configuration to technical forums, e-mail and social networks. You can also download the detection result (the configuration) as a PDF file. To protect the user's privacy and data confidentiality, a 4-level confidentiality system was created that filters the XML marks and gives control to the user. The default level can be modified in the preferences. Using the maximum level will prevent the user from publishing his configuration and generating a corresponding PDF file. In non-connected mode, each XML configuration is stored on the server for one day (for practical reasons). However, you are given the opportunity to manually delete it. Created in 2004, and continually improved, My-Config.com has established itself on the web as a free service to PC users running Windows and Linux operating systems. The service is designed to work with the most common Internet browsers (Edge, Firefox, Chrome, Safari). Download: DriversCloud 64-bit | 20.0 MB (Freeware) Download: DriversCloud 32-bit | 18.9 MB Link: DriversCloud Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      +Edouard
      193
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      96
    5. 5
      Steven P.
      77
  • Tell a friend

    Love Neowin? Tell a friend!