Difference between revisions of "Windows 2008"

Jump to navigation Jump to search
362 bytes added ,  12:56, 17 May 2011
→‎Troubleshooting: Added "Extend Partition Fails"
(→‎Scheduled Tasks: Minor addition)
(→‎Troubleshooting: Added "Extend Partition Fails")
Line 33: Line 33:
* '''Error 2147943785'''  
* '''Error 2147943785'''  
** Logon failure: the user has not been granted the requested logon type at this computer.  Grant the user ''log on as a batch job'' rights in Local Security Policy, User Rights Assignment
** Logon failure: the user has not been granted the requested logon type at this computer.  Grant the user ''log on as a batch job'' rights in Local Security Policy, User Rights Assignment
=== Extend Partition Fails ===
Disk looks to have extended in disk manager, but file manager/windows explorer still show the old size
# Start <code> diskpart </code> from a command line
# List the volumes, then select the appropriate one
#* <code> list volume </code>
#* <code> select volume 2 </code>
# Extend the partition
#* <code> extend filesystem </code>

Navigation menu