|
Hi Pro,
The Context: Powershell launched as a domain admin.
From this Powershell window, Is it possible to open c$ of a remote box (\server\c$) in explorer.exe without asking for credential (using the current credential) ?
Thanks
Started by Xavier C on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Or you can invoke....
Cd \\server\c$ ii .
Net use \\$args\c$ /user:$domain\$user explorer.exe \\$args\c$
I used net use, but there are manyYes, if you cd into \\server\c$ you can run invoke-item on the current directory.
|
|
I'm trying to programmatically start explorer.exe but I'm not having any luck.
This is my code:
cout << pName << "died, lets restart it." << endl; STARTUPINFO startupInfo = {0}; startupInfo.cb = sizeof(startupInfo); PROCESS_INFORMATION...
Started by Malfist on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
See this MSDN article :
lpApplicationName [in, optional]
The name.
explorer.exe" as the second parameter.
|
|
Come risolvere il problema? Grazie - tanks
Started by GinoFumagalli on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at microsoft):
If you do not find the desired language above, support options for additional... .
The forum you posted in is for English only.
Hello GinoFumagalli, Please select your language from the drop down list above to post your question in the language of your choice .
|
Ask your Facebook Friends
|
Scan hangs up on explorer.exe I sometimes see my security essentials icon in the system tray is denoting a scan. I bring it up and it's stuck on c:\windows\explorer.exe. How do I get it to run smoothly again? What is it hanging on that file when it goes...
Started by Guest on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at windowspages):
|
|
I've been experiencing explorer.exe crashes recently, errors look like this:
Code: Log Name: Application Source: Application Error Date: 4/8/2012 9:32:57 AM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: Quadcore...
Started by maxseven on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at sevenforums):
C:\Windows\Explorer.EXE Faulting module path: C:\Windows\SYSTEM32\ntdll.dll Report Id;01cd13724364afe0</Data> <Data>C:\Windows\Explorer.EXE</Data> <Data>C:\Windows to before this started....
|
|
I sometimes see my security essentials icon in the system tray is denoting a scan. I bring it up and it's stuck on c:\windows\explorer.exe. How do I get it to run smoothly again? What is it hanging on that file when it goes to do it's regular scans at...
Started by mcgarym on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at microsoft):
I suggest update MSE and restart your PC.
Kosh Explorer.exe is a process belongs to Windows .
|
|
Posted 27 June 2011 - 08:49 PM
When I use "My Computer" to open drive C: to look at files explorer.exe crashes when it encounters "sonichddemuxer.dll when reading the files. Attached Images
Started by jsatwv on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at roxio):
|
|
Explorer.exe in my Windows7 already changed by my self with fake explorer(dumb), and now my Notebook just Blank screen, and i can't using Safe Mode (still blank screen), i already using my CD Windows7 to repair my explorer, but i don't know how to use...
Started by hebra on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at microsoft):
Double click and make sure....
In there, you need to see if you can find Explorer.exe: s.
Then click File, New Task (Run...) Then Type the drive of where Windows is Installed (EG: C:\Windows) That should bring you to the Windows Directory.
|
|
Hello, I just installed Internet Explorer 8 to my Windows XP PC, and when the PC restarted, I got this error: Explorer.EXE - Unable To Locate Component This application has failed to start because iertutil.dll was not found. Re-installing the application...
Started by LittleDevil501 on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at microsoft):
Here’s the link: Error: “Explorer.exe - Unable To Locate Component This application.
Hello LD, This can happen if the file iertutil.dll was not installed correctly in the C: \Windows through doing this.
|
|
I have a older IBM Aptiva Desktop and when I turn it on it trys to boot up in to Windows 98se but I get the Following Error.( Error Loading Explorer.exe. You Must Reinstall Windows.) Am I dead in the water and need to reload Windows???? Thanks!
Started by Muddy on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at pctechforums):
Disk at the command prompt type:
chkdsk c: /F Thanks Gecko! It turns out I had to use the Boot Disk.
|