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

    • My father still uses a programme written in dbase3. Still manages to work with a little help from dosbox. 
    • Microsoft hides these secret Windows 11 performance boost settings available on every PC by Sayan Sen Windows enthusiasts often look for ways to extract as much performance out of their systems as possible, and it's often the case that they try and do so while trying to minimize the heat and power consumption. This is especially relevant in the case of mobile Windows PCs since laptops and notebooks tend to get hot and management of that heat and power is harder in such a form factor. As such users often turn to techniques like under-volting which can be used to squeeze out the maximum capabilities of a chip while also maintaining lowered power levels. There are official apps from AMD and Intel with the likes of Ryzen Master and XTU (Extreme Tuning Utility). While these are quite handy, most enthusiasts probably prefer to dig into the BIOS and play around with settings there like Curve Optimizer on Ryzen, which lets users set various frequency-voltage scaling values. These are essentially called P-States. If you are not familiar with them, Processor Power Management is done through Advanced Configuration and Power Interface (ACPI) P-states and C-states. While P-states or performance pwoer states handle CPU voltage-frequency scaling, C-states deal with CPU sleep states so that some of the CPU functions, which are not necessary at that moment, can be disabled. The P-states and C-states work together to make the processor run more efficiently. It helps the OS and apps determine which cores can be parked and which should be boosted. Of course not every user is an enthusiast or knows the technicalities and integrities of how things like overclocking or undervolting work. Thankfully for them Windows itself offers something pretty cool, though it is hidden by default on all systems. By default, Windows only has two P-States, "Minimum Processor State" and "Maximum Processor State." However, this can be changed with a Registry trick to expand the options under a secret "Processor performance boost mode" dropdown. This essentially enables the HWP or hardware P-States available on a device, and these are not controlled just by the OS itself as the underlying hardware gets involved too. In total there are five Processor Performance Boost Mode profiles that control how Windows requests and allows CPU turbo/boost behavior under the different power policies. They are: Disabled: In this mode, processor boosting is effectively turned off. The CPU will avoid entering turbo or boost frequencies and instead operate closer to its base frequency ceiling. This can significantly reduce power consumption and heat output, but at the cost of reduced burst performance and responsiveness in short workloads. Enabled: This is the standard behavior where boost functionality is allowed under normal conditions. The processor can opportunistically increase frequency when workload demands it, balancing performance gains with power and thermal constraints as managed by the system. Aggressive: Aggressive mode favors performance more heavily, allowing the CPU to enter higher boost states more readily and sustain them longer. This should in theory improve responsiveness under bursty or heavy workloads but increases power draw and thermal output compared to the default enabled behavior. Efficient Enabled: This mode still allows boosting, but with a stronger bias toward energy efficiency. The system attempts to use boost more selectively, avoiding unnecessary frequency spikes when the performance gain is marginal. Efficient Aggressive: This is a hybrid approach where boost is still performance-responsive, but the system continuously weighs efficiency more heavily than in Aggressive mode. It aims to deliver noticeable performance improvements while reducing wasted power in less demanding scenarios. Here's how to enable the Processor performance boost mode: Open Registry Editor: Press Win+R, type regedit, and click OK. Go to: HKLM\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\be337238-0d82-4146-a960-4f3749d470c7 (where HKLM stands for HKEY_LOCAL_MACHINE_) Modify the value of Attributes from 1 to 2 (you can find modify option by right-clicking) After that, exit Registry, you should now be able to see the new "Processor performance boost mode" dropdown menu: As you can see there are now five new P-States or CPPC states or power profile available that help define the boost mode processor setting on your PC. Wrapping it up here's a quick run-down of the settings as defined by Microsoft itself. Setting Description Disabled The corresponding P-state-based behaviour is disabled. Collaborative Processor Performance Control (CPPC) behaviour is disabled. Enabled The corresponding P-state-based behaviour is enabled. CPPC behaviour is Efficient Enabled. Aggressive The corresponding P-state-based behaviour is enabled. CPPC behaviour is Aggressive. Efficient Enabled The corresponding P-state-based behaviour is Efficient. CPPC behaviour is Efficient Enabled. Efficient Aggressive The corresponding P-state-based behaviour is Efficient. CPPC behaviour is Aggressive. Aggressive At Guaranteed Windows calculates the desired extra performance above the guaranteed performance level, and asks the processor to deliver that specific performance level. Efficient Aggressive At Guaranteed Windows always asks the processor to deliver the highest possible performance above the guaranteed performance level. In the next part we shall be comparing these settings to explore how much of a benefit or regression they can provide in terms of performance and power efficiency. If you decide to change the values on your system and are experiencing problems like crashes or an overheating PC, make sure to revert the steps back to the original state.
    • I think he means you haven't reviewed previous UFC games. Of course it doesn't matter... Every time you just report on something that involves the President even if just simply what happened you guys usually get accused of being anti-Trump. We live in fun times.
  • Recent Achievements

    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      93
    5. 5
      Steven P.
      78
  • Tell a friend

    Love Neowin? Tell a friend!