How can I register all computers?

I am registered on another computer and I don't know how to get off without being there to do. I'm tring to disconnect on all computers, how do I do that

Hi RachaelRoberts,

·         The computers are on the network?

·         What is the operating system installed?

If the computers are on the network, you can use the remote desktop connection to access the computer and close the session.

Windows Vista: connect to another computer using Remote Desktop connection

Windows 7: connect to another computer using Remote Desktop connection

If so please provide more information, we can help you best.

Tags: Windows

Similar Questions

  • How can I register all of the VMX files found in a list of stores of data with new names

    Hello-

    I'm trying to find a way to search through a given list of data and each discover a warehouse. VMX file, add this machine in the inventory I want to prepend the name of the machine as something different. That is to say, instead of "Machine1", I wish it were registetred as "auto-Computer1.  So, imagine I have an empty data center with 4 warehouses of data stored in a table $arrDatastoreToInclude.  I want to loop through each of these data stores and add all the VMX files I found back in the inventory.

    I know that I can use the following to get data warehouses I want:

    $dsindatacenter = get-data center $DataCenterName | Get-Datastore? | {$arrDatastoreToInclude - contains $_.} Name}

    But I have no idea how to analyze these data stores for the VMX files and what command to add them in the inventory.  Can anyone help?

    Try the following, it is based on the script of the position that Robert mentioned.

    You will need to provide a file (in $VMFolder) where unregistered virtual machines will be stored.

    The Set-VM cmdlet will take care of the rename.

    $DatacenterName = "MyDatacenter" $arrDatastoreToInclude = "DS1","DS2","DS3","DS4"
    
    $dc = Get-DataCenter $DataCenterName $dsindatacenter =  Get-Datastore -Datacenter $dc | ?{$arrDatastoreToInclude -contains $_.Name}
    
    $VMFolder = "MyFolder"
    $ESXHost = Get-VMHost -Location $dc | select -First 1
    foreach($Datastore in $dsindatacenter) {
        # Collect .vmx paths of registered VMs on the datastore     $registered = @{}
        Get-VM -Datastore $Datastore | %{$_.Extensiondata.LayoutEx.File | where {$_.Name -like "*.vmx"} | %{$registered.Add($_.Name,$true)}}
    
       # Set up Search for .VMX Files in Datastore    New-PSDrive -Name TgtDS -Location $Datastore -PSProvider VimDatastore -Root '\' | Out-Null    $unregistered = @(Get-ChildItem -Path TgtDS: -Recurse |         where {$_.FolderPath -notmatch ".snapshot" -and $_.Name -like "*.vmx" -and !$registered.ContainsKey($_.Name)})
        Remove-PSDrive -Name TgtDS
       #Register all .vmx Files as VMs on the datastore   foreach($VMXFile in $unregistered) {
            New-VM -VMFilePath $VMXFile.DatastoreFullPath -VMHost $ESXHost -Location $VMFolder |
            Set-VM -Name ("Auto-" + $_.Name)
       }
    }
    

    Unregistered virtual machines will be saved with Displayname that is present in the VMX file.

    If this would cause a conflict with VM already registered, you can use the Name of the cmdlet New-VM parameter

  • replacement computers. How can I keep all of my old emails. old computer windows live mail 2011 new computer windows live mail 2012

    replacement computers. How can I keep all of my old emails. I have hundreds of emails in the sent folder and hundreds in my folder of emails saved on my old computer (windows live mail 2011) but when I open windows live mail 2012 on my new computer all the folders are empty. I signed the same account on both computers.

    old computer windows live mail 2011 new computer windows live mail 2012 it is the problem

    Brian

    It is relatively simple as you use and that you want to use WLM.

    You will need to copy a folder from where it is (the old installation) to another place where you know it will be (for example on your desktop)

    The folder is c:\users\your user name\app data (if it is not there, see the note below) \local\microsoft\

    At that point you will see a folder named oddly enough "windows live mail" copy on your desktop

    If you don't see the app data because it is invisible atm.  To make it visible, you need to go to your control panel > folder options > view > change to hidden folders (see figure)

    Once you have mail backed up on your desktop (or where ever) drag the folder from the desktop to the location for the new WLM (once again we C;-... just like above).  Just make sure that WLM does not run in time.  What wont be imported, it of passwords and rules.

    Accounts and data should now be in the new WLM when you open it.

  • I have creative cloud installed on 3 computers. How can I register on one to use it on another computer (I understand I can get only running on two computers)

    I have creative cloud installed on 3 computers. How can I register on one to use it on another computer (I understand I can get only running on two computers)

    See sign in, sign out | Creative desktop application Cloud

  • How can I synchronize all three of my apple products?

    How can I synchronize all three of my apple products?

    What are Apple products (iOS devices, computers, combination of both?), and you want to synchronize, for example is that content sync to iTunes on the computer for them, or keep things such as contacts, Safari bookmarks synchronized between them?

    Content iTunes sync: sync your iPhone, iPad or iPod touch with iTunes on your computer via a USB - Apple Support

    If you mean that the synchronization of the contacts etc. by iCloud: http://www.apple.com/icloud/

  • How can I clear all data on sync and start over?

    When I get my favorites the way I would like it on my computer and delete the ones I don't want that it is messed up. I have 4 computers on my account and every time I sync it evokes the old bookmarks. I deleted all the bookmarks from my computer and set up a new sync account then delete all the bookmarks on my other computers. Then I set up the new account for synchronization on all computers and still evokes bookmarks. Avoid any book mark because I deleted all bookmarks in all computers before setting up the new account. I did it 2 times and it they come back. How can I clear all my accounts and start over?

    To delete all data associated with your Firefox sync account:

    1. Go to Firefox accounts
    2. Sign in using the information associated with your sync account
    3. Delete your account
    4. Sign up for a new account synchronization using the site Firefox accounts or directly from Firefox

    Warning: This cannot be undone and will result in the loss of your data synchronization

  • How can I register the total number of files on a hard drive?

    How can I register the total number of files on a hard drive?

    I have Windows XP Home Edition and Windows XP Professional

    Original title: show the contents of a disc

    Is that what you really want?

    Do you want

    • number of files and folders
    • a list of all files and folders
    • the content of the files or folders
    • to include hidden or system files and folders

    Depending on what you want, running the following command in a command prompt window (start > run > cmd > OK) might work for you:

    DIR C: /S

    For a more complete, and more flexible tool see Directory printer Karen: http://www.karenware.com/powertools/ptdirprn.asp

  • How can I delete all the files in a folder with a back order?

    How can I delete all the files in a folder with a back order?

    rmdir

    To get options for rmdir, at the command prompt do: rmdir /? MS - MVP - Elephant Boy computers - don't panic!

  • How can I register my Windows Vista?

    How can I register my Windows Vista when it is part of a system, but someone hacked my computer, sometimes every two weeks and all screw them?

    Hello

    1. What is the error message full received and when?

    2. When you see the error message?

    3. are you able to boot to the desktop?

    4. Why do you think that "someone hacked my computer?"

    5 did you changes to the computer before the show?

    6. you work on a network?

    Here is a link that will help you know 'How to activate Windows Vista'.

    http://support.Microsoft.com/kb/940315

    Provide us with more information about the issue so that we can better help you.

  • Pop up scanner "no application is registered for this event." How can I register a claim?

    When I press scanning or copying or the E-Mail button on the Scanner, I get a message that says "there is no application registered for this event." How can I register a claim? The Scanner is Canon CanoScan3000ex.  Test Scanner or camera photo-bouton I get - your imaging device successfully completed the diagnostic test.  Device properties general tab: I receive - this device does not work correctly.  The Scanner appears in the control panel being installed.  When I open the properties of the Scanner, the applicatons box is empty and I can't access it.  How can I get the computer to chat with the scanner?

    Hello

    all that I can say that you do not give a brand name is to uninstall and reinstall the scanner using the latest drivers from vista on the site of scanner manufacturers

    If this does not work, contact the manufacturer of scan to support

  • How can I get all of the Office to appear above the task bar?

    HOW CAN I STOP ALL THE WAY DOWN MY OFFICE OR WHATEVER PROGRAM TO ADDRESS TO APPEAR BEHIND THE TASKBAR INSTEAD OF ENTIRELY OVER THE TASKBAR, SO THAT ALL PROGRAMS OR DESKTOP IS VISIBLE?

    On Saturday, August 14, 2010 18:36:51 + 0000, Ronnie Vernon [MVP] wrote:

    Ronnie, this isn't my experience. On all my Windows 7 computers, if
    you move a program window open to the taskbar and beyond, she too
    passes under the taskbar.

    Ken Blake

    Hi Ken

    It is also normal, as Nathan described. You can 'move' a window behind the taskbar.

    What I was describing is the default when you open a new window maximized. It should extend from the top of the screen to the top of the taskbar and not behind the taskbar.

    Thank you and sorry for misunderstanding you. Yes, I agree.

    If you have set on auto-hide the taskbar, this means a slightly larger magnified window, because it extends all the way to the bottom of the screen and if you appears the taskbar then it will cover the bottom of the open window.

    Kind regards

    Ronnie Vernon MVP

    --

    Ken Blake

  • How can I register MSWINSCK. File OCX on Windows 8?

    Recently, I got an error message when you try to run an application for a virtual private server hosting. When I tried to launch the application that runs the private server I got an error message saying:
    Run-time error '339': component MSWINSCK. OCX or one of its dependencies not correctly registered: a file is missing or invalid. So I launch the command prompt and put mswinsck.ocx regsvr32.exe and he says that the binary is not found so I downloaded it and re typed in the command prompt, but he says again he is not found. How can I register ' MSWINSCK. OCX' what guest keeps saying its not found?

    I made myself, not thanks to the Microsoft Answers community. For those who also need help, please download a MSWINSCK. OCX file. Then drag in SysWOW64. Then go to the command prompt and run as administrator and type regsvr32 c:\windows\syswow64\MSWINSCK. OCX. It is caps sensitive so if your MSWINSCK. OCX is lowercase like this: mswinsck.ocx, then you must put mswinsck.ocx with lowercase letters when you type in the command prompt. It works to save all the .ocx files.

  • How can I register a 3rd party seller download?

    I bought DC Acrobat via a third-party provider (Quill.com). I am told that I must save the download before I can install it on my computer. How can I register the product?

    1, ask Quill

    2nd, ask Adobe directly

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific time) <===> NOTE DAYS AND TIME
    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)
    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • How can I delete all but 2015 to 2016 nigh (ios10.0.2) iPhone photos to free up space, after synchronizing all photos on my Mac (Yosemite 10.10.5)?

    How can I remove all but 2015 to 2016 photos from my iPhone (ios10.0.2) for free space, after synchronizing all the photos on my mac (Yosemite 10.10.5) computer?

    The fastest way I can think of would be to go to the Albums, go to all the Photos tab, highlight the photo you want to delete and press 'Select' in the upper right corner. Place your finger on the first complete line, you want to remove (if you have pictures that do not have a complete row that you want to remove these institutions, select them individually first), slide your finger on the line so that they are all selected, and then slide up so that it starts automatically at your old photos of scrolling. Once the photos you want to delete are selected, press the trash in the lower right. This will move them to your album "Recently deleted", then they will be always on your phone for 30 days, unless you remove them. If you are sure that you have already backed up these photos and does not accidentally still photos you want, feel free to remove them.

  • How can I register my iPod nano that I just bought?

    How can I register my new iPod Nano 16 GB that I bought?

    Hello

    Help here > do I need to register my Apple product?-Apple Support

Maybe you are looking for

  • After the removal of Windows 10, why do I see Mac HD and Bootcam

    I deleted Windows 10 of my MacBook Pro (version 2009). Now, why do I see two disk: 60 GB Bootcamp and Macintosh HD 99 GB? I expected to see only o

  • Linear encoder

    Hi all I want to record the signal position (rotation). If there are 1024 pulses per revolution, I want that signal position to increase fitted (1023,1024, 1025...). I use linear encoder or angular encoder (of DAQmx creat virtual channel). I use NEIT

  • How to get the index of a button in the control array?

    Greetings, I have 3 parallel arrays - buttons containing a and the other two indicators a string containing.  I wish I could press a button and get the values in other tables.  How is that possible? (P.S.  Illustrations are great and welcome, but I d

  • My windows fax tone stops shortly after the recipient fax tone is heard

    I send a fax with the fax from windows, I hear my tone waiting for a response. Within 5 seconds the tone that responded to the questionnaire, my cut fax tone and nothing gets by fax. Why?

  • Quick blackBerry smartphones discharge of battery

    Hi can anyone tell me what to do when you buy a bb curve and three months later begins to unload quickly, IE, after a full charge, it goes flat at 12.00. Took to the people, where I bought and told him he must be sent in the test center to see where