ProblemYou want to assign either user logon/logoff scripts or computer startup/shutdown scripts in a GPO.SolutionUsing a graphical user interface1. Open the GPMC snap-in.2. In the left pane, expand the Forest container, expand the Domains container, browse to the domain of the target GPO, and expand the Group Policy Objects container.3. Right-click on the target GPO and select Edit.
iPower is a utilities which will add a tray icon and let users to instantly logoff, reboot and shut down computer by double click it.
Since i installed Windows Vista, i feel that i don’t really like the Vista Lock buttons feature. I always hope that i can replace the lock and save session button with [...]
Windows keeps all the files you open during work in a hidden folder named My Recent Documents.This is good if you are the only user of your comp.If you dislike to compromise on your privacy here is a way to auto clear this folder when you logoff.
1. Click Start > Run > Type "regedit"(without quotes) in the Run dialog box
2. In the Registry editor navigate to the following key.
HKEY_Current_Us
Here’s a trick to Enable a detailed logon, logoff and shutdown status messages
Instead of the usual dull default logon, logoff and shutdown status messages, you can actually make your own status message to give a detailed info what’s going on. If you ever wondered why your logon process if taking so long, then these [...]
Seringkali anda kita logoff dari mode KDE atau GNOME dari command line. Tapi perintah logoff tidak bisa dipake untuk logoff ke login page.
Berikut ini adalah script yang bisa kita gunakan untuk mengatasi masalah tersebut. Tinggal copy baris berikut ini dan masukkan ke vi editor
vi /usr/bin/iblogoff (pake login root)
(tinggal paste)
(kemudian simpan pake [tekan <shift>+<:>] terus x [...]
Probably you know this..Just thought to emphasize it..If yur system hangs donot press the reset button...There is an option to restart immediately..Go to task manager ctrl+alt+del under processes choose explorer.exe and press end process...Your desktop icons, status bar etc, will disappear..do not panic..under files in task manager click new tast and type "explorer"..Done... your system is back again in its perfect shape..
If you are a Systems Administrator for your company and everyone is using Outlook or some other desktop email program, you've probably run into the situation where someone has lost all of their emails due to the fact that it's saved locally on the user's computer and not on the main servers. So if you're a small shop and can't afford to get Exchange server, then here's a simply way to automate the backup of user's Outlook PST files onto your server in a login or logoff script.First here's the code and then I'll explain it:Set shell= WScript.CreateObject("WScript.Shell")strUserName = shell.ExpandEnvironmentStrings("%USERNAME%")Dim fsoset fso = CreateObject("Scripting.FileSystemObject")lnDayOfWeek = weekday(now())if lnDayOfWeek = 5 then If fso.DriveExists("G:") Then Dim lcDrive Set lcDrive = fso.GetDrive("G:") &