Copy Profile has me stumped with Windows 8.1

When I deploy my image, everything is fine EXCEPT THE COPY PROFILE.
My start screen is fine, I exported via powershell and imported via powershell in the TS.
There is no extra profiles on my image or in the registry
Here is my task sequence
Here is my xml file.
xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core" 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">
<InputLocale>en-US</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-Shell-Setup" 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">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
<UserAccounts>
<AdministratorPassword>
<PlainText>false</PlainText>
<Value>aABxxxxxxxxx</Value>
</AdministratorPassword>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>xxxxxxxxxxx</Value>
<PlainText>false</PlainText>
</Password>
<Description>Local Administrator</Description>
<DisplayName>Administrator</DisplayName>
<Group>Administrators</Group>
<Name>Administrator</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<RegisteredOrganization>daw</RegisteredOrganization>
<RegisteredOwner>DC</RegisteredOwner>
<TimeZone>Eastern Standard Time</TimeZone>
<AutoLogon>
<Password>
<Value>xxxxxxxxxx</Value>
<PlainText>false</PlainText>
</Password>
<Enabled>true</Enabled>
<LogonCount>5</LogonCount>
<Username>administrator</Username>
</AutoLogon>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" 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">
<CopyProfile>true</CopyProfile>
<TimeZone>Eastern Standard Time</TimeZone>
<ComputerName>*</ComputerName>
<RegisteredOrganization>Dawson College</RegisteredOrganization>
<RegisteredOwner>DC</RegisteredOwner>
</component>
<component name="Microsoft-Windows-Deployment" 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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>net use administrator /active:yes</Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
<component name="Microsoft-Windows-Security-SPP-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>
<component name="Microsoft-Windows-UnattendedJoin" 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">
<Identification>
<JoinWorkgroup>WORKGROUP</JoinWorkgroup>
</Identification>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-Security-SPP" 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">
<SkipRearm>1</SkipRearm>
</component>
</settings>
<cpi:offlineImage cpi:source="wim://myserver/osimages/windows%208.1%20x64%20enterprise%20cd/sources/install.wim#Windows 8.1 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Here is how I capture my image.
Nothing seems to work for and every time I deploy the image to a machine, the profile with all my customizations doesn't get copied to default user so that any new login that happens they do not get the customizations I have setup.
Any advice or help you could offer would greatly be appreciated as I am truly stumped, also I am under a tight deadline and have been racking my brain for 2 weeks trying to solve this issue to no avail.
I even tried to manually seal the image using C:\Windows\System32\sysprep\sysprep.exe /generalize /oobe /shutdown /unattend:"C:\Windows\System32\sysprep\sysprep64-81-std.xml"
and then running an MDT non sysprep capture ts to capture it to a wim and when I deploy that the profile still will not copy.

I use copyprofile=true in my unattend.xml file for Windows 8.1 Update deployments and it works - no problems at all.
Can I suggest that you re-create your unattend.xml file against your image?
In my Windows-Shell-Setup component in my xml file the CopyProfile setting is the last setting in the group:
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
            <ComputerName></ComputerName>
            <ProductKey></ProductKey>
            <RegisteredOrganization>The Department of Justice</RegisteredOrganization>
            <RegisteredOwner>The Department of Justice</RegisteredOwner>
            <DoNotCleanTaskBar>true</DoNotCleanTaskBar>
            <TimeZone>AUS Eastern Standard Time</TimeZone>
            <CopyProfile>true</CopyProfile>
        </component>
Not sure if this matters or not. Here is a screen shot of my unattend.xml - you can of course ignore the additional settings that I have set in my file.

