User Tools

Site Tools


user:ssmit133:portfolio:unixproject1

This is an old revision of the document!


Project: Windows 10 Installation

A project for HPC1 by Samantha Smith during the Fall 2016 semester.

Objectives

In this project, I am installing Windows 10 to a desktop computer.

Prerequisites

In order to successfully accomplish/perform this project, the listed resources/experiences need to be consulted/achieved:

Background

State the idea or purpose of the project. What are you attempting to pursue?

Intimately, I am quitting on dealing with free anti virus programs to fix the the endless glitches this desktop has thank to careless web browsing and downloading from others. A fresh install never hurt anyone and I honestly haven't done one in several years. Luckily I will recycle the product key already attached to the computer because Microsoft doesnt need any of my money.

Scope

I am anticipating installing this version of windows with minimal extra features. I assume it should take under 2 hours with a easy setup.

Attributes

State and justify the attributes you'd like to receive upon successful approval and completion of this project.

  • window system practice: I havent done something like this in some time. It'll be a nuce refresher.

Procedure

First, I made a bootable USB drive with a windows 10 ISO, I used these steps in this process. It was a pleasant, new expierence. The last time I did it, ever I used disks.

After accomplishing then, I then plugged in the USB, hit f11 to change boot order, went to USB for start up. Allowed the files to load. Went through basic time and date options. Entered my product key. Chose a custom/advanced install. Chose a drive to install to. Reentered the product key And finally let the installation go- volia.

Code

Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within <code> </code> blocks here.

/*
 * hello.c - A sample "Hello, World!" program
 * 
 * written by NAME for COURSE on DATE
 *
 * compile with:
 *   gcc -o hello hello.c
 *
 * execute with:
 *   ./hello
 */
 
#include <stdio.h>
 
int main()
{
    printf("Hello, World!\n");    // Output message to STDOUT
    return(0);
}

Execution

Again, if there is associated code with the project, and you haven't already indicated how to run it, provide a sample run of your code:

lab46:~/src/cprog$ ./hello
Hello, World!
lab46:~/src/cprog$ 

Reflection

Comments/thoughts generated through performing the project, observations made, analysis rendered, conclusions wrought. What did you learn from doing this project?

References

In performing this project, the following resources were referenced:

  • URL1
  • URL2
  • URL3 (provides useful information on topic)
  • URL4

Generally, state where you got informative and useful information to help you accomplish this project when you originally worked on it (from Google, other wiki documents on the Lab46 wiki, etc.)

user/ssmit133/portfolio/unixproject1.1481860188.txt.gz · Last modified: 2016/12/16 03:49 by ssmit133