Hi,
Windows has no Group policy or setting to logout/logoff a User if its inactive.
Continue reading Windows: Automatically logout a User on inactive
Windows tips, howtos, scripts
Hi,
Windows has no Group policy or setting to logout/logoff a User if its inactive.
Continue reading Windows: Automatically logout a User on inactive
Hi,
to take a snapshot of the Windows Logon Screen you need to different programs.
Continue reading Windows: Take a snapshot of the Login/Logon Screen
Hi,
you want to reboot a Windows box which has an bitlocker encrypted system drive C: and is protected by a TPM and a pin?
Continue reading Windows: Reboot without entering the bitlocker key
Hi,
when Windows runs in UEFI mode (and also BIOS mode) and you want to boot from an alternate boot device or want boot into safe mode you have to start Windows into the Advanced Startup Options menu.
The graphical way is to open the Charms Menu and Settings
Continue reading Windows: Boot from USB or external device in UEFI or BIOS mode
Hi,
the WSUS DB (MSSQL Express 2005) of a customer won’t start after a hardware failure and bluescreen. Here are the steps which recovers the database back in an usable state.
The SQL Server Instance logs errors like this
"Could not redo log record (183366:6166:54), for transaction ID (0:117029942), on page (1:657511), database 'SUSDB' (database ID 5). Page: LSN = (183267:2976:260), type = 2. Log: OpCode = 2, context 3, PrevPageLSN: (183366:1717:287). Restore from a backup of the database, or repair the database."
in “C:\Windows\SYSMSI\SSEE\MSSQL.2005\MSSQL\LOG\ERRORLOG” and the database is down.
First connect to the DB Instance using a named pipe
c:\> sqlcmd -S np:\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query
Continue reading MSSql: Database cannot be opened. Marked as suspected