Jump to content

NIM

Administrator
  • Posts

    4,114
  • Joined

  • Last visited

  • Days Won

    74

Posts posted by NIM

  1. We're using this script and it's working great for our environment (Win Servers 2016,2019,2022)

    Replace DNS addresses and remove the wins server if you're not using it.

    @echo off
    set com=
    set dnsserver=15.X.X.X
    set dnsserver2=15.X.X.X
    set winsserver=15.X.X.X
    setlocal enableDelayedExpansion
    for /f "tokens=1,2,3*" %%i in ('netsh interface show interface') do (
        if %%i EQU Enabled (
            set com=F
            
    	if %%l EQU NAS1 (set com=T)
    	if %%l EQU NAS2 (set com=T)
    
    	if !com! EQU F (netsh interface ipv4 set dnsserver name="%%l" static %dnsserver% both)
    	if !com! EQU F (netsh interface ipv4 add dnsserver name="%%l" %dnsserver2% index=2)
    	if !com! EQU F (netsh interface ipv4 set winsserver name="%%l" static %winsserver%)
        )
    )
  2. Internal storage
    A full range of hard disk and solid state storage drives, including some with self-encrypting capabilities, in capacities to meet today’s requirements.

    HP Compaq Elite 8300 PC Product Specifications | HP® Customer Support

    Based on my check, it seems that they indeed provide both HDDs and SSDs in HP Compaq Elite 8300 PCs, which suggests that you can replace the existing HDD. Moreover, it should be relatively straightforward to clone the contents of the HDD onto the new SSD without reinstalling your Windows operating system.

×
×
  • Create New...