Content Type
Profiles
Forums
Events
Everything posted by MrJinje
-
Mounting partition as c:\Users during installation
MrJinje replied to kveldulv's topic in Unattended Windows 7/Server 2008R2
I don't think it is possible to mount a volume to that particular directory. Inside the WIM that directory already has folders/files and I've never been able to create a mount point over a location that had existing files (always requrired an empty folder). When your mount point is getting renamed to windows.old did you remember to copy all the default user profiles into the mount point beforehand ??? Maybe the simple fact that the default user profile did not exist prompted the OS to recopy the users directory from the WIM ? -
Using Powershell for unattended installs
MrJinje replied to Gandraw's topic in Unattended Windows 7/Server 2008R2
I probably posted this a few times in other places, but to use .NET from PE, one first needs to capture .NET 3.5 installation + Powershell installation (preferably from an XP machine) into a ThinApp. Never saw the salamander linker program, that looks like it could work too. But I do not think the OP is talking about Powershell from PE, more likely talking about Powershell during SetupComplete.cmd or FirstLogonCommands stages. (both are run under the full OS, not PE) -
Next time try the search function, this has been answered numerous times. It seems to be related to using the wrong wimgapi.dll. http://www.msfn.org/board/help-error-excep...0b-t128263.html http://www.msfn.org/board/vlite-problem-t1...tml#entry811710 http://www.msfn.org/board/help-me-vlite-issue-t124324.html
-
Need more details. What OS are you running ?
-
Mounting partition as c:\Users during installation
MrJinje replied to kveldulv's topic in Unattended Windows 7/Server 2008R2
Are you using an unattend.xml ? Known issues with doing so -
Can anyone tell me, does Firefox require IE ? It was a joke question, give me some credit.If you really do not want to re-nLite your ISO, or end up re-installing from scratch, there is one solution. It might be possible to use a ThinApp version of IE. It is confirmed that ThinApp IE works from Windows PE, Server Core, and WinFLP. None of those OS'es have IE originally, so I don't see why it couldn't work from regular XP even after IE Core is removed.
-
Yes, it protects those features if you select them.
-
Can anyone tell me, does Firefox require IE ?
-
OK, wrong forum, but easy answer. If installing them directly does not work, see links in previous post, then you must rebuild your nLite ISO from your untouched source. Should be very easy, just import your INI file from teh last time. Good luck,.
-
How exactly are you removing components. Did you mean that you removed IE via the Add/Remove Windows Components Wizard or is this an nLite question. Maybe you could try installing IE7 or IE8
-
There are other solutions. Always could lock your MP3's read-only inside an ISO (I would use multiple 4.7GB ISO's for ease of backup), and use Pismo File Mount Audit Package to mount each iso as a read only directory. You can mount unlimited number of ISO's as directorys and the ISO name becomes the sub-folder name. The mounted directories are also persistent and available via network shares, it is an amazing little bit of freeware. I guess you could instead make an ISO for each band, so that each folder is organized somewhat. Just an idea. Of course this will only last until Microsoft starts editing your ISO files without our permission. Remember 10 years ago when .ZIP files were safe from prying indexing services.
-
Script to find folders
MrJinje replied to enderandrew's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Folders that have zero MP3's will show up with zero filesize when MP3 filter is on. But you might not even need to do all that. This tool shows you the folder size, just grab all the folders under 1MB (likely only JPEGs) and move them to a temp folder. Rescan the temp folder and make sure no MP3 or other audio files remain before deletion. EDIT: Shouldn't matter whose program you use, probably quite a few can do the trick, never saw the free-ware one before. Thanks. -
Script to find folders
MrJinje replied to enderandrew's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Wouldn't it be easier to install the trial version of TreeView Pro. Use the "Extensions" tab to filter for mp3's or whatever. -
Could you explain what you did to solve this problem? I'm in the same situation as you now ... I'll assume you are referring to this MitsuMan post. He never posted how he fixed the issue, so I can only guess.Probably need to use an unattend.xml and specify the language. Report back. These are the settings I use for english (obviously it is not a complete unattend.xml - that would be beyond the scope of this thread) Otherwise, there has been some chatter about lang.ini, but I never took the time to google it. That would be the second place I would look. EDIT: On second look, probably just need run the Gen-LangINI command. <Note To Self>add gen-langini to next version.</Note To Self>
-
Have a look at Knowledge Tree. Maybe the free edition is enough for your organization. http://www.knowledgetree.com/ http://wiki.knowledgetree.com/Main_Page
-
Here are 4 easy questions that would cost someone an interview 224.0.0.0 255.255.255.255 301.14.81.79 10.1.1.1 1) Ask them which IP address is Invalid = 301.14.81.79 2) Which IP is Private = 10.1.1.1 3) Which IP is the Multicast address = 224.0.0.0 4) Which is the Broadcast address = 255.255.255.255
-
That's a good score, 30GB OCZ Vertex only gets a 6.9 Would you post your Disk Mark scores for future comparisons.
-
Have Windows 7 x86 running from a 4GB I-RAM - complete install only 3.6GB. Cant remember but I think on the vLite tweaks page there was a setting to disable this file disk space warning.
-
Use CMenu Right click your exe and choose "Identify Installer" and it will tell you which silent commands it accepts.
-
How to find and reset the network password
MrJinje replied to xarzu's topic in Networks and the Internet
Get a paperclip Unplug your router Insert paperclip into router reset hole for 5-10 seconds and power back up. You will lose all settings and the router will have it's factory default settings again. That said, some routers have a default password pre-set, here is a list of known default passwords for most brands of router. -
That GUID (really long number thingy) is the well known GUID of the My Computer Icon, so that's how I knew where to look.The "Shell" section of each GUID controls what happens when you right click on each GUID's location (in this case the my computer icon). If you go into your regedit you will see all the things that appear on your right click menu. The "Manage" is the actual text displayed in the right click menu. In case someone wanted to change it from Manage to something else. Obviously the command is what explorer will run when you right click and select. Here is some advanced reading http://www.online-tech-tips.com/computer-t...k-context-menu/ Also check out Max's page on right click menu tweaks
-
I don't know why it is happening, but I might have a solution. Try this registry tweak - it changes Manage right click to use the msc directly instead of calling the launcher. mmc %SystemRoot%\system32\compmgmt.msc Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage\command] @=hex(2):6d,00,6d,00,63,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\ 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\ 32,00,5c,00,63,00,6f,00,6d,00,70,00,6d,00,67,00,6d,00,74,00,2e,00,6d,00,73,\ 00,63,00,00,00 If you want to put it back to the original use this. %SystemRoot%\system32\CompMgmtLauncher.exe Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,43,00,6f,00,\ 6d,00,70,00,4d,00,67,00,6d,00,74,00,4c,00,61,00,75,00,6e,00,63,00,68,00,65,\ 00,72,00,2e,00,65,00,78,00,65,00,00,00
-
But it works just fine when you run "mmc %SystemRoot%\system32\compmgmt.msc"