
coucou
MemberContent Type
Profiles
Forums
Events
Everything posted by coucou
-
Hi, I finally caught the troublemaker: Loaris Trojan Remover. It scan the machine on every startup, it detect the UAC as an Hijack and fix it (see here bellow image). I don't know how to exclude files, folders, registry to be ignored when Loaris scan.
-
-
TNX myselfidem for yr help and sorry for the delay. I was out. Checked everything is a same except the following missed [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "HideFastUserSwitching"=dword:00000000 I've English and French language installed. So, during the UA install, only the correct language is installed. Registry checked, I installed the French command.Regards
-
TNX jaclaz and DosProbie for yr help 1) To have full unrestricted access rights and permission on my computer, I've enabled the Built-in Elevated Administrator Account by uncheck the "Account is disabled" and "Password never expires" box in "Administrator Properties". And turned Off UAC notifications completely to "Never notify" as the here bellow reg [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "ConsentPromptBehaviorAdmin"=dword:00000000 "EnableLUA"=dword:00000000 "PromptOnSecureDesktop"=dword:00000000 Although the here above addon, still the machine ask for Run, Copy, Move... to "as Admin" or right-click "Take Ownership". Is it because I'm using 64-bit IE10 ? 2). Believe me or not I've tested what jaclaz advise here above. It wouldn't works I tested it right now... it works like a charm However, It is possible to add "Manage network connections" shortcuts to Start/"Connect to" as WinXP? Kind regards
-
No one can help? What a pitty :
-
Hello, Last week, I installed my unattended Win7 64 bits. It works like a charm TNX to MSZFN help and supports However, I've 2 more tweaks to configure. 1) Although I've installed a RegTweaks and SetACL (see here bellow attached file), still I've not all the rights (see here bellow attached image) to Run, Copy, Move... to "Run as Admin" or right-click "Take Ownership". Is anyhow to get the full rights always? 2) My machine is a desktop, I'm not Wifi connected, I'm cable network connected (higher speed). As time to time I've to be NOT connected. The network connexion properties has no "Enable" button (see here bellow attached image) , so, I've to physically disconnect and connect the cable from my machine. Is anyhow to add a connexion buttons like the Wifi? Regards MyTweaks_64.reg SetACL_full.cmd
-
Thank you myselfidem
-
TNX myselfidem That what I was looking for. BTW, I find 2 token.dat files: C:\Windows\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat (6964 KB), this is the concerned file C:\ProgramData\Microsoft\OfficeSoftwareProtectionPlatform\tokens.dat (3361 KB). What it used for? Office 2013? Regards
-
TNX MagicAndre I remember that myselfidem has give the information of the product key file/reg to save and restoring in case. I can't find that info Regards
-
Hello, I've installed and activated Win7 x64 bits as well as Office 2013 x64bits, everything works like a charm I read somewhere activation problems when REinstalling Win7. Also, I read somewhere in this forum that is it possible to backup the product key (file/reg). Anyone can let me know what file/reg to backup in order to restore in case the win7 activation? Regards
-
Well Done jaclaz I works
-
Hello jaclaz, As promised I did the test as described in post# 3: I added grldr file to the root of C:\ BOOT.INI [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professionnel" /noexecute=optin /fastdetect [spybotsd] timeout.old=30 C:\grldr="grub4dos" MENU.LST timeout 30 default 0 title Windows 7 find --set-root /bootmgr chainloader /bootmgr When I boot Nothing happens The system ignore the modifications I made, I boot as normally from my HDD WinXP. NO menu inviting to boot from the SSD Regards
-
Many TNX jaclaz I'll give a try this weekend and let you know Regards
-
TNX jaclaz for yr quick reply and sorry for bothering you. Right now, I'm working on HDD SATA with WinXP SP3_x32, is it as the BIOS first boot. So, I'm looking to add the dual boot on the HDD which have a BOOT.INI and NTLDR files at the root. If I well understood, I've to add grldr and your menu.lst files to the root of the HDD, then add line C:\grldr="grub4dos" to my BOOT.INI (see here bellow) [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professionnel" /noexecute=optin /fastdetect [spybotsd] timeout.old=30 C:\grldr="grub4dos" 1) what about all the other files inside grub4dos-0.4.5c-2013-03-03.7z package? No need any? 2) I've to confess that I never used grub4dos before. So, does yr menu.lst will give me the choice option for booting from HDD-WinXP and SDD-Win7? 3) Do I have to add/modify any in SDD-Win7? Regards
-
Hello, I have 2 drives an HDD with WinXP SP3_x32 and an SSD with Win7 SP1_x64. Both works separately just fine. In fact, when I choose working on WinXP, I shutdown the machine then physically I disconnect the SSD. Vice-versa when I choose working on Wiin7. To prevent connecting and disconnecting physically the drives: 1) By setting-up the BIOS for a "HDD First boot", will the second drive MBR be damaged? 2) It is possible to install a dual boot on these existing drives? If so, can someone explain to me, step by step the How to? I'll appreciate any help. Regards
-
@myselfidem @maxXPsoft In theory Setupcomplete.cmd runs after Windows Setup completes while the RunSynchronous commands run during Windows Setup. The partice belie that result. I did by 3 times a test of SetupComplete.cmd vs SynchronousCommand (Autounattend.xml), when WPI.cmd is launched from SynchronousCommand 4 (see here bellow) or from Setupcomplete.cmd. <SynchronousCommand wcm:action="add"> <Order>1</Order> <Description>UberPack v2.0.2 x64 several utilities</Description> <CommandLine>cmd /C start /wait c:\Install\Win7_UberPacK_HEN_v2.0.2_x64.exe</CommandLine> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>2</Order> <Description>Internet Explorer 9 French and Hebrew Languages adding</Description> <CommandLine>cmd /C start /wait c:\Install\IE9_langs_Install.exe</CommandLine> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>3</Order> <Description>About 275 Portable Utilities</Description> <CommandLine>cmd /C start /wait c:\Install\UtilsPortable.exe</CommandLine> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>4</Order> <Description>Windows Post Install Wizard</Description> <CommandLine>cmd /C start /wait c:\Windows\Setup\scripts\WPI.cmd</CommandLine> </SynchronousCommand> </FirstLogonCommands>. <SynchronousCommand wcm:action="add"> <Order>1</Order> <Description>UberPack v2.0.2 x64 several utilities</Description> <CommandLine>cmd /C start /wait c:\Install\Win7_UberPacK_HEN_v2.0.2_x64.exe</CommandLine> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>2</Order> <Description>Internet Explorer 9 French and Hebrew Languages adding</Description> <CommandLine>cmd /C start /wait c:\Install\IE9_langs_Install.exe</CommandLine> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>3</Order> <Description>About 275 Portable Utilities</Description> <CommandLine>cmd /C start /wait c:\Install\UtilsPortable.exe</CommandLine> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>4</Order> <Description>Windows Post Install Wizard</Description> <CommandLine>cmd /C start /wait c:\Windows\Setup\scripts\WPI.cmd</CommandLine> </SynchronousCommand> </FirstLogonCommands> When WPI.cmd is launched from SynchronousCommand 4, it started after the SynchronousCommand 1, 2 and 3. When WPI.cmd is launched from Setupcomplete.cmd, it started at least before the SynchronousCommand 3, if not before 1,2 and 3. Regards
-
TNX again maxXPsoft
-
TNX myselfidem for the info
-
TNX maxXPsoft I'll give a try BTW, may you please let me knwo when the SetupComplete.cmd start, before or after SynchronousCommand (Autounattend.xml)? Regards
-
TNX for yr reply but it doesn't help. In fact I'm not (never) using SETUPCOMPLETE.CMD to launch WPI. To launch WPI I'm using the CDVD-Switcher (see my topic's Signature ). CDVD-Switcher is an AutoIt script and here bellow a part of it for the WPI.exe launching. Local $aDrives = DriveGetDrive('CDROM') If Not @error Then For $i = 1 To $aDrives[0] If DriveStatus($aDrives[$i]) = 'READY' And FileExists($aDrives[$i] & '\Software\WPI\WPI.exe') Then $FoundFile = StringUpper($aDrives[$i]) & '\Software\WPI\WPI.exe' ;Assign Value to $FoudFile ExitLoop EndIf Next EndIf Sleep(10) ;nominal sleep time to ease process consumption but maintain control of the System ;Next line closes AutoRun Window If WinExists('[REGEXPTITLE:AutoPlay; CLASS:#32770]', '') Then WinClose('[REGEXPTITLE:AutoPlay; CLASS:#32770]', '') Until $FoundFile ;Exit Loop when correct file on a CDROM drive is found ToolTip('') ;closes Tooltip Run($FoundFile) ;Runs the File
-
Hello, Until now I used DVD’s for my unattended Win7 and softwares. In my WPI v8.2.1 config.js I used the here bellow Command line example to launch the prog installation cmds[pn]=['"%cdrom%\\Software\\Office2010\\OFFICE14FR.exe"']; I finished preparing an unattended Win7 and softwares (16 GB) USB key thanks to Rufus utility What will replace %cdrom%\\Software\\ in the command line to install the progs, since all progs are located into \Software folder of the same USB key as Win7? I'll appreciate yr help
-
Hello, Until now I used DVD’s for my unattended Win7. Here bellow the CommandLine I used <SynchronousCommand wcm:action="add"> <Order>3</Order> <Description>About 275 Portable Utilities</Description> <CommandLine>cmd /C start /wait c:\Install\UtilsPortable.exe</CommandLine> </SynchronousCommand> I finished preparing an unattended Win7 and softwares (16 GB) USB key thanks to Rufus utility What will be the CommandLine to install an external prog since that prog is located into the same Win7 USB key? I'll appreciate yr help
-
Windows 7 setup via USB stick keeps looping
coucou replied to ZileXa's topic in Unattended Windows 7/Server 2008R2
TNX maxXPsoft, I'll test later transfering data -
Windows 7 setup via USB stick keeps looping
coucou replied to ZileXa's topic in Unattended Windows 7/Server 2008R2
Hi MC, I used yesterday for the first time the latest Rufus tool v1.2 to build a W7_x64 in a usb stick.... friendly use and very fast... simply GREAT However, once the usb stick is ready, it is yet possible to manipulate (add, delete, rename) files like ike Autounattend.xml, personal files inside \sources\$OEM$\ folder as well as adding a software's folders??? TNX to let me know further.