Categories
Command Prompt Network Windows

Remote desktop users – Log off from a remote machine

List the current log on session(s): C:\>quser List the current log on session(s) on the remote desktop computer: C:\>quser /SERVER: xx.xx.xx.xxx To log off session listed in the previous step, use the following command. Here I am trying to log off the session 0. C:\> logoff /SERVER:xx.xx.xx.xxx 0 /V (Source)

Categories
Windows

How to view all shared folders on your Windows PC

Go to the Start menu, then Run, type fsmgmt.msc and then OK.

Categories
Windows

How to take ownership of a file or folder in Windows XP

I keep getting the error message below, so I did a search and found the solution at the link below. Error: You do not have permission to view or edit the current permission settings for (filename), but you can take ownership or change auditing settings. Solution: http://support.microsoft.com/kb/308421

Categories
Windows

UNC – Universal Naming Convention or Uniform Naming Convention

The UNC is a standardized method for naming servers, files, and directories in shared computer networks and for identifying the location of shared peripheral devices, such as printers, scanners, or other such resources. The format of a UNC file name usually uses two backslashes (\\) to designate a server and a single backslash to name […]