Questions tagged [system32]

System32 is a folder, in the directory represented by the environment variable %windir%, that contains shared libraries and some applications (Control Panel, Command Prompt, etc.) necessary for Windows, and Windows applications, to run.

System32 is a folder, in the directory represented by the environment variable %windir%, that contains shared libraries and some applications (Control Panel, Command Prompt, etc.) necessary for Windows, and Windows applications, to run.

118 questions
0
votes
2 answers

VBScript - Open batch file with 32-bit cmd

I have a .hta application and the below code. By default, the below command opens file.bat in C:\Windows\ syswow64 \cmd.exe How do I get it to open with C:\Windows\ system32 \cmd.exe? A workaround would be to open the .hta file with…
AdrianM
  • 47
  • 2
  • 4
  • 13
0
votes
2 answers

Access Rights to dll in System32

I am using EZtwain to scan documents into a directory. The EZTwain application installs a dll into the users system32 folder beforehand. Now the application is working on my own personal computer, but when This application is run on the users…
Ruan
  • 3,969
  • 10
  • 60
  • 87
0
votes
4 answers

Why do windows commands that access C:\Windows\System32\... not work in a C program?

I am running a c program designed to automate a process that "repackages" a windows install. I am doing this for two reasons. First reason is to learn c programming, and the second reason is that I run windows off a MacBook pro that has no…
arynhard
  • 473
  • 2
  • 8
  • 26
-1
votes
1 answer

ReOpenFile Windows API fails with "error invalid name" when reopening a file in C:\windows\system32

I would like to know whether anyone can explain a reason for ReOpenFile failing with "error-invalid-name", when CreateFile has successfully opened the file. Here are the details: I open a file C:\Windows\system32\unit_test.txt using CreateFile, and…
Coder_Dan
  • 1,815
  • 3
  • 23
  • 31
-1
votes
1 answer

Windows 7 ignores my JAVA_HOME created by my account

How do I persuade Windows to use the JDK of my account instead of default java placed in the system (admin) "Windows\System32" which run java 1.6. When i tape : where java i got the two paths (my java and system one). when i run echo %JAVA_HOME% i…
Mirlo
  • 625
  • 9
  • 26
-1
votes
1 answer

what's the process of executing windows programs in windows 10?

OS: Windows 10 LTSB (64bit) Currently I'm working on whitelist program. here is my question. I have notepad.exe in c:\Windows\System32\notepad.exe its hash value would be [9cd1c3d00ae15068...74a] I have another notepad in…
Pandol
  • 39
  • 1
  • 1
  • 4
-1
votes
1 answer

If I delete system 32 can I get it back from the recycle bin?

This may be a stupid question, but I was wondering if the system 32 file is deleted from its original place can I get it back from the recycle bin?
M.Oswald
  • 21
  • 5
-1
votes
1 answer

Inno Setup cannot launch .exe in System32

I'm using Inno Setup to make an installer for my program. I would like to run IIS Manager after installation. So, I'm using this code: [Tasks] Name: StartAfterInstall; Description: Run IIS after install; [Run] Filename:…
mr.XOX
  • 11
  • 2
-1
votes
1 answer

Add reference of a .NET library residing in Windows System32 folder

I am using a .NET dll file for image operations and have added it in my C# application using "Add reference" in solution explorer and use its classes. There are many applications use that dll so I do not want to place the dll file in an application…
Computer User
  • 2,839
  • 4
  • 47
  • 69
-2
votes
3 answers

IOError: [Errno 13] Permission denied {Python}

I'm making a file injection program via FTP {User runs program, ftp downloads another program to a distant folder and runs that program} When I try to make a zip file in my system 32 fold python yells at me and says YOU CANT DO THAT! Is there a…
-2
votes
1 answer

I'm having trouble writing to System32 on a 64-bit PC with a 32-bit-ONLY class library?

The Problem: Environment: Using Visual Studio in Windows, most any version since the 2000's. Pain point: I have a DLL class library in 32-bit-preferred project and I can't see or write to the necessary files in System32.
-2
votes
1 answer

DllImport does not find a DLL placed in SysWOW64 folder

After several hours Google'ing, I have no the solution to this problem. I have developed a DLL in unmanaged C++. I have placed that DLL in SysWOW64 folder since this is a 64 bit computer. On the other hand, I have a Winforms application developed in…
jstuardo
  • 3,901
  • 14
  • 61
  • 136
-3
votes
1 answer

VB.NET System32 Path

I'm trying to copy a file to System32 folder. I tried; System.Environment.ExpandEnvironmentVariables("%windir%\system32") Environment.GetFolderPath(Environment.SpecialFolder.System) It didn't work. It always returns to C:/Windows . What should i…
user3423677
  • 41
  • 2
  • 10
1 2 3 4 5 6 7
8