Category: Windows
-
New files and folders are not shown without refreshing the current folder
Note: It will clear up all recent location like recent files list etc. Some time Windows don’t show newly created files folders.It happens with copied files and folders as well. User needs to refresh the Windows Explorer to see the new files or folders. To resolve this issue, please try the following steps: Hopefully, it…
-
Run an exe or app on Windows startup
Sometime we need to run an app or an exe on Windows startup. There are couple of ways to do it. Installed Applications: All those applications which are installed on computer can be added to startup by going to the Startup settings page by following the below path:Start > Settings > Apps -> Startup Select…
-
Ping a Remote IP/Port on Windows
Pinging an IP is quite easy, just open the Command Prompt or Windows PowerShell and run the following command:ping <IP> like ping 192.0.0.25 However, pinging a port is not straightforward. We need to have telnet feature installed on Windows. To see if telnet is installed or not, run the telnet command in Command Prompt as…