Differences between revisions 3 and 4
Revision 3 as of 2009-06-27 20:23:51
Size: 848
Editor: SamatJain
Comment:
Revision 4 as of 2009-12-17 22:24:49
Size: 976
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<TableOfContents>>
Line 6: Line 8:

== Active Directory ==

Force Group Policy Object update on a client machine:

{{{
gpupdate
}}}

Installation

Selecting different HAL during installation

A different HAL (e.g. Standard HAL instead of ACPI HAL) can be chosen on installation by hitting F5 during the Press F6 if you need to install a third party SCSI or RAID driver message.

Active Directory

Force Group Policy Object update on a client machine:

gpupdate

Commands

Recursive directory removal

rmdir /s /q [directory]

Removing desktop.ini files from a directory structure

FOR /f %G in ('dir /b') do attrib %G\desktop.ini -h -s
FOR /f %G in ('dir /b') do del %G\desktop.ini

Shortcuts

Run application with administrative privileges

Ctrl+Shift+Enter when clicking on a shortcut will launch an application with administrative privileges. Works on Windows Vista and above. Usually brings up a User Account Protection (UAP) dialog.


CategoryCheatSheet

SamatsWiki: CheatSheet/MicrosoftWindows (last edited 2020-06-03 07:12:01 by SamatJain)