Jan 27, 2008 - Microsoft (General)    Comments Off on Windows XP Simple file Sharing

Windows XP Simple file Sharing

If you want to see the Security tab when looking at permissions on a Windows XP computer, you need to configure Windows to show it to you.

To do so, follow these steps:

  • Go to Windows Explorer, and then click on the Tools menu and select Folder Options.
  • Click on the View tab and then scroll down to the bottom of the Advanced Settings portion of the Folder Options dialog box.
  • Clear the “Use Simple File Sharing” checkbox and click OK. Of course, NTFS permissions are only visible on NTFS volumes, so if your volume is formatted as FAT, you still won’t see the Security tab.

For those of you out there with XP Home workgroups, you may find that you’re not even seeing the “Use Simple File Sharing” checkbox. This is because with XP Home the Security tab cannot be displayed for logged on users by default. This is also attributed to the influence of Mr. Miyagi. When asked by Microsoft about what to do with security and XP Home, Miyagi offered “If whole life have balance, everything will be better.”

So to balance XP Home with XP Pro, it was thought that no access to the Security tab for normal XP Home users would create that balance.

Jan 21, 2008 - Old    Comments Off on Harnessing the Power of Virtualization for Dynamic IT

Harnessing the Power of Virtualization for Dynamic IT

 

Published: January 21, 2008
By Bob Muglia, Senior Vice President, Server and Tools Business, Microsoft Corporation
http://www.microsoft.com/mscorp/execmail/2008/01-21virtualization.mspx

Other Resources

Microsoft Virtualization Web site

http://www.microsoft.com/virtualization/default.mspx

 

Hyper-V: A Key Feature of Windows Server 2008

http://www.microsoft.com/windowsserver2008/virtualization/default.mspx

 

Windows Virtualization

http://www.microsoft.com/whdc/system/platform/virtual/default.mspx

Jan 1, 2008 - DotNetNuke    Comments Off on How to change dotnetnuke (dnn) username

How to change dotnetnuke (dnn) username

I have sucessfully used the following script to change the dnn username (by going to [b:2t174ohg]Host[/b:2t174ohg] -> [b:2t174ohg]SQL[/b:2t174ohg]):

[color=#000000:2t174ohg][code:2t174ohg]
update users set username=’newusername’ where username=’oldusername’
update aspnet_Users set username=’newusername’ ,loweredusername=’newusername’ where username=’oldusername'[/code:2t174ohg][/color:2t174ohg]

[color=#000000:2t174ohg]For each reference of [COLOR=#339966]’newusername’ [/color:2t174ohg]and ‘[/COLOR][color=#000000:2t174ohg][COLOR=#339966]’oldusername'[/color:2t174ohg][/COLOR][color=#000000:2t174ohg], substitute the names you wish to alter.[/color:2t174ohg]
[color=#000000:2t174ohg]Check the box titled [b:2t174ohg]Run as Script [/b:2t174ohg]next to the [b:2t174ohg]Execute [/b:2t174ohg]link below the SQL window.[/color:2t174ohg]

Nov 20, 2007 - Geeky General    Comments Off on Apply quotas with individual file shares with Windows Server

Apply quotas with individual file shares with Windows Server

November 20th, 2007
Derek Schauland

Windows Server 2003 R2 allows administrators to apply quotas to individual shares on a file server. This can be useful if you need to: monitor the use of file shares in your environment; keep user home directories at a manageable size; or limit the amount of data that users can store in a share to conserve disk space. You may also find these features helpful for tracking resource usage and disallowed file types. (Note that you may need to install the File Server Resource Management utilities for quotas to work.) Read more »