diff --git a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md
index 961123f511f779edc6e508aec5e6461f5506f06d..6263d2c68cea9f4551365a96386e3fcdf79a4f9c 100644
--- a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md
+++ b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md
@@ -15,7 +15,11 @@ In order to display graphical user interface GUI of various software tools, you
 
 ## X Display Forwarding on Windows
 
-On Windows use the PuTTY client to enable X11 forwarding. In PuTTY menu, go to Connection-SSH-X11, mark the Enable X11 forwarding checkbox before logging in. Then log in as usual.
+On Windows use the PuTTY client to enable X11 forwarding. In PuTTY menu, go to Connection-SSH-X11, mark the Enable X11 forwarding checkbox before logging in.
+
+![](../../../img/cygwinX11forwarding.png)
+
+Then log in as usual.
 
 To verify the forwarding, type
 
@@ -130,27 +134,3 @@ In this way, we run remote gnome session on the cluster, displaying it in the lo
 
 Use System-Log Out to close the gnome-session
 
-### if No Able to Forward X11 Using PuTTY to CygwinX
-
-```console
-[usename@login1.anselm ~]$ gnome-session &
-[1] 23691
-[usename@login1.anselm ~]$ PuTTY X11 proxy: unable to connect to forwarded X server: Network error: Connection refused
-PuTTY X11 proxy: unable to connect to forwarded X server: Network error: Connection refused
-
-  (gnome-session:23691): WARNING **: Cannot open display:**
-```
-
-1. Locate and modify Cygwin shortcut that uses [startxwin](http://x.cygwin.com/docs/man1/startxwin.1.html)
-    locate
-    C:cygwin64binXWin.exe
-    change it
-    to
-    C:_cygwin64binXWin.exe -listen tcp_
-
-![XWin-listen-tcp.png](../../../img/XWinlistentcp.png "XWin-listen-tcp.png")
-
-1. Check Putty settings:
-     Enable X11 forwarding
-
-    ![](../../../img/cygwinX11forwarding.png)
diff --git a/docs.it4i/img/XWinlistentcp.png b/docs.it4i/img/XWinlistentcp.png
deleted file mode 100644
index fdb297d57cebc7f76f7fff949f8cb7fcfed7f9e3..0000000000000000000000000000000000000000
Binary files a/docs.it4i/img/XWinlistentcp.png and /dev/null differ
diff --git a/docs.it4i/img/cygwinX11forwarding.png b/docs.it4i/img/cygwinX11forwarding.png
index 910a22d546a63d685090bb5981200ac20a911d83..7c2a3bcb138cc7cce77c878bd6f3ed69492e86b8 100644
Binary files a/docs.it4i/img/cygwinX11forwarding.png and b/docs.it4i/img/cygwinX11forwarding.png differ