
balubeto
MemberContent Type
Profiles
Forums
Events
Everything posted by balubeto
-
HI I have a computer that acts as a host of virtual machines created by VMware Workstation 6.5.1.126130. On the host runs Vista ultimate 64 bit. On the guests runs Vista ultimate SP1 64-bit that its see the host. If on a guest, I do run the cd of Windows PE 2.1 64 bits, this operating system can not see the host with its shared resources. Indeed, if on windows PE I write the command "net use y: \\<hostname>\sharename password /user:username", I can not connect my sharename because I get the error 67 that is "impossible to find the network name ". Why? THANKS BYE
-
HI Where can I find a utility 64-bit for Windows PE 2.1 64-bit capable of erase a CD / DVD and of burn an ISO image? THANKS BYE
-
windows PE, Internet Explorer and Firefox Portable 3.x.x
balubeto replied to balubeto's topic in Windows PE
Having noted that Firefox Portable 3.xx works well on Vista 64-bit, I thought it worked well on Windows PE 64-bit. So, you are sure that Windows PE 64-bit runs only software 64 bit? If so, I can recommend a portable browser 64-bit? THANKS BYE -
windows PE, Internet Explorer and Firefox Portable 3.x.x
balubeto replied to balubeto's topic in Windows PE
HI I put in a USB stick, Portable Firefox 3.xx. I started Windows PE 2.1, suitable to work with 64-bit operating systems, and I tried to start Firefox Portable writing, from the directory of that program, the command FirefoxPortable.exe but the shell of Windows PE writes "Could not execute the specified program ". Why? THANKS BYE -
What is the function of the scratch area of windows PE? THANKS BYE
-
HI In winpe.wim file of Windows PE, there is also the Internet Explorer or not? If so, how do I start it? If not, how do I integrate it? THANKS BYE
-
HI What is the scratch area of windows PE? THANKS BYE
-
HI I created a CD of Windows PE 64-bit with Vista SP1 64-bit and with Windows AIK. How do I set the Workgroup name in Windows PE to access the shared resources (with login) to a LAN without a domain? THANKS BYE
-
In the file \windows\system32\startnet.cmd, why the various default paths of Windows PE there not are? These paths are written where? THANKS BYE
-
In conclusion, I have to edit the startnet.cmd file and write the various additional directories where I put the additional tools that need to be able to work on any working current directory. Correct? Mounting the winpe.wim file on a directory, where you find the startnet.cmd file? THAMKS BYE
-
So if I add a Tools directory to \mount\Windows or \mount\Windows\System32 with the various no-GUI utilities grouped in directories, these utilities work on any working current directory or not? It is more correct to use the directory \mount\Windows\Tools or \mount\Windows\System32\Tools to do this work or is it the same? THANKS BYE
-
HI I read the article http://technet.microsoft.com/en-us/library/cc709665.aspx and, at the end of step 4, I found something that is not clear to me: How do I ensure that the various additional tools are loaded with Windows PE? THANKS BYE
-
What is the correct syntax for NET USE to do this? THANKS BYE
-
HI Using the Windows PE CD for Vista, how do you achieve a shared network resource, protected by Login, located on another computer on the network and how do I work on it? THANKS BYE
-
HI 1 - How do I tell if a wim file contains images volumes compressed or not? 2 - If a image volume has been created with the /check option of imagex, how do I know this? 3 - What is the difference between the /append and /export options of imagex? 4 - The various possible compressions and the flag control of a image volume, stored in a wim file, are transferred to another wim file using only the /append or /export option of imagex or not? THANKS BYE
-
Activation off-line of Vista
balubeto replied to balubeto's topic in Unattended Windows Vista/Server 2008
HI How do I use the slmgr.vbs script in SetupComplete.cmd file to activate off-line an edition of Vista SP1 64-bit? THANKS BYE -
HI In a fully automatic installation, what should I do to activate off-line edition of Vista SP1 64-bit? THANKS BYE
-
HI How do I make sure that the SetupComplete.cmd file analyzes the license key of Vista SP1 64-bit typed during the installation so that I can act on this key a conditional structure IF or similar? By chance, there is another way to analyze this license key? THANKS BYE
-
HI In Vista Ultimate SP1 64-bit (six edition), how do I get the default license key (not the activation code) which has been used to install an edition of Vista SP1 64-bit? I need this code to insert in the block <UserData> <AcceptEula>true</AcceptEula> <ProductKey> <Key>Default license key</Key> <WillShowUI>Never</WillShowUI> </ProductKey> </UserData> <settings pass="specialize"> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SkipAutoActivation>true</SkipAutoActivation> </component> </settings> of a file unattend.xml as key instruction does not allow you to enter an empty string. THANKS BYE
-
Question on SetupComplete.cmd
balubeto replied to balubeto's topic in Unattended Windows Vista/Server 2008
So, what is the function that retrieves the license key that is entered during the installation of Vista SP1 Ultimate 64-bit Retail so you can put that function in a conditional structure in the SetupComplete file to allow or not to activate offline of Vista? THANKS BYE -
I have read, however, that with the syntax "setup.exe /unattend: <Unattend file>", you can tell the setup of Vista using certain unattend file, stored on the DVD of Vista, in order to perform different unattended installations according to the unattend file chosen. Then, just need a way to bring up a menu of choice to start of the installation of Vista so you can choose which run unattend file. So, how do you do this? Someone has other ideas to solve this problem? THANKS BYE
-
HI I would like to create an Autounattend.xml file for Vista Ultimate SP1 64-bit Retail able to completely erase partitions of a hard-disk and to create new partitions, even if Vista sees a black hard-disk (ie a hard disk is not formatted). How do I create this file? I have noticed that the instruction <WillWipeDisk>true</ WillWipeDisk> does not work with black hard-disk and, logically, this means that other instructions of partitioning do not work . So, regardless of hard-disk that is already partitioned or black, I'm looking for a solution that will erase any partition and continue to partition the hard disk following the instructions written in the Autounattend.xml file. Anyone have any idea what to do? THANKS BYE