Download Unis Driver



On this page you will find links to PDF documents on How to do, Frequently Asked Questions, User manuals, IT Policy and regulations, News etc. Our goal is to reduce the amount of support-questions by providing you with as much relevant information as possible here.

  1. Download Unis Driver License
  2. Download Unis Driver App
  3. Download Unis Drivers
  4. Download Unis Driver Download

General information

The unixODBC driver manager is an open source ODBC driver manager that can be used with the DB2 ODBC driver on all supported Linux and UNIX operating systems. Installing the unixODBC driver manager DB2 10.5 for Linux, UNIX, and Windows. Microsoft.NET 4.5 or higher (needed to unzip the driver and for macros to work properly) DS4 Driver (Downloaded & Installed with DS4Windows) Microsoft 360 Driver (link inside DS4Windows, already installed on Windows 7 SP1 and higher or if you've used a 360 controller before) Sony DualShock 4 (This should be obvious) Micro USB cable.

UNIS IT Policy (PDF)
For STUDENTS: Introduction to the UNIS Computer System (PDF)
For STAFF: Introduction to the UNIS Computer System (PDF)
For GUEST LECTURERS: Introduction to the UNIS Computer System (PDF)

Wireless network in the Svalbard Science Centre, UNIS Guest House and the student housing

eduroam – Information and how to connect
Guest network

Software

Download Unis Driver License

For more information go here

Accessing network shares

Before connecting to network shares you need to be connected to either eduroam at Svalbard Science Park or student housing (Nybyen or Skjøskrenten), alternatively you can use VPN to access the unis network.

Download

Access network shared from Microsoft Windows 10
Access network shares from Microsoft Windows 7
Enable SMB 1 in Windows 10

VPN access to UNIS

Go to https://vpn.unis.no, log in with your unis username and password to download the client.
In the client connect to vpn.unis.no

Outlook/E-mail information

Printing and scanning

Printer installation and use at UNIS (PDF)
Printer info for MacOS (PDF)MacOS printer driver (Remember to choose correct MacOS)

TimeEdit

How to subscribe to TimeEdit calendars in Outlook Norwegian / English (PDF)

-->

This page describes how software uninstalls a device and removes a driver package from the driver store.

Uninstalling the Device

To remove the device node (devnode) that represents a physical device, use one of the following:

  • To uninstall only the specified device, use a device installation application that calls the SetupAPI function SetupDiCallClassInstaller with a request of DIF_REMOVE.

  • To uninstall the specified device and any devices below it in the device tree, use a device installation application that calls the DiUninstallDevice function.

When a device is uninstalled using one of these methods, the Plug and Play (PnP) manager removes the association between the driver binary files and the device.

The device remains in the kernel PnP tree and the driver package remains in the driver store. If the PnP manager re-enumerates the device (for example if the device is unplugged and then plugged in again), the PnP manager treats it as a new device instance and installs the driver package from the driver store.

For info on how an end user can uninstall a device, see Using Device Manager to Uninstall Devices and Driver Packages.

Download Unis Driver App

Deleting a Driver Package from the Driver Store

Download Unis Driver

To delete a driver package from the driver store, do one of the following:

Download Unis Drivers

  • From the command prompt, use pnputil /delete-driver <example.inf> /uninstall. For info on PnPUtil commands, see PnPUtil Command Syntax.
  • On Windows 10, version 1703 or later, a device installation application can call DiUninstallDriverW.
  • On earlier versions of Windows, a device installation application should first issue a DIF_REMOVE request or call the DiUninstallDevice function to uninstall all devices and then call SetupUninstallOEMInf to remove the driver.

Deleting a driver package from the driver store removes associated metadata from the PnP manager's internal database and deletes related INF files from the system INF directory.

After the driver package has been removed, it is no longer available to be installed on a device. To reinstall, download the driver again from the original source, such as Windows Update.

Driver

Download Unis Driver Download

Manually deleting the driver package from the driver store may result in unpredictable behavior.