Difference between revisions of "Windows Questions"

From CS Support
Jump to: navigation, search
(fix dreamspark/imagine link)
(I need some software by Microsoft for a project, can you give it to me?)
Line 1: Line 1:
 
<div id="MSDNAA"></div>
 
<div id="MSDNAA"></div>
 
== I need some software by Microsoft for a project, can you give it to me? ==
 
== I need some software by Microsoft for a project, can you give it to me? ==
Possibly. {{#lsth:Dreamspark Programs | Microsoft Imagine}}
+
<!-- Comment -->Possibly. {{#lsth:Dreamspark Programs | Microsoft Imagine}}
  
 
== How do I take a screenshot in Windows? ==
 
== How do I take a screenshot in Windows? ==

Revision as of 11:58, 4 March 2019

I need some software by Microsoft for a project, can you give it to me?

Possibly. Our licensing with Microsoft allows us to give students software and licenses to install through the Imagine Premium Web Store (formerly Microsoft DreamSpark). At the beginning of each semester, we update the online database with a list of all students currently enrolled in a CS class.

  • New Users: You will receive an email from the Imagine Premium Web Store (usually from noreply@kivuto.com) containing a link to activate your account and set a password. Office 365 sometimes flags this as spam, so if you don't see it in your Inbox, please be sure to check in your Spam/Junk folders. Once your account is confirmed, you can login to the web store any time. Your initial password is automatically generated when your account is added. You should change it as soon as possible by clicking on the "Your Account" link at the top of the page once you login.
  • Existing Users: If your account is currently active (or previously added but you never activated it), you will not receive an email. If you previously had an account that had been deactivated (accounts are deactivated automatically after one year from their creation), you will receive an email saying your account has been reactivated.

Logging in to the Imagine Web Store

To login to the Imagine Web Store, you will need to login with your Imagine username and password.

Note: The login information for Imagine is separate from your CS Account.

To reset your password click the "Forgot username or password?" on the login page.

You are free to download any software available on this site. You must use MS Internet Explorer to download software from the Imagine Premium Web Store. Software available from the Imagine Premium Web Store includes development tools and suites, operating systems, and some MS Office component applications, but not the Office suite or core applications such as Word, Excel, or Powerpoint. If you would like your own copy of the Office suite, you may install it from Office365 or purchase it from the Union Computer Store at a student discounted price.

License Agreement

Remember, this is for you own personal use as a CS student. You are not legally permitted to download software for your friends or families. Doing so will break the terms of the Microsoft academic agreement. Distributing illegal copies of software is against state and federal laws and the policies of this university.


How do I take a screenshot in Windows?

To take a screenshot (image of the screen) in Windows, follow the following steps:

  1. Press "Print Scrn" on the keyboard (next to "Scroll Lock" at the top).
  2. Open Microsoft Paint (Start Menu > All Programs > Accessories > Paint).
  3. Go to Edit > Paste to paste the image.
  4. Save the image as a BMP in your home directory by going to File > Save As...
  5. Do with the image as you please.

How do I enable X forwarding in Windows?

The following explains the process of enabling X forwarding through SSH to view X applications in Windows.

  1. Start XServer by going to Start > XServer
  2. Open PuTTY by going to Start > PuTTY
  3. In the Category menu for PuTTY, select Tunnels
  4. Check the box next to "Enable X11 Forwarding"
  5. In the Category menu for PuTTY, select Session
  6. Under Host Name, type "cislinux.cis.ksu.edu"
  7. Choose SSH as your Protocol
  8. Now click "Open"
  9. Enter your username and password when prompted
  10. Enjoy

You can test to see if X forwarding is working by typing "xeyes", which should bring up an application with two eyes following your mouse pointer.

How do I transfer files to or from the CIS systems?

NOTE: Due to authentication problems and account lockouts caused by WinSCP, we no longer recommend using this application for file transfer. We suggest the following instead.

File``Zilla is a good cross-platform desktop file transfer application that is both free to use and open source. You can download the client from http://filezilla-project.org/ and install it on your own system.

When you launch File``Zilla, the window looks like this: Filezilla main.png

First-time users will need to create a new connection which you can re-use later.

  1. Click on the the Site Manager button here:
    Filezilla sitemgr button.png
  2. This opens up a new window. Click on the "New Site" button.
    Filezilla sitemgr1.png
  3. Set the name of your new site to something easy to remember, like the name of the server you are connecting to.
    Filezilla new site.png
  4. Make the following changes to the site settings:
    • Protocol: SFTP - SSH File Transfer Protocol
    • Login Type: Ask for password
    • User: enter your username here, not your full email address
    And click OK when done.
    Filezilla sitemgr2.png
  5. You should now be returned to the main window. Click on the dropdown next to the Site Manager button and select your newly saved site.
    Filezilla host selection.png
  6. You will be prompted for your password. Enter it here. NOTE: This is your CIS password, not your KSU eID password.
    Filezilla passwd dialog.png
  7. Once connected, the main window should look like this. Transfer files by selecting the source on the left and destination on the right.
    Filezilla connected.png
  8. When you are finished, click on the Disconnect button.
    Filezilla disconnect.png

How do I burn an .ISO image to a Disc?

N022 and N126 labs have DeepBurner installed on the Windows machines along with CD/DVD burners. This is free software and is available to download for your own personal use at http://www.deepburner.com/.

To burn an .iso to CD/DVD, place a blank disc in the CD/DVD ROM tray and run DeepBurner. When the program starts, it will prompt you to select the project type. Select "Burn ISO image." Click the "..." button beside the Image file text box to specify the location of your saved .iso file. Click the "Burn ISO" button to begin burning the disc.