|
| ||||||||||
| Tags: cmdexe, remote desktop, syswow64 redirection, vista ultimate |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| SysWow64 Redirection for cmd.exe
|
|
#2
| ||||
| ||||
| RE: SysWow64 Redirection for cmd.exe
32-bit applications is capable of accessing native system directory by substituting %windir%\Sysnative for %windir%\System32. Actually Sysnative is recognized by WOW64 as a special alias so that the file system doesnt redirect the access. Sysnative is kind of virtual directory, it's alias or pseudo-directory do not appear in Windows Explorer, directory listing. It doesn't even support native 64-bit processes that access %windir%\System32 folder. Sysnative cannot be used in applications user interface, it can only be used in file system calls. |
|
#3
| ||||
| ||||
| Re: SysWow64 Redirection for cmd.exe
Copying qwinsta.exe from c:\Windows\System32 to c:\Windows\SysWOW64 doesn't seem to be a better idea. SysWOW64 is not meant for containing 64-bit executable. Anyways you can check out this "Programming Guide for 64-bit Windows" and this "Running 32-bit Applications". There are some API functions for disabling redirection temporarily and reverting redirection back after that. You can use below things:
|
|
#4
| |||
| |||
|
I am not sure if qwinsta.exe _is_ a 64-bit executable or not, It has been installed in my system as a part of the Terminal Services support. Everything is going in to \System32 directory, so my questions still stands "Is there any other method of detecting a Remote Desktop session without resorting to the qwinsta.exe command line?" |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "SysWow64 Redirection for cmd.exe" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SysWOW64 folder | Nimmee | Windows x64 Edition | 2 | 05-09-2012 02:09 PM |
| Need help in removing trojan from SysWOW64\srrstr.dll | Shoana | Networking & Security | 6 | 06-03-2012 02:22 PM |
| Windows 7 64 bit: Spoolss.dll missing on SysWOW64 folder | Maggie Q | Operating Systems | 3 | 12-12-2010 10:02 AM |
| Windows Vista 64 bit : What is SysWOW64 ? | Seraphim | Operating Systems | 4 | 14-09-2009 05:09 PM |
| Virus sysWOW64 | TotalWarriorWC3 | Vista Help | 6 | 12-05-2009 02:40 AM |