{{theTime}}

Search This Blog

Total Pageviews

How do I stop Remote Desktop from logging off?

  • Open gpedit.msc
  • Navigate to Computer Configuration-->Administrative Templates-->Windows Components-->Remote Desktop Services-->Remote Desktop Session Host-->Session Time Limits and Disable it.

No comments:

Java Script GET request Sample Code

fetch(' https://api.public.com/api ')   .then(response => response.json())   .then(data => console.log(data))   .catch(error =...