Displaying 8 results from an estimated 8 matches for "ntw2k".
Did you mean:
nt2k
2005 Feb 26
7
Symlinks for Windows
Hi all,
Dave Burt mentioned the possibility of adding symlinks
to the Dir class.
http://www.sysinternals.com/ntw2k/source/misc.shtml#junction
There is also Autrijus Tang''s symlink Perl module at
http://search.cpan.org/~autrijus/Win32-Symlink-0.04/
Looks easy enough, but it only seems to work for
directories, not regular files. Should we add this to
the Directory class, or simply define it for the F...
2003 Mar 16
2
local user admin rights on samba pdc
...sers usually do not have permission to alter registry keys. You
need to change the registry keys in question in order to get your "special"
software to work properly for local common users and domain users.
Get regmon, a nice tool to monitor registry access at
http://www.sysinternals.com/ntw2k/source/regmon.shtml
and
- login as domain user
- runas /user:administrator regmon
- change regmon's filter to include "ACCDENIED"
- start palm software as usual and watch the ACCDENIED flying by :-)
- double click on one of the ACCDENIED entries and change security settings
for the re...
2004 Dec 01
0
The Hidden NT API
Here''s a couple interesting links I snagged from OS News:
http://www.sysinternals.com/ntw2k/info/ntdll.shtml
http://undocumented.ntinternals.net/
Dan
2004 May 07
2
New packages?
Hi,
I should have win32-changenotify and win32-semaphore out this weekend at
some point. Then, the next version of win32-file. And after that? I don''t
know.
What do you think we should tackle next? What interests you? Different
mutex flavors? IE controllers? Exchange interfaces? I think we should
probably look a little more at what Python has going forward, too.
Just a
2002 Mar 11
0
Re: installing software on Win2k workstations
...To my knowledge, accounts created on your PDC will
always be mapped to the normal user (german Benutzer) group and hence be
limited when trying to run "bad" programs or even install software
without higher priviledges.
We used regmon.exe, download available at
http://www.sysinternals.com/ntw2k/source/regmon.shtml
to find and adjust all the registry keys after setting "ACCDENIED" in
regmon's filter and starting the programs. Be shure to log in as normal
user, open regmon and regedt32 with "runas /user:administrator" from the
shell and change security settings as in...
2003 Feb 07
0
Changing SID on Windows boxes (plug)
...same. This is all assuming you have the proper
number of software licenses, of course.
If you go to the Sysinternals website ( http://www.sysinternals.com/ ) you
can download NewSID, a free SID changing program. Source code is available.
For more info on NewSID, go to
http://www.sysinternals.com/ntw2k/source/newsid.shtml
I have NOT tried this software, so I can't help you use it.
--Jonathan Johnson
jon@sutinen.com
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
2005 May 13
2
MSI deployement with script ?
Hello,
Do you have tips or sample script code to deploy MSI (Firefox in my
case) using script ?
I miss my gpo software installation from Win2k/2003 :)
Thanks !
2003 Feb 21
1
2.2.7a - lot of open/close calls
I'me trying to track down a performance problem as I posted yesterday and
as I increase the log level I've noticed this...
[2003/02/21 08:19:06, 2] smbd/open.c:open_file(245)
dm389245 opened file mr00257.bat read=Yes write=No (numopen=1)
[2003/02/21 08:19:06, 2] smbd/close.c:close_normal_file(213)
dm389245 closed file mr00257.bat (numopen=0)
[2003/02/21 08:19:06, 2]