Secedit INF content

  • Thread starter Thread starter EdT
  • Start date Start date
E

EdT

In the Security INF files used by Secedit, what does the section
[Unicode]
Unicode = Yes
actually mean ?

Does it specify the format of the INF file; whether it is written in
Unicode or ASCII ??
I need to be able to edit the INF file using vbscript when moving from
domain to domain, to pick up the correct SIDS for the groups in that
domain, and I therefore would prefer the file to be in ASCII format...
EdT
 
EdT said:
In the Security INF files used by Secedit, what does the section
[Unicode]
Unicode = Yes
actually mean ?

Does it specify the format of the INF file; whether it is written in
Unicode or ASCII ??
I need to be able to edit the INF file using vbscript when moving from
domain to domain, to pick up the correct SIDS for the groups in that
domain, and I therefore would prefer the file to be in ASCII format...
Hi

Yes, the Secsetup.inf file is in Unicode format. Note that WSH's
FileSystemObject have full support for reading/writing to Unicode
based text files.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top