<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Guide on alinuxuser</title>
    <link>https://alinuxuser.com/tags/guide/</link>
    <description>Recent content in Guide on alinuxuser</description>
    <image>
      <title>alinuxuser</title>
      <url>https://alinuxuser.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://alinuxuser.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 27 May 2023 15:02:00 -0500</lastBuildDate>
    <atom:link href="https://alinuxuser.com/tags/guide/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Remote Desktop Connection Stuck In Please Wait State</title>
      <link>https://alinuxuser.com/posts/2023/05/2023-05-27-remotedesktopstuckinwait/</link>
      <pubDate>Sat, 27 May 2023 15:02:00 -0500</pubDate>
      <guid>https://alinuxuser.com/posts/2023/05/2023-05-27-remotedesktopstuckinwait/</guid>
      <description>&lt;p&gt;I found this solution in the &lt;a href=&#34;https://learn.microsoft.com/en-us/answers/questions/451406/rdp-to-windows-10-hangs-at-please-wait-screen&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
  Q&amp;amp;A section
&lt;/a&gt;
 of Microsoft Learn. Credit goes to the original author.&lt;/p&gt;
&lt;p&gt;This process will involve creatating an .rdp file, and editing it in notepad and adding a flag which will prompt the user to enter their password.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Get the ipaddress of the machine that is stuck in the Please Wait state.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ping [server] -4
-4 flag ensures that IPv4 address is used.
&lt;/code&gt;&lt;/pre&gt;&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/01-remotedesktopstuckinwait-2023-11-27-06_27_29.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/01-remotedesktopstuckinwait-2023-11-27-06_27_29.jpg#center&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Open Remote Desktop Connection application.&lt;br&gt;
&amp;ndash; Start -&amp;gt; Remote Desktop Connection or Start -&amp;gt; mstsc&lt;/li&gt;
&lt;li&gt;Enter the IP address of the machine noted in the above step.&lt;/li&gt;
&lt;li&gt;Click on the Show Options button.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/02-remotedesktopstuckinwait-2023-11-27-06_37_33.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/02-remotedesktopstuckinwait-2023-11-27-06_37_33.jpg#center&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Click on Save As and save the configuration to a file.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/03-remotedesktopstuckinwait-2023-11-27-06_42_48.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/03-remotedesktopstuckinwait-2023-11-27-06_42_48.jpg#center&#34; height=&#34;384&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Navigate to the directory where the rdp configuration file is saved. Right click on the file, and open the configuration file with Notepad.&lt;/li&gt;
&lt;li&gt;Add the following to the bottom of the file and save it. This option will turn off the Network Level Authentication therefore the user will be prompted to enter the password up on connecting to the server.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;enablecredsspsupport:i:0
&lt;/code&gt;&lt;/pre&gt;&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/04-remotedesktopstuckinwait-2023-11-27-08_25_15.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/04-remotedesktopstuckinwait-2023-11-27-08_25_15.jpg#center&#34; width=&#34;256&#34; height=&#34;384&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Once the file is saved, double click on it, so launch Remote Desktop Connection and click on Connect. Click Yes on the next dialog box to connect despite certificate errors.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/05-remotedesktopstuckinwait-2023-11-27-08_59_34.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/05-remotedesktopstuckinwait-2023-11-27-08_59_34.jpg#center&#34; width=&#34;384&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;This should show a Windows login page, and up on logging in, will get past the Please Wait screen.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/06-remotedesktopstuckinwait-2023-11-27-08_38_21.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/06-remotedesktopstuckinwait-2023-11-27-08_38_21.jpg#center&#34; width=&#34;512&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;h4 id=&#34;reset-session&#34;&gt;Reset Session&lt;/h4&gt;
&lt;p&gt;Another way to resolve this issue is resetting the session. It is important to note that doing this will log off the user, therefore any running processes will be terminated.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Running Eclipse 2019-06 M1 version with Java 11</title>
      <link>https://alinuxuser.com/posts/2019/05/2019-05-05-eclipse2019java11/</link>
      <pubDate>Sun, 05 May 2019 13:54:00 -0500</pubDate>
      <guid>https://alinuxuser.com/posts/2019/05/2019-05-05-eclipse2019java11/</guid>
      <description>&lt;p&gt;I had trouble getting Eclipse 2019-06 M1 (4.12.0M1) to run using JDK version 11. I had Java 8 installed on my machine, so when Eclipse launched, it was picking up Java 8.&lt;/p&gt;
&lt;p&gt;After uninstalling Java 8, Eclipse wouldn&amp;rsquo;t launch because the new JDK wasn&amp;rsquo;t installed.&lt;/p&gt;
&lt;p&gt;Adding this to the eclipse.ini file fixed the issue for me -&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;-vm
D:/java/jdk-11.0.3/bin/javaw.exe
&lt;/code&gt;&lt;/pre&gt;&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://pub-547199c383d84d3aaec67970e5758c08.r2.dev/eclipse2019java11/2019-05-05_eclipse.ini.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://pub-547199c383d84d3aaec67970e5758c08.r2.dev/eclipse2019java11/2019-05-05_eclipse.ini.jpg#center&#34;
         alt=&#34;eclipse.ini&#34; width=&#34;512&#34;/&gt; &lt;/a&gt;&lt;figcaption&gt;
            &lt;p&gt;eclipse.ini&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Here is the full eclipse.ini file -&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;-startup
plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016
-product
org.eclipse.epp.package.jee.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.defaultAction
openFile
-vm
D:/java/jdk-11.0.3/bin/javaw.exe
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms256m
-Xmx1024m
--add-modules=ALL-SYSTEM
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;After successfully getting Eclipse to use the new JDK, here is the version information -&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
