Preliminary Check-list and other Misc items: Difference between revisions

From NEOSYS Technical Support Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
For Windows 2003 and 2008 - <B>Refer to Installation Checklist to follow the order of doing it</B>
For Windows 2003 and 2008 - <B>Refer to Installation Checklist to follow the order of doing it</B>


#Rename user Administrator to administrator (Win2008 & Win10): [[Changing username from Administrator to administrator|Rename Administrator to administrator]]
#Make sure you have changed the default password to a strong one as per the guidelines
#Make sure you have changed the default password to a strong one as per the guidelines
#Make sure that Windows is activated
#Make sure that Windows is activated
Line 24: Line 25:
#Create shortcuts for Computer Management, D drive, Scheduled Tasks and Command Prompt in the Quick Launch area
#Create shortcuts for Computer Management, D drive, Scheduled Tasks and Command Prompt in the Quick Launch area
#Use Client's/ISP's DNS and not a general service like 8.8.8.8 so that we are aware of any significant network changes.
#Use Client's/ISP's DNS and not a general service like 8.8.8.8 so that we are aware of any significant network changes.
#Rename user Administrator to administrator (Win2008 & Win10):
* Windows 2008 Server
For Windows 2008 & Windows 10 Pro/Enterprise
#[[Changing username from Administrator to administrator|Rename Administrator to administrator]]
===Configuring the administrator account in Windows 10===
Prerequisite: BEFORE INSTALLING CYGWIN
#Run command prompt as administrator.
#Rename Administrator to be administrator.
wmic useraccount where name='Administrator' rename 'administrator'
#Check in Computer management that it is successful. (or type cmd "net user")
====Set password====
Set a password for administrator and enable login
net user administrator *
net user administrator /active:yes

Latest revision as of 08:59, 8 February 2021

For Windows 2003 and 2008 - Refer to Installation Checklist to follow the order of doing it

  1. Rename user Administrator to administrator (Win2008 & Win10): Rename Administrator to administrator
  2. Make sure you have changed the default password to a strong one as per the guidelines
  3. Make sure that Windows is activated
  4. Make sure not connected to domain controller
  5. No services like IIS and no server roles are installed
  6. Installed with more than one partition (C: D:)
  7. Make sure the system has a static internal IP address
  8. Away in a secure place and secure power cable
  9. Microsoft network client should be disabled on all network connections.
  10. Make sure that the boot sequence is correct (CD,HDD,USB)
    - Allowing "Boot from USB" causes a severe risk of infection by boot sector viruses since the first infected USB device inserted WILL infect the server immediately as anti-virus programs are not active during boot
  11. Ensure the Windows CD/ I386 folder is copied to C Drive. (Not required for Windows Server 2008 and Windows 10)
  12. All high priority Windows updates from Microsoft are installed
  13. Automatic Windows update is configured to install at 3AM and can be on any day between Sunday to Thursday since Support will be available to restart NEOSYS processes after a server restart. Refer How to configure daily Scheduled Tasks
  14. Make all desktop icons visible (right click on desktop > Personalise > Change desktop icons and tick Computer, User Files, Network, Recycle Bin and Control Panel)
  15. Change the name of the server to NEOSYS
  16. In Tools > Folder Options > View – Tick Show hidden files and folders and Un-tick Hide extensions
  17. Check time zone and make sure it is set to the correct region of installation
  18. In Settings > Time & Language > Language make sure Windows Display language is the same as Regional Format in the Region section. Recommended language is English (US). (Only required for Windows 10)
  19. Disable Autorun (all drives) – Run > gpedit.msc > Computer Configuration > Administrative Templates > Windows Components > Auto Play Policies > Turn off Autoplay should be enabled for All Drives
  20. Enable Audit Privilege Use – Control Panel > Administrative Tools > Local Security Policy > Local Policy > Audit Policy > Audit Privilege Use – Tick both Success and Failure
  21. Disable password expiry – Control Panel > Administrative Tools > Local Security Policy > Account Policies > Password Policy > Maximum password age – Change to "0" days.
  22. Rename D drive name to NEOSYS
  23. Create shortcuts for Computer Management, D drive, Scheduled Tasks and Command Prompt in the Quick Launch area
  24. Use Client's/ISP's DNS and not a general service like 8.8.8.8 so that we are aware of any significant network changes.