Posted On March 31, 2019

Xpenology

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Xpenology
1. Download
     a. gnoboot
     b. Synology DSM
     c. Win32DiskImager
     d. Synology Assistant
2. Install
     a. Run Disk Imager -> select, gnoboot.img -> select USB
     b. Connect USB into hardware -> boot, select gnoboot.me -> gnoboot-5.x-xxxx (install/upgrade/downgrade) -> let process loads
     c. Access server using Synology Assistant
     d. Left-click on server -> Install -> Select .pat file -> Confirm install
     e. Log into Synolgy server and create password

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Windows XP and Browser Compatibilities

1. Internet Explorer: The highest IE version that a machine running on Windows XP would…

PowerShell: Add Accounts into Local Administrators Group

# addAccountToLocalAdmins.ps1# Requires: PowerShell Version 4.0+$accountToAdd='ServerAdmins'$groupName="Administrators"$servers=@( "CONCU1", 'CONCU2', 'CONCU100', 'CONCU80665', 'CONCU6547354', 'CONWHAT989', 'CONCU3')$servers|%{ $session=new-pssession $_…

Outlook Error: An Encrypted Connection Not Available

Symptom: The Fix: Run: control.exe > click on Mail Click on Show Profiles Click on…