Showing posts with label Microsoft Windows. Show all posts
Showing posts with label Microsoft Windows. Show all posts

Sunday, 29 March 2015

Determining Internet Explorer Bitness: 32-bit or 64-bit

Method #1:
Put the call in the IE console: (F12 to open)

> alert(window.navigator.cpuClass);



Method #2:
javascript: alert(window.navigator.cpuClass);


N.B.: Didn't work for my IE 11.0.9600



Result:

x86 --> You are using 32-bit of Internet Explorer
x64 --> You are using 64-bit of Internet Explorer

Thursday, 16 October 2014

Changing Chrome Internet connectivity settings on Windows: Internet Options

Fortunately, it is using the Operating System Internet Options dialog which typically can be easily displayed from Internet Explorer.


Internet Explorer* --> Tools --> Internet Options




* Internet Explorer 11.0.9600
Windows 7 Professional SP1 64-bit

Monday, 8 September 2014

Server Error 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.

I problem which might have kept me overnight in the office!!!

Environment:
Microsoft IIS 7.5
Windows Server 2008 R2

Cause:
Trying to share the root web folder.



Problem:

Server Error
500 - Internal server error.

There is a problem with the resource you are looking for, and it cannot be displayed.


Trials:
- Removing the share.
- Deleting the Temporary ASP.NET files
- Restating the  IIS

Workaround:
1 - Creating a new web root folder and moving all  the application folders to this new folder.
2 - Configuring all the application folders to point to the new folder.



Tuesday, 5 August 2014

Tip: Opening Internet Properties without opening Internet Explorer

Although the Internet Options dialogue box appears as a implicit component within the Internet Explorer, it can be called separately without the need even to open the browser. This is very helpful especially if you are using a laptop like me, and within the office you need to enable  the proxy settings and to disable it every time you are out of the office. Moreover, knowing that most other applications read from that place for the proxy settings, it appears to me as a very handy shortcut.




Tuesday, 17 June 2014

telnet is not recognized as a valid command on Windows

For resent windows boxes, it is not installed by default, and the system administrator has to enable the feature:

Start --> Control Panel --> Programs --> Turn Windows features on or off:



Snapshot for Windows Server 2008 R2 Standard SP1.

Sunday, 16 February 2014

Replace your iTunes media Library by an existing media library

1) Change iTunes library:
Hold down Shift while clicking on the iTunes shortcut.



Choose Libarary... to point to your original library

2) Import existing library folders:
File menu is not enabled by default, to enable it press Alt + F

File --> Add Folder to Library... (Select your original library folder)



-- iTunes 11.1.4.62 (Windows)

Thursday, 2 January 2014

Creative Sound Blaster Live 5.1 driver for Windows 7 & Windows 8.1 x64

The answer is http://www.kxproject.com
KX Project Saved my card from the trash: http://download.kxproject.lugosoft.com

This file worked for me 64 bit for both Windows 7 and Windows 8.1:
kxdrv3550-x64-full.exe

Settings are as follow on Windows 8.1:



The below was an annoying message on every restart:

Disabling kX mixer from the startup application (from Task Manager) solved it; however, the audio continued to function without any issue:

This one did not work for me:
Creative Sound Blaster Live! 24-Bit Internal Driver 1.01.0090 Beta for Windows 8
And no other file worked for me from Creative Official Website!!
Creative Worldwide Support

Tuesday, 12 February 2013

Hosts file location under Windows

%SystemRoot%\system32\drivers\etc\hosts

For older versions from windows:
%WinDir%\hosts

Sunday, 13 January 2013

To identify shared folders on your Windows machine

Start -->
Control Panel -->
Administrative Tools -->
Computer Management (System Tools --> Shared Folders --> Shares)


Screenshot from Windows 7 box.

Thursday, 30 August 2012

Microsoft IIS Versions


MS IIS: Microsoft Internet Information Server

XP       = IIS 5.1
Server 2003 = IIS 6
Server 2008 = IIS 7
Windows 7   = IIS 7.5

Thursday, 19 July 2012

Audit Folder\File actions such as copy move

- Administrative Tools --> Local Security Policy --> Local Policies --> Audit Object Access
- Folder\File properties --> Security Tab --> Auditing Tab

Note:
Folder\File can be set only on NTFS drives