Table of Contents

Installing extra applications for Windows 10

Other Windows 10 related notes

Misc notes

Firefox and Thunderbird

Once you have installed FF and/or TB, you should follow the instructions for moving and restoring FF and TB. You should probably even read these before moving to a new computer, if you want to restore the FF and TB settings you had on the previous computer

Google Chrome

Install Chrome if you think that you may need an extra browser (besides the builtin Edge and the preinstalled Firefox) to test the content of some web pages or to use some videoconferencing software

Text editors

emacs

All the details on the Using the emacs text editor page

Notepad++

Notepad++ is a free source code editor and Notepad replacement that supports several languages

Image (bitmap) editors

The editors listed below go from the simplest to the most powerful (but harder to use)

Snip & Sketch

French : Outil Capture d'écran

For simple screenshots and/or annotating images, you can launch the preinstalled Snip & Sketch (Capture d'écran et croquis) tool from the Start menu

Sketchbook Pro

Autodesk SketchBook was bundled for free with Windows 10 till ~June 2021, and can now be bought from the Microsoft Store as Sketchbook Pro

Sketchbook Pro can be used for freehand drawing (especially if you have a tablet or touch screen)

XnView Classic

JYP recommends using XnView Classic rather than MP, because of the very useful slideshow feature of the Classic version

XnView Classic is an efficient image viewer, browser and converter for Windows. This software is really simple to use and totally free for personal use. It supports more than 500 image formats

Download page (the Standard installer should be enough)

Paint.net

Paint.NET is an image and photo editing software for PCs that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools.

ImageJ

ImageJ is a public domain Java image processing program, that may have some features not available in the other bitmap editors

Suggested installation steps

GIMP

GIMP is a cross-platform image editor available for GNU/Linux, macOS, Windows and more operating systems. It is free software, you can change its source code and distribute your changes.
Whether you are a graphic designer, photographer, illustrator, or scientist, GIMP provides you with sophisticated tools to get your job done. You can further enhance your productivity with GIMP thanks to many customization options and 3rd party plugins

Image (vector) editors

Inkscape

Inkscape is a Free and open source vector graphics editor for GNU/Linux, Windows and macOS.

It offers a rich set of features and is widely used for both artistic and technical illustrations such as cartoons, clip art, logos, typography, diagramming and flowcharting. It uses vector graphics to allow for sharp printouts and renderings at unlimited resolution and is not bound to a fixed number of pixels like raster graphics.

Other media

VLC media player

VLC VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.

Data visualization

The following applications allow you to visualize NetCDF files without using a programming language (and probably more). You can of course also use Python

Panoply

NASA GISS Panoply plots geo-referenced and other arrays from netCDF, HDF, GRIB, and other datasets. Panoply is a cross-platform application that runs on Macintosh, Windows, Linux and other desktop computers.

Suggested installation steps

Vapor

NCAR Vapor is the Visualization and Analysis Platform for Ocean, Atmosphere, and Solar Researchers. It provides an interactive 3D visualization environment that can produce animations and still frame images, and runs on Windows, OSX, Ubuntu, and CentOS.

Paraview

ParaView is an open-source, multi-platform data analysis and visualization application.

ParaView users can quickly build visualizations to analyze their data using qualitative and quantitative techniques. The data exploration can be done interactively in 3D or programmatically using ParaView’s batch processing capabilities.

Backup software

You probably think that just copying a folder from time to time with a drag 'n drop is enough, but this becomes difficult to manage when the folder size grows and you have several folders to manage

There are several types of backup (mirror, incremental or differential imaging, cloning, 2 way synchronization, etc…) of different sources (full disks, partitions, directories, …) to/from different destinations (external disk, cloud, …)

Our basic need is to mirror one source directory on a local disk to a destination directory on an external disk (check the users' manuals if you need more features). This can be easily done with SyncBack

A short definition of mirroring:

Note: List of backup software (wikipedia)

ownCloud

  • ownCloud (combined with LSCE sharebox) is very useful and you should read the dedicated page!
  • ownCloud can be used on Windows, Linux and Mac!

ownCloud Desktop Client enables you to connect folders on your desktop to your corporate ownCloud Server. With it you can create folders, organize your local ownCloud directory, and keep the contents of your local directory synced with your ownCloud server. Anything shared with you will also appear in your home directory on your desktop, and changes will be automatically synced.

ownCloud is compatible with:

SyncBack

You can use the SyncBack family of products to backup, synchronize, and restore data files.

The SyncBackFree version should be enough for easily mirroring directories, or groups of directory to an external disk, but you can compare the features available in SyncBackPro, SyncBackSE and SyncBackFree: summary comparison and full comparison.

It is very important to backup your work regularly. Check the Using SyncBack page for more details.

Macrium Reflect

Note: JYP has not really tested the Macrium option…

Macrium Reflect is image based backup and cloning software. Macrium Reflect creates an accurate and reliable image of a hard disk or the partitions on the disk. In the event of a partial or complete system loss, you can use this image to restore the entire disk, one or more partitions, or even individual files and folders.

The Free Edition can be used for imaging or cloning a full disk

rsync (Linux !)

rsync is a convenient Linux command that can be used for mirroring a directory hierarchy to another location on the same computer (e.g. a removable disk) or a remote server. It can also be used on a Windows 10 computer where WSL + Ubuntu is installed!

On Windows, it is easier to use the mirroring option of SyncBack.

Read the Mirroring directories with rsync on the ssh page

Conferencing software

Zoom

Installation

Configuration

Sign in with SSO and cnrs.zoom.us if you have CNRS credentials

Terminals

Windows cmd command interpreter

There is nothing to install, cmd is the basic Windows command interpreter

Windows PowerShell

There is nothing to install, the PowerShell is directly available in Windows

Windows Terminal

Windows Terminal is a powerful and configurable interface that can be used to open Powershell,cmd and WSL windows

PuTTY & Pageant

PuTTY is a free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator.

In other words, PuTTY is an easy to use ssh client for Windows that will allow you to connect to the LSCE servers with a very efficient text terminal

If you are in a hurry and PuTTY is not installed yet, you can directly use the ssh provided with Windows 10!

  • Right click on the Start menu and select Powershell, or use Start => Terminal
  • Type ssh user@server
  • It is still very useful to install PuTTY, because this will allow you to configure/save sessions, and then connect very easily to other computers later. You will also be able to do Linux-like copy-paste with your mouse!
  • If you have installed WSL+Ubuntu on Windows 10, you can just open a terminal and type ssh user@server to connect to the server

Read the Installing and configuring PuTTY page to learn the best way to use PuTTY (and VcXsrv if you have to display remote graphical windows)

You should probably also have a look at the understanding and using ssh correctly page, if you want to understand basic ssh options, and how PuTTY and VcXsrv interact

WinSCP

The latest versions of WinSCP will install some parts of PuTTY by default, which we don't want because we prefer to install PuTTY ourselves


If you have not installed PuTTY yet, do it before installing WinSCP


When the installer asks which Installation type you want, select the Custom Installation and unselect Pageant and PuTTYgen in the Components options screen

WinSCP is a popular SFTP client and FTP client for Microsoft Windows! Copy file between a local computer and remote servers using FTP, FTPS, SCP, SFTP, WebDAV or S3 file transfer protocols.

Windows X Server

Check the Using an X server on Windows section of the Installing and configuring an X server page. You should probably read the full page, or at least the table of content

Windows Subsystem for Linux (WSL)

Check the WSL page if you want to run Ubuntu (or another Linux) on your Win10 computer!!

Citation management tools

Overview

Zotero

Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share research

Zotero is a great tool but, for obvious security reasons, you should not store your data in the Zotero cloud (free or paying)
You can perfectly use Zotero without creating an account! More details below

Publish or Perish

Publish or Perish is designed to help individual academics to present their case for research impact to its best advantage, even if you have very few citations

7-Zip

7-Zip is a file archiver with a high compression ratio

Supported formats:

Python

Depending on which kind of data you work with, you can install a local Python distribution:

Remember that it is always better to move the computation where the original (an possibly huge) data files are, and you should probably use a remote Python distribution (e.g. if your data is located at LSCE)

CDAT

CDAT is a Python distribution for the climate scientist. It can only be installed in the WSL+Ubuntu part of a Win10 computer. Check the installation instructions for 8.1 (or later)

Anaconda

This is the recommended (by JYP) Python distribution/environment. It is available for Windows, Mac and Linux

The Anaconda distribution is provided by the Anaconda company (that was previously called Continuum Analytics). It is similar to EDM, but probably more widely used than EDM

Note: Anaconda provides and uses conda for its installation. Since CDAT is also installed and maintained with conda, you can read the Installing and maintaining UV-CDAT with conda page for more information, even if you are not going to use CDAT

Enthought Deployment Manager (EDM)

This was previously called Enthought Python Distribution (EPD) and then Enthought Canopy

Enthought Deployment Manager (EDM) is Enthought’s mechanism to deliver scientific software applications and development environments

There are native installers for Windows (.msi), Mac OS X (.pkg), RHEL/Fedora (.rpm), and Debian/Ubuntu (.deb)

Java SE Development Kit (JDK)

You only need to install the JDK if other applications (e.g Panoply, ImageJ) need it

Some technical packages

There is a good chance you don't need these programs!

nmap / zenmap / nping

nmap for Windows can be installed when we need to install nping to check if a network connection is stable, instead of using the ping command directly available in Windows

More applications

Samsung phone users

Smart Switch

Samsung Smart Switch seamlessly transfers contacts, photos, music, videos, messages, notes, calendars and more to virtually any Samsung Galaxy device.

TODO

Using Microsoft PowerToys

Check what could be useful in Microsoft PowerToys: Utilities to customize Windows

Using Dev Home

Check what could be useful in Dev Home

Using Visual Studio Code

Check what could be useful in Visual Studio Code

Installing applications with winget

winget documentation

emacs example

PS C:\Users\your_login> winget search --name emacs
Nom       ID        Version Source
-----------------------------------
GNU Emacs GNU.Emacs 29.1    winget


PS C:\Users\your_login> winget show --id GNU.Emacs
Trouvé GNU Emacs [GNU.Emacs]
Version : 29.1
Publisher : GNU Project
ID de l’Editeur https://www.gnu.org
Moniker : emacs
Description : An extensible, customizable, free/libre text editor - and more.
Page d’accueil : https://www.gnu.org/software/emacs/
Licence : GPL
Copyright : Copyright (C) 2022 Free Software Foundation, Inc.
Mots-clés :
  emacs
  gnu
  text-editor
  tool
  utility
Programme d'installation :
  Type du programme d’installation : nullsoft
  URL du programme d’installation : https://ftp.gnu.org/gnu/emacs/windows/emacs-29/emacs-29.1_2-installer.exe
  SHA256 du programme d’installation : c6f43de2b51afc6dcdf1391708dcf1e2f3c4132b4cf9bb7de6611f2432bbcbf5


PS C:\Users\your_login> winget show --id GNU.Emacs --versions
Trouvé GNU Emacs [GNU.Emacs]
Version
-------
29.1
28.2
28.1
27.2
27.1


PS C:\Users\your_login> winget install --id GNU.Emacs

Trouvé GNU Emacs [GNU.Emacs] Version 28.2
La licence d’utilisation de cette application vous est octroyée par son propriétaire.
Microsoft n’est pas responsable des paquets tiers et n’accorde pas de licences à ceux-ci.
Downloading https://ftp.gnu.org/gnu/emacs/windows/emacs-28/emacs-28.2-installer.exe
  ██████████████████████████████  46.2 MB / 46.2 MB
Le code de hachage de l’installation a été vérifié avec succès
Démarrage du package d’installation... Merci de patienter.
Installé correctement


PS C:\Users\your_login> winget list --id GNU.Emacs
Aucun package installé ne correspond aux critères saisis.

WinSCP example

PS C:\Users\your_login> winget list --id WinSCP.WinSCP
Nom           ID            Version Disponible Source
-----------------------------------------------------
WinSCP 5.21.5 WinSCP.WinSCP 5.21.5  5.21.6     winget


PS C:\Users\your_login> winget show --id WinSCP.WinSCP
Trouvé WinSCP [WinSCP.WinSCP]
Version : 5.21.6


PS C:\Users\your_login> winget upgrade
Nom                                                                ID                           Version        Disponible     Source
------------------------------------------------------------------------------------------------------------------------------------
[...]
Zotero                                                             DigitalScholar.Zotero        6.0.15         6.0.18         winget
WinSCP 5.21.5                                                      WinSCP.WinSCP                5.21.5         5.21.6         winget
Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.30501       Microsoft.VCRedist.2013.x64  12.0.30501.0   12.0.40664.0   winget
[...]


PS C:\Users\your_login> winget upgrade --id WinSCP.WinSCP

Trouvé WinSCP [WinSCP.WinSCP] Version 5.21.6
La licence d’utilisation de cette application vous est octroyée par son propriétaire.
Microsoft n’est pas responsable des paquets tiers et n’accorde pas de licences à ceux-ci.
Downloading https://sourceforge.net/projects/winscp/files/WinSCP/5.21.6/WinSCP-5.21.6-Setup.exe/download
  ██████████████████████████████  10.9 MB / 10.9 MB
Le code de hachage de l’installation a été vérifié avec succès
Démarrage du package d’installation... Merci de patienter.
Installé correctement

PS C:\Users\your_login> winget list --id WinSCP.WinSCP
Nom           ID            Version Source
-------------------------------------------
WinSCP 5.21.6 WinSCP.WinSCP 5.21.6  winget

PuTTY example

There are several versions of PuTTY available.

You want the official version (maintained and free), that is available with 2 different winget IDs : XPFNZKSKLBP7RJ for the version available directly from Microsoft Store, or PuTTY.PuTTY if you download an installer from the official PuTTY download page. More details in Is the version of PuTTY in the Microsoft Store legit?
PS C:\Users\jypeter> winget search putty
Nom                ID                          Version    Correspondance Source
--------------------------------------------------------------------------------
PuTTY              XPFNZKSKLBP7RJ              Unknown                   msstore
Putty (Unofficial) 9N8PDN6KS0F8                Unknown                   msstore
Metro PuTTY        9WZDNCRDNDFH                Unknown                   msstore
PuTTY              PuTTY.PuTTY                 0.80.0.0                  winget
MTPuTTY            TTYPlus.MTPutty             1.8        Tag: putty     winget
PuTTY CAC          NoMoreFood.PuTTY-CAC        0.80.0.0   Tag: putty     winget
PortX              NetSarangComputer.PortX     2.2.5      Tag: putty     winget
NETworkManager     BornToBeRoot.NETworkManager 2024.1.7.0 Tag: putty     winget
SuperPuTTY         JimRadford.SuperPuTTY       1.5.0                     winget

PS C:\Users\jypeter> winget list --id XPFNZKSKLBP7RJ
Nom                         ID             Version  Disponible Source
----------------------------------------------------------------------
PuTTY release 0.77 (64-bit) XPFNZKSKLBP7RJ 0.77.0.0 0.80.0.0   msstore

PS C:\Users\jypeter> winget list --id PuTTY.PuTTY
Nom                         ID          Version  Disponible Source
------------------------------------------------------------------
PuTTY release 0.77 (64-bit) PuTTY.PuTTY 0.77.0.0 0.80.0.0   winget

PS C:\Users\jypeter> winget upgrade --id XPFNZKSKLBP7RJ
Trouvé PuTTY [XPFNZKSKLBP7RJ] Version 0.80.0.0
[...]
L’éditeur exige que vous consultiez les informations ci-dessus et acceptiez les contrats avant de procéder à l’installation.
Acceptez-vous les conditions ?
[Y] Oui  [N] Non: Y
Téléchargement en cours https://cdn.storeedgefd.dsx.mp.microsoft.com/wus2/cachedpackages/ee66263e-95da-4735-a5ff-6d154a347979_858399ee9ee49e15a78c7018dbf0dd73dba8337d6f0adb841896ba553c9a646c
  ██████████████████████████████  3.53 MB / 3.53 MB
Le code de hachage de l’installation a été vérifié avec succès
Démarrage du package d’installation... Merci de patienter.
Installé correctement

PS C:\Users\jypeter> winget list --id XPFNZKSKLBP7RJ
Nom                         ID             Version  Source
------------------------------------------------------------
PuTTY release 0.80 (64-bit) XPFNZKSKLBP7RJ 0.80.0.0 msstore