Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 0LaoyanG0
  • Content: Threads
  • Order by date
  1. 0LaoyanG0

    LSI 9266-8i (pulled from Cisco c220 M3) Slow performance

    I have a LSI 9266-8i pulled from a working decommissioned Cisco c220 M3. I plugged it into my Lab Sun x4170 and it runs slow. For kicks I plugged it into my desktop PC, MSI i7 x79 mobo, and it runs just as slow. I downloaded the new firmware...
  2. 0LaoyanG0

    IF statement codeblock (NEWBIE ALERT!)

    I am trying to get a Powershell script to run. It has an if block. When I keep the code block it executes on the same line like this... If ($DirExists -eq $True) {New-Item ($DefaultPath + "\" + $DateCode) -Type Directory} It executes fine. But I need to execute a few more lines so I tried...
  3. 0LaoyanG0

    Stop error then reboot.

    I am getting stop errors... System Failure: Stop error Reason Code: 0x805000f Bug ID: Bugcheck String: 0x000000d1 (0x0000000c, 0xd0000002, 0x00000000, 0xf764e8d5) Comment: 0x000000d1 (0x0000000c, 0xd0000002, 0x00000000, 0xf764e8d5) And getting the following... Error code 000000d1...
  4. 0LaoyanG0

    File copy status/filegrowth

    In windows 2003 Server Ent, when I copy a file that's 10GB, copy + paste, the destination file automatically shows 10GB. Even when you check the properties it shows 10GB. Now we all know that it's not 10GB till it's done copying. Is there a reg tweak to change this behavior to only display the...
  5. 0LaoyanG0

    Vista Boot menu

    On MS Vista, pressing F8 at boot gives you the boot menu. How can I set Vista to always display that screen for at least 30 seconds then go on to a default selection if no user selection? Thanks
  6. 0LaoyanG0

    Open UNC path \\ServerName\ShareName through vbscript

    This sounds simple enough right? OK, here's what I want to do. I am logged in as the local Administrator and I want to open an explorer window using a UNC path. This would be just like if you went to Start|Run and typed in a UNC path to a share. If you did this logged on as local Admin, you...
  7. 0LaoyanG0

    vbscript to remove domain group out of local "Administrators" group.

    Here's my situation. I have a script that works great to remove the "Domain Admins" from my server. What's the problem you wonder..... It works great as long as you are logged onto the domain. My problem is that when I join the domain, I want to immediately delete the "Domain Admins" group from...
  8. 0LaoyanG0

    Delete Domain Admins from local 'Administrators' group on server.

    Here's my situation. I have a script that works great to remove the "Domain Admins" from my server. What's the problem you wonder..... It works great as long as you are logged onto the domain. My problem is that when I join the domain, I want to immediately delete the "Domain Admins" group from...
  9. 0LaoyanG0

    Launch an IE .hta and keeping the window active.

    I know it is possible to have a vbscript execute or open an html/htm/hta file. However, I would like to open a html/htm/hta and keep it the active window all the time (for about 45 seconds) and if the user clicks/navigates away from the window I want it to automatically get the focus back. Then...
  10. 0LaoyanG0

    Custom splash screen in VB 6.0

    I need to make a custom splash screen. The purpose is to deter users from clicking on other apps before the login process finishes. So what we want the splash screen to do is not allow users to click off/away from the form till a given amount of time has expired then exit by itself (without...
  11. 0LaoyanG0

    NTFS ACE/ACL Properties

    I need to get the ACE and ACL properties of a list of folders. I already have the dir list generated. I just need a routine to extract the ACL and enumerate the settings for each ACE. Thanks Gene Laoyan

Part and Inventory Search

Back
Top