Prev: Does WDK support SSE4 intrinsic?
Next: Building an Embedded Device/System? Tell VDC about your experience for a chance to WIN!
From: Roberto Agostino on 17 May 2010 13:32 Hi all. I want enable the SE_CREATE_SYMBOLIC_LINK_NAME to a process-token that install a device file-system on a pc. I would that the program could be started as standard user on Vista, and then, if needed, it ask to user to grant the authorization to do the needed things. How can I do? Thank you.
From: Roberto Agostino on 31 May 2010 16:25 As witten in the other newsgroup: Looking at http://msdn.microsoft.com/en-us/library/cc234419(PROT.13).aspx I found that SE_CREATE_SYMBOLIC_LINK_NAME is a privilege introduced in Vista, but because I was using a Windows Xp platform to develop my application, the privilege is not present. "Roberto Agostino" <roberto.ag(a)tre.it> ha scritto nel messaggio news:ONB5EIf9KHA.4768(a)TK2MSFTNGP04.phx.gbl... > Hi all. > > I want enable the SE_CREATE_SYMBOLIC_LINK_NAME to a process-token that > install a device file-system on a pc. I would that the program could be > started as standard user on Vista, and then, if needed, it ask to user to > grant the authorization to do the needed things. How can I do? > > Thank you. > >
From: Pavel A. on 31 May 2010 20:15 What is this "device file-system"? Windows is not Linux. -- pa "Roberto Agostino" <roberto.ag(a)tre.it> wrote in message news:#Q6Jp9PALHA.5808(a)TK2MSFTNGP02.phx.gbl... > As witten in the other newsgroup: > > Looking at http://msdn.microsoft.com/en-us/library/cc234419(PROT.13).aspx > I found that SE_CREATE_SYMBOLIC_LINK_NAME is a privilege introduced in > Vista, but because I was using a Windows Xp platform to develop my > application, the privilege is not present. > > > "Roberto Agostino" <roberto.ag(a)tre.it> ha scritto nel messaggio > news:ONB5EIf9KHA.4768(a)TK2MSFTNGP04.phx.gbl... >> Hi all. >> >> I want enable the SE_CREATE_SYMBOLIC_LINK_NAME to a process-token that >> install a device file-system on a pc. I would that the program could be >> started as standard user on Vista, and then, if needed, it ask to user to >> grant the authorization to do the needed things. How can I do? >> >> Thank you. >> >> > >
From: Roberto Agostino on 6 Jun 2010 12:37 Sorry! I did not want to mix up. What is the more appropriate generic term for a ramdisk, a memory virtual disk? "Pavel A." <pavel_a(a)12fastmail34.fm> ha scritto nel messaggio news:OOGx2TSALHA.3880(a)TK2MSFTNGP04.phx.gbl... > What is this "device file-system"? > Windows is not Linux. > -- pa > > "Roberto Agostino" <roberto.ag(a)tre.it> wrote in message > news:#Q6Jp9PALHA.5808(a)TK2MSFTNGP02.phx.gbl... >> As witten in the other newsgroup: >> >> Looking at http://msdn.microsoft.com/en-us/library/cc234419(PROT.13).aspx >> I found that SE_CREATE_SYMBOLIC_LINK_NAME is a privilege introduced in >> Vista, but because I was using a Windows Xp platform to develop my >> application, the privilege is not present. >> >> >> "Roberto Agostino" <roberto.ag(a)tre.it> ha scritto nel messaggio >> news:ONB5EIf9KHA.4768(a)TK2MSFTNGP04.phx.gbl... >>> Hi all. >>> >>> I want enable the SE_CREATE_SYMBOLIC_LINK_NAME to a process-token that >>> install a device file-system on a pc. I would that the program could be >>> started as standard user on Vista, and then, if needed, it ask to user >>> to grant the authorization to do the needed things. How can I do? >>> >>> Thank you. >>> >>> >> >>
From: Pavel A. on 6 Jun 2010 19:33
"Roberto Agostino" <roberto.ag(a)tre.it> wrote in message news:eHjeOaZBLHA.4400(a)TK2MSFTNGP05.phx.gbl... > Sorry! > I did not want to mix up. > What is the more appropriate generic term for a ramdisk, a memory virtual > disk? Maybe, just a "virtual disk". If you need to enable a privilege in runtime, see this http://msdn.microsoft.com/en-us/library/aa446619(VS.85).aspx or look for other examples for AdjustTokenPrivileges. Regards, -- pa > "Pavel A." <pavel_a(a)12fastmail34.fm> ha scritto nel messaggio > news:OOGx2TSALHA.3880(a)TK2MSFTNGP04.phx.gbl... >> What is this "device file-system"? >> Windows is not Linux. >> -- pa >> >> "Roberto Agostino" <roberto.ag(a)tre.it> wrote in message >> news:#Q6Jp9PALHA.5808(a)TK2MSFTNGP02.phx.gbl... >>> As witten in the other newsgroup: >>> >>> Looking at >>> http://msdn.microsoft.com/en-us/library/cc234419(PROT.13).aspx >>> I found that SE_CREATE_SYMBOLIC_LINK_NAME is a privilege introduced in >>> Vista, but because I was using a Windows Xp platform to develop my >>> application, the privilege is not present. >>> >>> >>> "Roberto Agostino" <roberto.ag(a)tre.it> ha scritto nel messaggio >>> news:ONB5EIf9KHA.4768(a)TK2MSFTNGP04.phx.gbl... >>>> Hi all. >>>> >>>> I want enable the SE_CREATE_SYMBOLIC_LINK_NAME to a process-token that >>>> install a device file-system on a pc. I would that the program could be >>>> started as standard user on Vista, and then, if needed, it ask to user >>>> to grant the authorization to do the needed things. How can I do? >>>> >>>> Thank you. >>>> |