Jump to content

Tripredacus

Supervisor
  • Posts

    13,309
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. Your installer should work with Make_PE3, but I've never gotten correct VGA drivers to work in PE.
  2. There are some options I've seen... Using the ODD variable: Searching all drive letters:
  3. It looks like this update is for Windows 7 RTM. Are you trying to put it into an SP1 image? Also, have you checked the DISM log for the error?
  4. Yes it will always download that in my experience. I never tried disabling the detection. Fortunately you can manually set the boot options for the server. In the Server properties, on the Boot tab, set your x86 and x64 boot image to be the same. I do not have a server anymore that has that option set... but here is that menu:
  5. Definately disable the LLTD then. Only a Server 2008 or higher server version can respond properly to those messages from the Vista clients. With no server to respond to the LLTD, you just have a bunch of extra data floating about your network, as Vista will keep sending out requests waiting for a response. When I first introduced Vista into our old network, this was causing all sorts of connectivity issues. I had set all clients (and all deployments) to disable LLTD on Vista. Windows 7 also has it, but by the time we started adding Windows 7 clients, we had migrated the domain to Server 2008 and the problem never appeared.
  6. I've never tried using the built-in functions for FTP in Windows, but I have set up FileZilla (part of the XAMPP package) multiple times.
  7. I've seen Yes quite a few times actually, and Asia too! Pink Floyd - Poles Apart
  8. Oh boy are you in for it now! Website, just looking at it - it seems your entire top div is a link back to the home page, but it is designed to look like it is in different pieces. You may not necessarily need to have the "home page" part of the picture up top. - you should put a text based shortcut menu in the footer that has Home | the other top level menu choices. - the contact us/courses/links boxes bottom borders align differently in relation to the line in the background image differently on each page. - the picture on the About Us page should have a background that matches the page content color. Same with the gear in the Courses box. In fact a lot of images are like this. - the social networking icons are larger than your top level menu options, meaning the viewers focus will gravitate towards them. - the three contact images on the Contact Us form do not match the overall color/design scheme of the site. - the hover color of the "head office" link on the bottom is too similar to the background color on the gradient. - Your copyright says 2010... - on some pages, the Links box at the bottom has a picture in it. Website, behind the scenes - Google Analytics code should be at the bottom of the document and not the top. You can find best use instructions on your GA account. - Tables are for tables not for layout! - you have mixed case in some attributes, and use full URI for some and not others. Example: <p><a href="www.hse.gov.uk" title="HSE">www.hse.gov.uk</a></p> <p><A href="http://www.ilcor.org/" target="_blank">www.ilcor.org/</A> - your CSS validates, which is great, but your HTML has no Doctype. - you are specifying attribute tags for objects that do not support them, such as Marginwidth, MarginHeight, etc. - Your code is closest to HTML 4.01 Transitional. Add this as your Doctype, and adjust your code appropriately if you want that part to be good. It is fine to make coding sacrifices of course, for example on my own site, I'm not overly concerned about having ALT tags for every image or specifying an encoding type. forum - the logo on your forum does not match your website. - the design and colorscheme of the forum does not match the website - the forum #1 user is Admin. This is bad. Always set to hide the Admin account. Then your second user is a Global Mod and is your everyday use account. - not sure why all the forum hovers say Merry Christmas on them... summary It looks fine and is likely to be functional for what it is designed for. Nothing really glaring except for the GA placement. I also didn't bother testing your contact form. You want to make sure that is sanitized and secure since it is a direct source into your webserver. In the end, this looks like a run of the mill business website, which isn't a knock against you since it is your first website. Heck my first website looked like everyone else's too. That's just how you start.
  9. Moving to Win7 unattend section for appropriate exposure.
  10. i think i left a file out

  11. It could be the Link Layer Topology options. What OS is on your domain controllers? Is your network a mixed OS environment?
  12. Well I'm not sure how to enable that account, you'll have to search elsewhere. But the page I linked to had an option.
  13. Make sure you are also aware of the following from the RT 7 lite EULA:
  14. Without using the manual ways, and the more fun setacl trick, I have found most success with Malwarebytes. A last resort is combofix. Reinstalling is never an option for me, it is the boring way to fix things.
  15. The domain controller may have applied policies to the system without your knowledge. Run gpresult /r from the cmd. You do not need to post the results, but look for the following (or similar) returns (this is from my PC here for reference) RSOP data for SKYLYNX\Username on SKYLYNX : Logging Mode ---------------------------------------------------------- OS Configuration: Member Workstation OS Version: 6.1.7601 Site Name: N/A Roaming Profile: N/A Local Profile: C:\Users\Username Connected over a slow link?: No COMPUTER SETTINGS ------------------ Last time Group Policy was applied: 5/10/2011 at 9:06:16 AM Group Policy was applied from: sub.domain.local Group Policy slow link threshold: 500 kbps Domain Name: DOMAIN Domain Type: Windows 2000 Applied Group Policy Objects ----------------------------- Default Domain Policy You wll also see something similar under USER SETTINGS. You may see some of the following security groups listed in its section too: - This Organization - Domain Computers
  16. It sounds like you are wanting to create a starting point for a reload, or a gold image. Moving this topic to Windows 7 Unattend forum.
  17. All support for Make_PE3 is in the project thread:
  18. Certainly, the toolkit is quite expensive, however you can grab the 180 day trial for free. At worst you would need a Live account, or you can apply to be a Microsoft Partner.
  19. Are you trying to automate Audit Mode? Use auditUser/Mod = Audit and ForceShutdownNow = false. See the documentation on the use of the Mode object.
  20. In addition to AD permissions you also need to set NTFS permissions on the folder. Can you confirm that this user has (at least) read permissions to the folder?
  21. What version of Internet Explorer is installed? Also, do you have .Net Framework 3.5 installed now, just no SP1? There is a hotfix or update for SP1 as well since when it was originally released it broke certain parts of Windows, notably remote desktop.
  22. 1. Is this or was this computer ever used on a domain? 2. Was the install of this OS slimmed with a tool like vLite, rt7lite or a similar tool?
  23. If you use WSUS, as long as you do not make that update available to your users, it won't show up for them.
  24. Kelly Clarkson - Breakaway
  25. Are you required to use DOS programs, these are 16bit programs? What is your OS, is it DOS or Win9x? If it was XP I'd wonder why you didn't try using the Task Scheduler.
×
×
  • Create New...