Create folder and name it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
After this you'll be able to access everything on Windows 7
Tuesday, April 10, 2012
Tuesday, August 18, 2009
List all mail addresses from Exchange 2007
Get-Mailbox | Select Name, @{Name=’EmailAddresses’;Expression={[string]::join(";", ($_.EmailAddresses))}} | Export-CSV EmailAddress.csv
Monday, March 30, 2009
Monday, March 02, 2009
Vista doesn't create user profile, just a temp profile. Eventid 1511 in eventlogs as well
1. Reboot
2. Log on as a local admin other than the user with the profile problem.
3. Copy the old C:\Users\%UserName% contents to a network location.
4. Delete the C:\Users\%UserName% directory
5. Delte the C:\Users\TEMP directory
6. Regedit
7. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
8. Find the SID for the user with the corrupted profile and delete it (profile directory will be C:\Users\%UserName%.
9. Reboot.
10. Logon with the affected user's account.
2. Log on as a local admin other than the user with the profile problem.
3. Copy the old C:\Users\%UserName% contents to a network location.
4. Delete the C:\Users\%UserName% directory
5. Delte the C:\Users\TEMP directory
6. Regedit
7. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
8. Find the SID for the user with the corrupted profile and delete it (profile directory will be C:\Users\%UserName%.
9. Reboot.
10. Logon with the affected user's account.
Monday, February 23, 2009
The system is not at the correct Service Pack level for installing Oracle Database 10g error message on Windows XP
Find in the installation folder stage/prereq/client/refhost.xml
Remove SERVICE PACK VALUE from the section:
!--Microsoft Windows XP-->
VERSION VALUE=''5.1''/>
SERVICE_PACK VALUE=''1''/>
/OPERATING_SYSTEM>
And you prevail...
Remove SERVICE PACK VALUE from the section:
!--Microsoft Windows XP-->
VERSION VALUE=''5.1''/>
SERVICE_PACK VALUE=''1''/>
/OPERATING_SYSTEM>
And you prevail...
Tuesday, March 11, 2008
Windows Update reset
This is how you reset Windows update in Explorer:
net.exe stop wuauserv
cd /d %windir%
rd /s softwaredistribution
REGSVR32 %windir%\system32\wuapi.dll
REGSVR32 %windir%\system32\wuaueng1.dll
REGSVR32 %windir%\system32\wuaueng.dll
REGSVR32 %windir%\system32\wucltui.dll
REGSVR32 %windir%\system32\wups.dll
net.exe start wuauserv
net.exe stop wuauserv
cd /d %windir%
rd /s softwaredistribution
REGSVR32 %windir%\system32\wuapi.dll
REGSVR32 %windir%\system32\wuaueng1.dll
REGSVR32 %windir%\system32\wuaueng.dll
REGSVR32 %windir%\system32\wucltui.dll
REGSVR32 %windir%\system32\wups.dll
net.exe start wuauserv
Monday, July 16, 2007
Outlook ANSI32 Unicode64 autoarchive
Q: When archiving, Outlook displays a stupid error message.
A: Change the registry to your likes.
A: Change the registry to your likes.
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook subkey. NewPSTFormat can have the following values:
Prefer Unicode PST: 0 (default)
Prefer ANSI PST: 1
Enforce Unicode PST: 2
Enforce ANSI PST: 3
Subscribe to:
Posts (Atom)