Similar Messages

  • Can I backup to an external hard drive that has been formatted with windows?

    Hi, I am fairly new to mac.  I was wondering if I can backup my mac book pro using time machine to an external hard drive that has been formatted with windows.  Time machine is saying it must erase to the hard drive in order to do a backup? Please help. 

    No it has to be formatted for OS X. Mac Extended (Journaled).

  • Would like to find out how a Pages document might be opened by a recipient that only has a PC with Windows and Microsoft Office.  Is there a conversion program?

    Hi!
    Would like to find out how a Pages document might be opened by a recipient that only has a PC with Windows and Microsoft Office.  Is there a conversion program?

    Making changes to PDF file: Apple Support Communities
    Have just noticed this in a thread today.   The link from Klaus1's post may allow you to use PDF and work on it.   I haven't tried it but it may give you some extra ammunition.

  • "Serious Error has Occurred" message with Windows 7

    Just upgraded to Windows 7 64-bit and when trying to open a CS4 project I'd been working on in XP 32-bit I get an error message saying:
    Adobe Premiere Pro
         Sorry, a serious error has occurred that requires Adobe Premiere Pro to shut down.  We will
    attempt to save your current project.
    The error occurs over and over until the entire page is filled with this message.
    I just installed Production Premium CS4 and did the updates.  I can start a new project without a problem.

    Was able to get it to open by starting a new project and importing it, but I can't get it to save.  When I go to save, the Save Project box opens up, but the bar never fills at all, it just freezes up.
    I realize Windows 7 is new and most people haven't had a lot of experience with it yet, but was just wondering if anyone else had come across this problem.
    Thanks.

  • Crystal Reports has stopped working with Windows 7 and demo database

    I'm trying to get back up to speed on Crystal Reports after 10 years away. I'm running Crystal Reports 2008 Standard with the just-released Service Pack 3 (same symptom with SP2).
    So I downloaded the demo database and tried creating a new report. No problems creating a simple customer list. When I add the Orders table and link the CustomerID columns and then add the OrderDate column to the report, everything works fine. But as soon as I add the OrderID or OrderDate column, the application crashes.
    Culprit seems to be MSVCR80.dll. Here's the log:
    Faulting application name: crw32.exe, version: 12.3.0.601, time stamp: 0x4bd05d31
    Faulting module name: MSVCR80.dll, version: 8.0.50727.4927, time stamp: 0x4a2752ff
    Exception code: 0xc000000d
    Fault offset: 0x00008aa0
    Faulting process id: 0x1944
    Faulting application start time: 0x01cb0139cfafeb40
    Faulting application path: C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\crw32.exe
    Faulting module path: C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_d08a205e442db5b5\MSVCR80.dll
    Report Id: 3b28c990-6d2d-11df-b9d8-00080d72c9f2
    Suggestions? Thanks in advance.

    Hello,
    It may be that something was "fixed" and our default xml file falls out of the Standards now.
    Are you wanting to connect to SQL or XML?
    Go to Microsoft's site and search for C++ distribution and download and install the recommended one for windows 7. It may be that part is corrupt or our installer thinks it is there. Try doing a Repair install and custom options to select all of the DB drivers and exports types to see if that resolves the issue.
    Thank you
    Don

  • Cannot copy photos from HP Photosmart with Windows Vista

    I know how to copy photos onto my iPod (30G) and have done so before. I recently bought a new computer with Vista and cannot copy photos from my Pictures folder. I get a message that says, "Some of the photos...were not copied to the iPod...because they cannot be displayed on your iPod." What can I do to help fix this? I have tried resizing and using Adobe Photoshop and I get the same message.
    Thanks for the help.

    I use Picasa. You don't have to use iTunes at all. Connect the phone with the USB cable and launch the app of your choice, such as Picasa. Click the "Import" button at the upper left. Your iPhone should appear in the dropdown of choices to import from. You can then import all or some of the photos in the Camera Roll. You should be able to do the same thing with Microsoft Picture Manager or any other photo management program.
    The reason that Elements is the only choice is that's the only one that iPhoto on the phone recognizes albums in.
    You cannot move photos INTO the Camera Roll from your computer; it's a one-way transfer. But you can sync photos to the Photos app on the iPhone. You either use Elements, or just create a folder on your computer for photos to sync, then create a sub-folder for each album you want on your computer. Copy the photos to each album, then go to the Photos tab in iTunes and select the top-level folder. When you sync each sub-folder will become an album on the iPhone.
    However, I consider the photo app on the iPhone rather limited and klunky. Instead I use the app MyPics from the app store. It syncs photos from my Picasa Web albums directly to the phone over the air. I can also create albums in Picasa Web from the phone, and upload images from the Camera Roll directly to Picasa Web.
    Another way to get photos (and other files) to and from the phone is Dropbox and similar cloud-based storage solutions.

  • When i start a new browser session, all of my currently open, but minimized sessions all pop up! this has only started with Windows 7

    Let's say I open a browser window, and navigate to Google mail. I minimize that, and open another browser window. The session with Google mail opens up, and I have to minimize it. I navigate to a web site from a Google search, and minimize it. I open another browser window, and the Google mail and the search results windows both open again. I can't seem to find a way to KEEP the browser windows minimized when I open a new one!

    The ASK.com Toolbar can cause other windows to get maximized.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • HP g6-2261sa microphone has stopped woking with windows 8.1

    Hi can anyone help i have HP g6-2261sa laptop since downloading windows 8.1  my microphone has stopped working ive been on hp recovery manager and re done idt audio programme my speaker work fine but when you  go on sound and onto recording tab there are no audio devices installed been trying for 5 hours but cannot get them back  how can you get it to work when there are no devices . skype had stopped working and is now working again but the micophone devices have disappeared, hope you can help im lost.
    This question was solved.
    View Solution.

    Hi Mjml,
    If you go to the Device Manager (Audio inputs and outputs)and uninstall it from there restart the computer it should automatically reinstall it for you. This link shows you the Device Manager Screen shots that might help.
    http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c03540049&cc=us&dlc=en&lc=en&product=5306105&tmp​...
    Let me know.
    Thanks
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • HT1386 Outlook Express has been replaced with Windows Live Mail.

    Seems the only PC option to sync the calendar is via the pricy Outlook. Are these the only options?

    I believe it's the only option if you need a calendar locally on your desktop to sync with your iPhone. You can still sync online calendars however with your iPhone. For example, gmail or hotmail calendars.

  • My iTunes has stopped working with Windows 8 (worked fine at first).

    Error message states "iTunes could not connect to iTunes store.  Unknown error (0x80090318).  Anyone else have this issue?

    Hello kagreenebean
    If you are having issues connecting to the iTunes Store, check out the article below to troubleshooting and resolve the issue.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    -Norm G

  • Excel 2007 .xlsm Application compatable with Windows 8.1

    I have finely lost the plot, for weeks I have been trying to load an Excel macro .xlsm file created on a Windows 7, with Office 2007 Professional on to a brand new computer running Windows 8.1 with Office 2007 Enterprise. on opening the file
    in Excel I get "compile error in hidden module". I tried everything to repair this without any success all the research pointed to reinstalling Office so bought Office 2013 and installed it. Same thing "compile error" indecently the
    very same Excel .xlsm file runs perfectly on another machine running Windows XP and Office 2010. Further more another application which uses Excel for invoices and reports could not even find Excel.  Researching the internet I find that Office
    2013 has compatibility problems with Windows 8.1 Well done Microsoft!
    I called the Microsoft help line to find if there is a fix and ended up somewhere in India speaking to someone in a language worse than pigeon English 20 minutes later and diverted twice I explained the problem and was asked for my contract number...
    Duh! I said what about the warranty and was told sorry can't help you. Well done Microsoft! 
     Uninstalled Office 2013 and replaced it with Office 2010 home and student. deleted all the .exd files from the disastrous Dec Microsoft update, Well done Microsoft! reregistered the MSCOMCTL.OCX and FM20.DLL planted the.xlsm file in a trusted
    location checked all the Macro and ActiveX settings and tried to load the file. The file  loads but  I now get  "Runtime Error 32809" it cant recognise 3 pages out of the has 19 pages it has. At any reference to one
    of these 3 pages and it crashes.
    I have been through "Compile Error" "Object does not exist on this machine" "Can't exit design mode" "Hidden file in Module" "Cant create ButtonX" "Unexpected Error 32809" and finally I am almost
    there but "Runtime Error 32809" have tried 3 versions of Office and now totally frustrated and have no more hair left to pull out. Well done Microsoft you are too busy writing new operating systems to dump on us every two years which no
    doubt will also not be compatible even with itself please fix the issues we are currently burdened with and I would like a refund for the Office 2013 which is not compatible with your flagship Windows8.
    Any help would be greatly appreciated.

    confidential clients information in the content.
    Make a copy of your file, select the cells with the informations and run the macro below.
    Andreas.
    Sub SelectionToRandomData()
    Dim R As Range, All As Range
    Dim S As String, Digit As String
    Dim d As Double, i As Long
    If Not TypeOf Selection Is Range Then
    MsgBox "Select some cells to randomize and try again", vbInformation
    Exit Sub
    End If
    Set All = Intersect(ActiveSheet.UsedRange, Selection)
    If All Is Nothing Then
    MsgBox "No data inside the select cells", vbInformation
    Exit Sub
    End If
    For Each R In All
    If R.HasFormula Then GoTo Skip
    If IsEmpty(R) Then GoTo Skip
    S = R.Value
    If IsDate(S) Then
    If R.Value < 1 Then
    R.Value = Rnd
    ElseIf Int(R.Value) = R.Value Then
    R.Value = Round(R.Value + 365 * (Rnd - 0.5), 0)
    Else
    R.Value = R.Value + 365 * (Rnd - 0.5)
    End If
    ElseIf IsNumeric(S) Then
    For i = 1 To Len(S)
    Digit = Mid$(S, i, 1)
    If Digit Like "#" Then Mid$(S, i, 1) = Chr(48 + Rnd * 9)
    Next
    R.Value = CDbl(S)
    Else
    For i = 1 To Len(S)
    Mid$(S, i, 1) = Chr(IIf(Rnd > 0.5, 65, 97) + Rnd * 26)
    Next
    R.Value = S
    End If
    Skip:
    Next
    End Sub

  • Issues with 32GB micro SD with Windows Phone 8 and Lumia 810

    I bought 32 GB micro SDHC card (Sandisk) that causes issues such as:
    (1) tap Settings - then blank screen - then go back to Home
    (2) when shutting down WP8, it says "goodbye" forever and it does not go away. I have to detach the battery.
    (3) Occasional freezes - need to do step (2) to force reboot
    (4) Go to music > songs, causes OS to freeze
    (5) Go to music > albums, select one and cannot play - OS freeze
    I have huge library of MP3 and WMA that I want to keep them in the SD. I did it in 2 ways:
    (A) 
    Attach the micro SD (with adapter) into Windows PC, copy music folders to SD with Windows Explorer.
    (B) Attach the micro SD into Lumia 810, connect it to Windows PC. Windows detects the hardware, then using Windows Explorer, copy he music folders to Lumia 810 > SD card > Music.
    When I tried (A), 5 above issues came up. WP8 reported the SD card was corrupted. I run chkdsk to fix the SD card, but the 5 issues persisted after I inserted the SD. I formatted the SD card, and repeat
    (A), but the 5 issues persisted.
    I tried (B), then the copying process stopped in the middle. Windows Explorer reported error cannot copy file XXX. Then the 5 issues came up again.
    I am running out of ideas. What's wrong? SD, Lumia, or WP8? What should I do to have huge music files on the phone? Sorry, I can't play from the cloud.

    Hello,
    You should ask in the
    Windows Phone forums on the Microsoft Community forums.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Mac OS 10.4 Network problems with windows

    Hello.
    After recently updating my powerful mac g4 to mac os 10.4 a lot of problems arose :
    i cannot connect to windows shares anymore (smb server reports somekind of problem in the console)
    2008-09-26 20:56:24.769 Finder[198] CFLog (22): Cannot find function pointer CIFSURLMounterFactory for factory 92D4EFEF-F5AA-11D5-A1EE-003065A0E6DE in CFBundle/CFPlugIn 0x5140de0 </System/Library/Filesystems/URLMount/smb.URLMounter> (bundle, not loaded)
    of course, absolutely no error appears if i connect to a server, everything is neatly hidden in the console.
    and, some kind of mdimportserver keeps on crashing every 10 to 15 seconds
    Sep 26 21:05:04 statia3 crashdump[281]: mdimportserver crashed
    Sep 26 21:05:05 statia3 crashdump[281]: crash report written to: /Users/andrei/Library/Logs/CrashReporter/mdimportserver.crash.log
    Sep 26 21:05:16 statia3 crashdump[283]: mdimportserver crashed
    Sep 26 21:05:17 statia3 crashdump[283]: crash report written to: /Users/andrei/Library/Logs/CrashReporter/mdimportserver.crash.log
    I've spent HOURS studying these problems, looks like tiger has indeed something with windows and refuses to connect for some reason. I managed to obtain a connection in the terminal with smbclient but i cannot mount the remonte drive on the local system. NONE of the mentioned solutions don't work (keychanin resetting, restarting, software updates, etc.)
    As for the mdimportserver well, it just slows my computer down.
    Any Apple experts out there, please offer somekind of solution not necessarily to me but to ALL macintosh users out there that work in a windows dominated environment...

    Have you done the Software Updates to 10.4.11? some of these may have been fixed already.

  • ISight - connects with windows users no problem?

    I'd like to buy this webcam, but I heard it has problems connecting with windows users. Will I be able to talk to people on it through AIM? Thats what I'd like, if not, I probably wont get it. Anyone have any personal experience or have any answers or helpful tips - I'd appreciate anything - thanks.

    It is not the iSight itself that gives you the impression that connecting with Micros~1 Windows users causes problems ... it is the availability of (cross platform) applications that makes connecting a bit more cumbersome.
    I have PowerMac G5 with iSight and I connect with my Micros~1 Windows platform family equiped with and without USB webcam.
    The challenge will be to find messaging / VoiP applications with bearable audio quality and reasonable video performance.
    I started with Skype for Voice and Yahoo! messenger for bad video ( 1-2 fps and video size 320 x 240).
    Skype has a video plugin (only for Windows)
    Yahoo! Messenger does not have voice yet (2.5.3)
    MSN is badmouthing because of the "M"
    I have used iChat with another Apple believer ... and the quality of Voice and Video is unparralled.
    The best two alternatives I found are:
    a) AIM 5.9
    b) Trillian (www.trillian.cc)
    Both use a free AIM screen name.
    AIM works fine, see also EZJim pages.
    TrillianPro 3.1 reuses AIM screen names ... and ... it has both good audio and zoom-to-full-screen-video size with fps rates filling your bandwidth.
    The only negative on Trillian so far, the "handshake" for connecting two people takes some time.
    TrillianBase is free but has no Video capabilities. The Pro version is 25$.
    Regards Coen
    ps. if you want to test your setup use my AIM screenname: coenjeukens

  • Problems trying to restore catalog from PSE 7 windows to PSE 12 MAC, what to do? NO PC with windows available any longer

    I have recently changed my damaged PC windows to a MAC. Adobe kindly changed my PSE platform, it means PSE 12 is installed in my MAC but when I tried to restore my last catalog which was made with PSE 7 in windows I receive a message saying there is not valid file in my external hard disk (my backup). I've reviewed the available technical support and know that recommendation is to first update the catalog in windows using PSE 12, nevertheless I have not any longer a PC and even if I could use one, I have not anymore PSE 12 for windows platform. Could somebody please help me to solve this issue.
    Thanks

    A number of people have reported this error message and have had trouble troubleshooting.  (PSE is notorious for uninformative error messages.)  A couple of things to check:
    - Make sure the file permissions on the external drive are set properly.  In Windows Explorer, try creating a couple of test folders, and then use another program like Notepad to try creating some test files in those folders.
    - What the external drive originally connected to an XP system and now connected to a Vista or Windows 7 system?  That can create obscure permissions problems.
    - Is the external drive formatted as as FAT32 or NTFS?  In Windows Explorer, navigate to Computer, right-click the external drive, and select Properties.
    Note that you can do a backup using a third-party utility or by copying all your picture folders with Windows Explorer.  Make sure to also copy the catalog folder (do Help > System Info to find its location).  Doing a restore from such a backup is quite feasible, though it may take a little extra time.

Maybe you are looking for

  • How to transfer videos from laptop to iPad

    How do I import videos from MacBook Pro to an iPad mini?

  • Photos don't show/won't copy/show black in slide shows

    I have used iPhoto5 successfully for 2 years on my Powerbook. I accumulated over 8,000 photos so I copied the rolls onto CDs. Seemed to work but when I tried to view the copied pictures they look blank. Also, I can't view an original picture from a r

  • How to turn off the wi-fi led (f12)?

    my Pavilion dv6-6c60el has F12 wi-fi led always lit.  Can't switch off hitting f12, Control F12,FN F12, every combination. Note that wifi connection is disabled because i'm connected via lan. thanks, Tommaso

  • Reports not showing.

    Hi guys Just wondering if i coudl get a bit of help please. We can not seem to get any reports from Crystal reports. Below is the process that is followed. From 4Series Parties go into party you need the valuation for. Then choose: u2022     Portfoli

  • Huge mystery file?

    I just noticed a huge file in my iTunes Library. It has a song title, but I know it isn't a song. It shows up as being 789:57:13 minutes? long. I have no idea what this is. Any ideas?