Jump to content

srihariram

Member
  • Posts

    80
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by srihariram

  1. Hi, I want run an application in WinPE that would collect details like user name, password, domain name etc and later apply them on Windows 2008 OS. My Problem is, how to validate the inputs taken. Example, the password taken should be complex enough to meet the windows 2008 password complexity check. Is there any way to have these complexity checks incorporated in WinPE. Any dlls and exe copied from Windows 2008 OS to WinPE and use them to validate inputs. Or we have to code from scrach to check the complexity. Thanks & Regards,
  2. Hi , How to change the keyboard layout of winpe? I get the following error when i try to run the wpeutil setkeyboardlayout 0409:00060408 It is throwing an error message: The command failed with status 0x80074005. Is there any specific reason behind this behaviour? Actually i want to change the keyboard layout to french, german, spanish etc. Is there any other way change the keybout layout. Thanks & Regards...
  3. Thanks... I will go ahead with WinPe 2.0
  4. Hi, Thanks for the reply.. I get the following error when i try to open a notepad and try saving it on x: drive (when booted with RAMdisk WinPE 1.0) "You do not have permission to save in this directory. See the administrator to obtain permission. Would you like to save in the MyDocuments folder instead? - Yes or No.. If Yes selected - The folder couldnot be found." Thanks & Regards..
  5. Hi, Is there any method to save a file on RAM Disk winpe? If i try to edit a file and save on RAM disk winpe it is throwing error. Is there any setting that needs to be enable to save file? Thanks & Regards..
  6. Hi, Is there any possibility to have language Specific WinPE 2.0. When i created a WinPE2.0 from Spanish OPK, input given keyboard is always taken in English and error messages are posted in Spanish. Is there any way to have the input given in Spanish? Regards & Thanks...
  7. Hi, Is there any method to add active link, for third party application, in server manager page? I want to add few extra items in Windows Server 2008, Server Manager Page. Please let me know if you have a solution for same. Regards & Thanks...
  8. Hi, I used MEMORYSTATUSEX (MFC Class) and Win32_ComputerSystem (WMI Class) to find Physical RAM from WinPE. Both are reporting around 3.2GB. Actually 4GB physical RAM is present. Can you tell me which WMI class did you use?? Thanks & Regards, Ram
  9. Hi, Is there any way to make WinPE to detect more than 4GB. Is there any switch similar to /PAE for Win PE. Please let me know if any.. Thanks & Regards ...
  10. Hi, I want to read BIOS strings from WinPE 2.0 running on MSVM. Is there any way that we can achieve this using WMI.. I am able to read the strings on 16 Bit DOS mode. But when it comes to WinPE 2.0, all addresses become virutal and so not able to read the BIOS strings. Please let me know if there is method to read the BIOS.
  11. Hi, How to edit BIOS Flash ROM from Windows 32Bit Platform. Are there any APIs to that? I have DOS (16Bit) based utility which edits BIOS. How to modify the code so as to work on Windows (32Bit). Regards..
  12. Hi, I have a 16 Bit DOS based utitility for Editing BIOS Flash ROM. I want to convert it to run on 32 Bit Windows PE. Just re-compiling it using 32 Bit compilers will solve the problem or do we have to change the code compatible to Windows.
  13. Hi, I am getting error when try to create WinPE to boot from Harddisk. I get error when it run BCDEdit to create new boot configuration file. When i run the following commad:: Bcdedit –store c:\boot\BCD –set <GUID> osdevice partition=boot Error Msg:: An error occured while attempting to reference the specified entry. The system cannot find the file specified. Could anyone suggest how to overcome this? /*--------------- Bcdedit –createstore c:\temp\BCD Bcdedit –store c:\temp\BCD –create {bootmgr} /d “Boot Manager” Bcdedit –store c:\temp\BCD –set {bootmgr} device boot Bcdedit –store c:\temp\BCD –create /d “WINPE” –application osloader Bcdedit –import c:\temp\BCD The last command returns a GUID value. Substitute <GUID> with this value in the following examples. Bcdedit –store c:\boot\BCD –set <GUID> osdevice partition=boot -------- error at this step Bcdedit –store c:\boot\BCD –set <GUID> device partition=boot Bcdedit –store c:\boot\BCD –set <GUID> path \windows\system32\winload.exe Bcdedit –store c:\boot\BCD –set <GUID> systemroot \windows Bcdedit –store c:\boot\BCD –set <GUID> winpe yes Bcdedit –store c:\boot\BCD –set <GUID> detecthal yes Bcdedit –store c:\boot\BCD –displayorder <GUID> -addlast ----------*/
  14. Could you explain how to use SetRes to change the screen resoultion of winpe 2.0?
  15. thanks for your suggest , now it works fine.. Regards Srihari
  16. Hi, I am getting error ("Windows could not start due to an error while booting from RAMDISK. Error Code:32768.") while loading WinPE Remotely thro iLO. It loads properly when loaded from local system. Could anyone suggest me the reason for this behaviour? Thanks & Regards.
  17. Hi, I could not find setupreg.hiv in WinPE 2.0. Actually, i want to to launch an application as soon as Winpe boots. In earlier verison of winpe we can change the setupreg.hiv so that it launchs the application rather than going to winpe shell. How to achive the same with WinPE2.0
  18. we use secappnicroles.vbs to get NIC information (bus, device, function). This vbs is not retriving some of Broadcom Gigabit nic.. it returns 0 0 0 value. ISA2006 fails in mini-setup if this value is not retrieved before sysprep. any work around to work through mini-setup
  19. Hi, I am not able to run Application with CWebBrowser2 Control. Could you let me know what all Dlls need to be added in WinPE so that Application with CWebBrowser2 Control Runs. Thank You, Regards..
  20. Hi, Could any one let me know how to run a VB Script during Mini Setup. I want the VB Script to run as soon as the PnP Drivers have been installed during Mini Setup. Thank You. Regards.
  21. HI, When we boot WinPE from Hard Disk, it pops up a dialog Box at the end of Factory -WinPE. (Dialog box says "What do you want windows to do?" with OK and Cancel Options). How can we remove this Dialog Box being poped up? Can we run Factory -WinPE in Background or Minimised Mode so that Dialog on Right Top can be hidden? Thank You, Regards.
  22. Hi, I am not able to connect to Network using "net use" command with Win PE 2.0. I am able to ping to the destination server with Windows 2003 Server OS. It posts the following Error Message: The user context supplied is Invalid. (Error No. 3775) I am able to connect to the same server using Older version of WinPE. Could anyone suggest the solution for the above. Regards..
  23. When i Build Hard Disk Boot 64 Bit WinPE. I am not able to run DISK PART utility or any WMI based Scripts. Could you help in resolving this.
  24. Hi, Could any help me out in getting the 64 Bit version of Diskmap.exe. Regards
×
×
  • Create New...