Backtrack:  
 
showing posts tagged with 'windows'
by lunarg on June 27th 2011, at 11:59

In case of an infection with phony anti-spyware software (such as Anti Spyware 2009), where the EXE file association has been corrupted, use these Registry fixes to reset them to default behaviour.

Notice
Be sure to select the right file for your system. XP, Vista and 7 all have different settings.

 

by lunarg on June 23rd 2011, at 16:29
It is possible to gather DSA data from an IBM server running ESXi without having to boot with a bootable CD or reboot the server at all.

From any machine, Windows or linux, you can run the latest release of the DSA tool, then reference the ESXi server using commandline parameters when running the DSA tool.

In order for this to work, you need to put the ESXi server in remote technical support mode. This is done via the ESXi console.

Once activated, download and run the latest tool on your favourite platform (for Windows, choose the Windows version, etc.). Rather than opening running it by si  ...
by lunarg on June 17th 2011, at 13:54

Found this tool on some obscure site (don't even know where anymore). It's the most easy-to-use patcher to remove the TCP/IP simultaneous connections limit in Windows XP.

I've uploaded it on my site because I can't find the download link anymore*.

* If anyone has a problem with me mirroring it here, contact me through regular channels.

by lunarg on June 14th 2011, at 17:03

For a daily automated reboot, create a cmd-script with this content.

@echo off
shutdown -r -t 5 -f -c "daily reboot"

Add it as a task in task scheduler, set to daily, weekly, or whatever you want.

by lunarg on June 5th 2011, at 12:59
This project was a pass-time for me when I was a student. It is an emulator for Gameboy/Gameboy Color games, and was a rewrite from another open-source project (by a certain Rusty Wagner).

The project never hit the stable rate as it was more for myself than anyone else. Originally, there were three different editions available, but ultimately, this one is the most stable (but with the least extra features). It is still far from bug-free, and hardly finished.
For a time, the application had its own website and download page, and during that time was closed source. As I no longer do anything  ...
by lunarg on May 6th 2011, at 15:17
Had a problem with a client who is running Outlook 2007 with Exchange 2010 on a 2008R2 terminal server: each message sent from Outlook (composed by Outlook) had a blank message body. The recipient side would see it like this, and the empty message would be stored in the Sent Items folder of Outlook. This behaviour was system-wide, meaning that each user was experiencing this problem.

After some digging around, I found this link on the internet stating it could be related to the virus scanner. My eye was particularly caught by a post of someone who was running Avast 4.8 on TS (which was identi  ...
by lunarg on May 2nd 2011, at 13:18
If for some reason, the PDC dies horribly, you are left with a semi-working domain. While the basic functionality will still be operational, certain aspects of the domain can no longer be reconfigured. If the broken DC can no longer be rescued, you need to transfer the five FSMO roles to a working DC as soon as possible as to ensure your domain will remain healthy.

If FSMO roles are not transferred time, it can have implications on the following items, depending on the roles that are located on the offline DC:

FSMO roleImplications of lossSchemaThe schema cannot be extended or reconfigured.   ...
by lunarg on April 27th 2011, at 12:18
You can reconfigure the position of the driver letter in Explorer in Vista and Windows 7.

Before (XP and earlier), the driver letter would always be shown as first. Since Vista, this behaviour has been changed, but can luckily be controlled by a registry setting.

To change the setting, fire up regedit, and edit/create a DWORD value, called ShowDriveLettersFirst in the root of the key HKEY_LOCAL_MACHINE\Microsoft\Windows\CurrentVersion\Explorer. This controls how drive letters are displayed in Explorer. The values are:

0 (default): displayed after the label; 1 (mixed): depending  ...
by lunarg on April 19th 2011, at 15:55
The latest trend in virii is the use of MBR rootkits to settle themselves in the unused (hidden) sectors of your harddrive, safe from any formatting or reinstallation of Windows. They cannot be removed by an antivirus as the rootkit directly interacts with the kernel upon boot, long before any antivirus system drivers are being loaded. The rootkit does not patch actual files or drivers, but rather does this dynamically upon booting Windows. A complete format of your system would not get rid of the MBR as it is hosted in the first sectors of your hard drive and therefore survive a format   ...
by lunarg 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  ...
by lunarg 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>  ...
by lunarg 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.

by lunarg 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.

by lunarg 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.

by lunarg 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.

by lunarg 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.

by lunarg 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.

by lunarg 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

by lunarg 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.

showing posts tagged with 'windows'
 
 
« February 2012»
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
26272829   
 
Links
 
Quote
« Smith & Wesson - the original point and click interface »