Joined: 04 Jun 2004
Posts: 227
Location: 48°42' n.Br./09°09' ö.L.
Posted:
Fri, 16.Feb.2007, 10:09
anbei eine moeglichkeit eines standard user-logoff scripts, welches bei jedem logoff "aufraeumt". anpassungen jedweder art sind da natuerlich moeglich.
generelles einrichten eines login- oder logoff-scripts:
* gpedit.msc aufrufen
* user configuration -> window settings -> scripts
einrichten eines logoff-scripts:
* logoff auswaehlen
* executable oder cmd-datei angeben
(die datei kann man davor schon nach %windir%\system32\GroupPolicy\User\Scripts\Logoff kopieren)
inhalt des logoff-scripts (beispiel):
Code:
rd /s/q %temp%
del c:\temp\*.* /s/q
del %windir%\temp\*.* /s/q
del "%userprofile%\recent\*.*" /s/q
del "%userprofile%\cookies\*.*" /s/q
exit
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
Service provided by flatbyte.com
::
Powered by phpBB
:: FI Theme
:: Imprint ::
All times are GMT + 1 Hour