{{theTime}}

Search This Blog

Total Pageviews

How to send Ctrl Alt Del command to Remote Desktop

Use the shortcut key Ctrl + Alt + End   to perform Ctrl + Alt + Del.

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 =...