Jump to content

war59312

Member
  • Posts

    936
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by war59312

  1. I have over a dozen times and yet to hear anything about what is being done about it. I always get an email back saying please contact Microsoft product support. Which I have done and they can't help, unless of course you are willing to pay $500 per hour.

  2. I really wish people would learn to use google. ;)

    Search buddy, search. Not that hard to find it

    Simply search the file name and its the first result... That is "Windows6.0-KB931770-x86.msu". See how easy that was....

  3. Hi,

    This is not UAC at all.

    This is due to the fact that your normal admin accounts are not real admins.

    Your account does not own the files and folder by default... And you only have read access permissions to them as well...

    To fix this permanently you can run as a real admin via the likes of:

    http://www.neowin.net/forum/index.php?showtopic=537806

    Or you can take ownership and gain full rights to files and folders on the fly...

    Take Ownership of a folder plus all files in specified directory and all subdirectories:

    takeown /F "%Systemroot%\System32\drivers" /R

    Take Ownership of a file:

    takeown /F "%Systemroot%\System32\drivers\tcpip.sys"

    Give yourself full rights on a folder plus all files in specified directory and all subdirectories

    icacls "%Systemroot%\System32\drivers" /grant %username%:F /T

    Give yourself full rights on a file:

    icacls "%Systemroot%\System32\drivers\tcpip.sys" /grant %username%:F

    Take Care,

    Will

  4. Each WEP enabled router has a single WEP key. So if every student where to receive their own unique router WEP key then that would be a ton of routers. 1 router per student basically.

    Sounds like some miscommunication has occurred as I doubt that is what the university has in mind.

    I bet they have simply setup a wireless local area network that connects out to the WAN (Internet) which is used among many users in your area of the building. Students can connect into this LAN via their wireless nic cards, but your nic card must support WEP encryption and you must know the correct WEP key.

    The IT department should give the required WEP key to you; it is sent out via some sort of secure method, either by written letter or by secure on campus student email, generally.

    All the students share the same WEP key. They still know who you are because they assign IP addresses automatically via DHCP which allows IT to keep track of who is who, generally by nic MAC addresses.

    All of which can easily be spoofed these days, so WEP is pretty useless.... But it does keep the kiddies away...

    That or I am totally misunderstanding this entirely, certainly possible. :hello:

  5. That makes no sense at all. WEP requires an encryption key.

    You cant just get it automatically or anyone could fake it and get free access.

    Unless you mean they are using 802.1X with PEAP and they are using certificates as well as your PC's user name and password.

    Which I highly doubt....

    WEP is very weak you should be able to hack it in a few hours. lol

    Just ask the system admin for the WEP key, and might want to tell them to use WPA instead...

    I really cant think of any other way to automatically be given the WEP key in a secure manner, and never heard of any university doing this...

    Could they be using some specialized software that you need to download from them? I take it you got an email about this. So strange....

  6. Windows Registry Editor Version 5.00

    ;Adds Device Manager to the Right-Click of My Computer
    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager]
    @=hex(2):44,00,65,00,76,00,69,00,63,00,65,00,20,00,4d,00,61,00,6e,00,61,00,67,\
    00,65,00,72,00,00,00
    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command]
    @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73,\
    00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00,\
    65,00,20,00,2f,00,73,00,20,00,25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,\
    00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,65,00,\
    76,00,6d,00,67,00,6d,00,74,00,2e,00,6d,00,73,00,63,00,00,00

  7. It's an issue with the Search Desktop feature which is also found in Vista so that's why I included it. Is an addon for Windows XP and Win2k3. But yes most are having the issue with outlook but not everyone.

    Note the fact that you can install it fine without Outlook even being installed on your PC.

    Because most users who are having the issue are those who have Outlook 2007 installed, that is why they marked it as such, but really it's an update for the windows component, search desktop.

    Anyways, I'll remove it from my list if everyone thinks I should.

×
×
  • Create New...