Open a cd drive via network

Discussion in 'Software' started by Apexes, Apr 1, 2011.

  1. Apexes

    Apexes Gigabyte Poster

    1,055
    78
    141
    Anyone know if this is possible.

    I.e - i want to open a CD drive on a computer remotely from another machine.

    Have found some VBScripts and things, but none seem to do so remotely.

    Any idea's?
     
    Certifications: 70-243 MCTS: ConfigMgr 2012 | MCSE: Private Cloud
  2. Notes_Bloke

    Notes_Bloke Terabyte Poster

    3,230
    54
    146
    Does this help?

    Particularly the post regarding PSEXEC.

    NB
     
    Certifications: 70-210, 70-215, A+,N+, Security+
    WIP: MCSA
  3. DC Pr0Mo

    DC Pr0Mo Kilobyte Poster

    268
    9
    41
    RDP not an option?
     
    Certifications: MCDST | BSc Network Computing | 365 Fundamentals
  4. Apexes

    Apexes Gigabyte Poster

    1,055
    78
    141
    Thanks NB - checking it now.

    RDP no use for me - it's an April fools effort - i wanted to randomly open peoples CD drives around the office throughout the day, from my own machine :mrgreen:

    I did think about "hide all icons" in GPO - and put a screendump of the users desktop - but thought best not :D
     
    Certifications: 70-243 MCTS: ConfigMgr 2012 | MCSE: Private Cloud
  5. dales

    dales Terabyte Poster

    2,005
    51
    142
    theres quite an amusing random burp application that you could roll out by gpo most lol's come from installing it on the people who own audi's and porsches. You might be able to use computer management to connect to another pc and go through the storage\library and "inject" which might pop the drive open.
     
    Certifications: vExpert 2014+2015+2016,VCP-DT,CCE-V, CCE-AD, CCP-AD, CCEE, CCAA XenApp, CCA Netscaler, XenApp 6.5, XenDesktop 5 & Xenserver 6,VCP3+5,VTSP,MCSA MCDST MCP A+ ITIL F
    WIP: Nothing
  6. dales

    dales Terabyte Poster

    2,005
    51
    142
    You can't order them by "penis"
     
    Certifications: vExpert 2014+2015+2016,VCP-DT,CCE-V, CCE-AD, CCP-AD, CCEE, CCAA XenApp, CCA Netscaler, XenApp 6.5, XenDesktop 5 & Xenserver 6,VCP3+5,VTSP,MCSA MCDST MCP A+ ITIL F
    WIP: Nothing
  7. ThomasMc

    ThomasMc Gigabyte Poster

    1,507
    49
    111
    Powershell

    Code:
    $cd_drive_letter = 'D:'
    $var = New-Object -comObject Shell.Application
    $var.Namespace(17).parseName($cd_drive_letter)
    $var.Namespace(17).ParseName("$cd_drive_letter").InvokeVerb("Eject")
    
     
    Certifications: MCDST|FtOCC
    WIP: MCSA(70-270|70-290|70-291)
  8. Bluerinse
    Honorary Member

    Bluerinse Exabyte Poster

    8,878
    181
    256
    You can do it simply actually..

    Right click *My Computer or Computer in Vista Win7* select *manage*

    Right click, *Computer Management local* and select *Connect to another Computer* and type in the name / IPaddress of the remote PC.

    then once in the remote session, *Select Storage > Disk Management* in the lower pane, scroll down to the DVD drive. right click and eject.
     
    Certifications: C&G Electronics - MCSA (W2K) MCSE (W2K)
  9. Apexes

    Apexes Gigabyte Poster

    1,055
    78
    141
    You sir, have just made my work next week be a thousand times more fun :mrgreen:
     
    Certifications: 70-243 MCTS: ConfigMgr 2012 | MCSE: Private Cloud
  10. zebulebu

    zebulebu Terabyte Poster

    3,748
    330
    187
    But... April Fool's ends at noon on April 1st?
     
    Certifications: A few
    WIP: None - f*** 'em
  11. Apexes

    Apexes Gigabyte Poster

    1,055
    78
    141
    I know - but i can still have fun and annoy a few friends with it :D don't need april fools day :mrgreen:
     
    Certifications: 70-243 MCTS: ConfigMgr 2012 | MCSE: Private Cloud
  12. JK2447
    Highly Decorated Member Award 500 Likes Award

    JK2447 Petabyte Poster Administrator Premium Member

    7,200
    951
    318
    I nailed one of the lads with an April fool, called up and said his insurance was void because he'd modified his car (which he has), he was in a non fault a few weeks ago, apparently you could see the blood drain out of him! I wouldn't usually but he's a grad on my team, nuff said :)
     
    Certifications: VCP4, 5, 6, 6.5, 6.7, 7, 8, VCAP DCV Design, VMConAWS Skill, Google Cloud Digital Leader, BSc (Hons), HND IT, HND Computing, ITIL-F, MBCS CITP, MCP (270,290,291,293,294,298,299,410,411,412) MCTS (401,620,624,652) MCSA:Security, MCSE: Security, Security+, CPTS, CCA (XenApp6.5), MCSA 2012, VSP, VTSP
    WIP: Google Cloud Certs
  13. Bluerinse
    Honorary Member

    Bluerinse Exabyte Poster

    8,878
    181
    256
    Glad to be of assistance :twisted:
     
    Certifications: C&G Electronics - MCSA (W2K) MCSE (W2K)
  14. Killian

    Killian Byte Poster

    197
    7
    32
    I tend to use 'NirCmd' to do this, is also fun for muting and unmuting their speakers. I used it by dropping it onto their C drive and using a remote CMD prompt (winrs) to run the script and arguments :)

    More info here; http://www.nirsoft.net/utils/nircmd.html
     
    Certifications: See sig.
    WIP: Everything!

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.