Backtrack:  
 
showing posts tagged with 'windows'
edited by on March 9th 2011, at 09:36
Since Windows 2008, it is possible to protect OUs from being deleted accidentally. This feature is enabled by default when creating new OUs in AD Users and Computers.



If a container is marked as protected from accidental deletion, you get an error message when trying to delete it.



To unlock the OU, you have to enable Advanced Features from the View menu. This will provide you with extra stuff to set. One of these is the ability to turn off the accidental deletion protection.



Right-click the OU you wish to delete and select Properties. Navigate to the Object tab (which would not be present if Advanced Features wasn't enabled). Uncheck the checkbox saying Protect object fro  ...
edited by on March 8th 2011, at 10:24
It's possible to rename the logical names of MS-SQL databases through the SQL-prompt (osql.exe).

Log in to your database using osql:

> osql -S SERVERINSTANCE -d MyDB -U sa

First, query the current logical names; you will need them in order to rename them.

1> SELECT * FROM sysfiles2> GOfileid groupid size maxsize growth status perf name filename1 1 106224 -1 10 1048578 0 OldName_Data D:\SQL2000\Data\MyDB_Data.mdf2 0 128 -1 10 1048642 0 OldName_Log D:\SQL2000\Data\MyDB_Log.ldf

The name column specifies the logical names. Use the following SQL statement to rename them.

1> ALTER DATABASE [MyDB] MODIFY FILE (NAME = 'OldName_Data', NEWNAME = 'NewName_Data'  ...
edited by on March 8th 2011, at 10:09

Something to remember: escaping entities (e.g. when you have table or field names that are the same as reserved words) is possible using square brackets

Some examples:

CREATE TABLE [User] ...
SELECT * FROM [User]

I had to use this while renaming logical names, which had a dot in their name.

edited by on March 7th 2011, at 11:36

One of the neat things about OpenOffice is the many extensions available. Oracle has a PDF import extension for OpenOffice Draw, which can import just about any unsecured PDF document.

Download link: http://extensions.services.openoffice.org/project/pdfimport?intcmp=1549

This allows you to open PDF documents directly from the menu. There are still a few quirks now and then, but they don't spoil the usefulness of the extension.

edited by on February 23rd 2011, at 13:25

Windows 7 and Windows 2008R2 Service Pack 1 has been released.

It is available through Windows Update, but for those that require the full installer, can find it here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda&displaylang=en.

edited by on February 16th 2011, at 16:52

Since Acrobat Reader X, by default, no toolbar is shown while in Read Mode display. Instead, a heads-up black toolbar with minimalistic functions is used. This is the default behaviour but can be turned off.

To do that, open Reader, choose Edit, then Preferences. In the tab Internet, uncheck Display in Read Mode by default, then press OK.

edited by on February 14th 2011, at 13:28

Because the official website of 7-Zip (http://www.7-zip.org/) is currently offline, I'm mirroring the latest version here.

EDIT: the official site has been fixed and is online again.

edited by on December 16th 2010, at 15:57

For an easy to use disk erasing tool: http://www.dban.org/.

It's pretty important when you retire your old computer that you securely delete the contents of your hard disk. Even with a regular format, it is still possible to retrieve a lot of data from the disk. DBAN can help you with that.

edited by on December 16th 2010, at 15:55

By default, there's no ODBC driver available on 64-bit Windows systems for Access and Foxpro. This is because they only are native 32-bit at the moment. There are a few workarounds present, but the easiest would be to stick with 32-bit if you need this.

http://support.microsoft.com/kb/957570

edited by on October 11th 2010, at 15:53

At work, several computers were in the process of being reinstalled. All those computers suffered from a problem where Foxit Reader plugin would not correctly work in Firefox.
While we haven't managed to really fix the issue, we resolved it by uninstalling the latest version 4.2, and installed version 4.1.1 instead. Once installed, we then upgraded to the latest version using the update functionality inside Foxit.

edited by on October 8th 2010, at 11:16
There is a problem with disabling Java Update when you're running Vista/2008/7 with UAC enabled. Trying to disable automatic updates through the control panel does not work as the setting will not "stick"

The problem is caused by an oversight of Sun. Running the configuration applet from Control Panel means it gets started as a unprivileged user, and the automatic update setting cannot be changed by such a user.

Rather than simply kick out jusched.exe from the registry (HKLM\SOFTWARE\Microsoft\CurrentVersion\Run, there's another way. Open an Explorer and manually find the control panel file (called javacpl.exe); default is this: C:\Program Files\Java\jre6\bin\javacpl.exe. Right-c  ...
edited by on September 24th 2010, at 13:12

Some information about configuring WSUS without AD (and thus, without group policies):

http://technet.microsoft.com/en-us/library/cc708449%28WS.10%29.aspx

edited by on September 21st 2010, at 15:35
With the push of .NET Framework v4 through Windows Update, I've noticed a problem with Windows XP clients. They all suddenly started to boot up slowly, i.e. it takes an abnormal long time before the network stack is started.

Logical deduction and analysis of the problem lead me to check which services were taking a long time to start, as this could be an indication of cause. After rebooting, then immediately digging into Services (services.msc) shows a service trying to start, called Microsoft .NET Framework NGEN v4.0.30319_X86.
As the users of the affected computers are not using any .NET 4 applications, and having no clue what the service does, I tried disabling it. To my honest surprise,  ...
edited by on September 20th 2010, at 16:51

If Outlook 2007 is constantly asking to enter your password, even though you've enabled Remember password, try the following:

  1. Close Outlook.
  2. Navigate to: %userprofile%\AppData\Roaming\Microsoft\Protect (Vista/7), or %userprofile%\Application Data\Microsoft\Protect (XP).
  3. In that folder should be another folder named after a SID. Rename or delete the folder.
  4. Some people have reported a reboot is required before starting Outlook again. To be on the safe side, do this. After the reboot, start Outlook again. It should be fixed.
edited by on September 16th 2010, at 11:14

Microsoft has announced the release of the beta-version of the new Internet Explorer 9.

One of the highlights would be a better compliance with industry standards (HTML5, CSS3, etc.). Does this mean that the horrid problem of browser incompatibility (especially between IE and all other browsers) will finally be resolved? I sure hope so...

edited by on September 15th 2010, at 11:31
Installing Exchange 2007 Service pack 2 on a Windows 2008 SBS generates an error, as detailed here:
http://support.microsoft.com/kb/973862.

To resolve, you can either follow the instructions outlined in the KB, or you can download the installation tool, especially designed for SBS 2008.

First, download these: Exchange 2007 SP2 (64-bit edition):
- http://www.microsoft.com/downloads/en/details.aspx?FamilyID=4C4BD2A3-5E50-42B0-8BBB-2CC9AFE3216A

Exchange 2007 SP2 installation tool for SBS 2008:
- http://www.microsoft.com/downloads/en/details.aspx?FamilyID=FFD2FE61-9278-489E-9B96-3816394C9CB6



Run the first file to extract its contents to a folder of your c  ...
edited by on September 15th 2010, at 10:24
Symantec Endpoint Protection 11 (short: SEP11) has a database in which it stocks everything from client properties, virus definitions and more. At the installation, you could either select to use an external data source, or its internal database format. When the database is in service for a while, it can grow very large, depending on the number of clients you've got. But it is possible to shrink (= compact) it, which, in certain cases, could save you several hundreds of MB.

Notice
The problem of a overly large database was addressed in Maintenance Release 2, where the compact operation is done automatically. If you're not running MR2, you will have to perform the steps below, but if you hav  ...
edited by on September 14th 2010, at 11:56
Ever so often, when a hardware device fails or gets replaced by another, the old one still slumbers in the deep abyss that is Windows. Usually, this is not really a problem as the unused device only takes up disk space in the form of drivers and/or support software.
In case of network equipment, that's another story. Setting a static IP on a network adapter, replacing it with another, then setting the same static address on the replacement invokes a confusing warning message. In case of 2008 SBS, it gets even worse as running certain wizards will barf out errors about not being the primary adapter, not having a static address, and so on.

Getting rid of those pesky ghost devices is not easy:  ...
edited by on September 13th 2010, at 10:13
It all happened to us at least once: losing a Microsoft product key, either by carelesness, the cleaning corporation, or a sudden fireball in your drawer. It's not so much a problem if your system is still operational, but what to do when you have to reinstall your computer? One can't just buy expensive licenses all over again, now can we?

Fortunately, there are tools out there that allow the retrieval of product keys, as long as they are installed. ProduKey, created by Nirsoft is one such program. It quickly retrieves product keys from a working system for Windows, Office, SQL server and other Microsoft products.

Direct download link: http://www.nirsoft.net/utils/produkey.zip.
  ...
showing posts tagged with 'windows'