Windows XP
Try this http://www.techrepublic.com/article/illustrated-walk-through-creating-a-bootable-usb-flash-drive-for-windows-xp/6160062

View Answer   |  August 20, 2012  6:27 AM
booting from external drive, USB drive, Window XP
asked by:
750 pts.

Open IT Forum: Do we need Microsoft Office anymore?
Yes.  Office is still the standard.  I’ve got friends that work for IBM and who are only supposed to have Lotus Notes installed, but if they want to be able to send files to clients in their native format they have to have Office because 99% of their clients are Office/Exchange customers. I’ve got a [...]

View Answer   |  August 15, 2012  7:07 PM
Apache OpenOffice, Google Apps, Microsoft Office
asked by:
11,380 pts.

windows xp user account
I originally misunderstood your post, and thought your computer was booting into Safe Mode everytime – but if the problem is that it will not allow you to log in at all, I would use the XP cd to go into the Repair screen and run a chkdsk /r **************************************************************   Sounds like what happens [...]

View Answer   |  August 17, 2012  9:48 AM
account, User, XP
asked by:
45 pts.

How can I detach an xxx.exe file in a Windows 7 environment with UAC?
No there are no “safe folders”. That would pretty much defeat the point of UAC as every virus would simply install into that folder. Some things which will avoid UAC needing to be activated. Don’t have setup or install in the app’s name Don’t reference anything in the C:Windows folder Don’t try to install anything [...]

View Answer   |  August 11, 2012  10:10 PM
Detach, LotusScript, UAC, Windows 7
asked by:
15 pts.

domain change
There’s no need to change our the login names for the new domain name.  The name which is displayed there is only so that you can read it.  SQL Server actually tracks logins by the SID which it gets from Active Directory. As long as you are either doing a domain rename, or you are [...]

View Answer   |  August 9, 2012  6:32 PM
User accounts
asked by:
90 pts.

Dual monitor problem with Flash
dirtychinchilla have a temp fix from http://forums.overclockers.co.uk/showthread.php?p=22484400 This worked for me, best of luck Toni, mine has not been working as well. I worked around the problem by doing the following: -Go to chrome://plugins -Click and expand +Details in the Upper Right -Check over the flash files.  -One is version 11.3.31.222, the other two show version [...]

View Answer   |  August 3, 2012  11:37 AM
Dual monitors, Flash
asked by:
40 pts.

Open IT Forum: What do you think of the new Outlook.com?
I opened an account after reading this yesterday, curious myself about what I would think of it. I did find the process simple and smooth, and the UI pleasant on the eyes – which made me wonder why Matt Gervais would be hesitant. That inspired me to go read his comments, and when I saw [...]

View Answer   |  August 2, 2012  4:24 PM
Microsoft, Outlook.com
asked by:
11,380 pts.

VHD on Windows 7
In Computer Management, right click on Disk Manager.  Click on Attach VDH.  The wizard will step you through the rest.

View Answer   |  July 27, 2012  4:22 PM
VHD, Windows 7
asked by:
11,380 pts.

MS Outlook (Win 7) Deleted Items Folder Won’t Show Items
I’m not sure if you are using the same version of Outlook as I am, but look under Tools, Options, Other.  I’ve got a checkbox there that has to do with the Deleted folder.  See if you have that, and try a different setting.

View Answer   |  July 24, 2012  5:24 PM
Microsoft Outlook, Windows 7
asked by:
11,380 pts.

Update duplicate record in rpgle
You have various options: 1. Create a new LF where the key would be unique. 2. Instead of using a Chain, use Setll and Reade. When you write the subfile records include more fields as “H”idden fields. Then on the ReadE, compare those fields to the data in the file to get the record you [...]

View Answer   |  July 23, 2012  11:41 AM
duplicate record, RPGLE, Update
asked by:
55 pts.

Desktop shortcut to 2010 Outlook Contacts
Right click on the start menu icon and click on send to Desktop.

View Answer   |  July 27, 2012  1:15 AM
Desktop shortcut, office 2010, Outlook 2010, Outlook contacts
asked by:
5 pts.

Windows Explorer file system
By default, folders appear in Microsoft Windows as folder icons or as pictures that are contained in the folder. (When folders appear as pictures, you are viewing them in “Thumbnails” view.) For example, when Microsoft Windows Server 2003 opens a folder for the first time, the folder contents appear in Classic view. When Microsoft Windows [...]

View Answer   |  July 19, 2012  4:31 AM
Windows Explorer, Windows Explorer folders
asked by:
5 pts.

One cell acting on another
Your graphic doesn’t work.  You are doing data entry instead of copy and paste.  Always a problem.  First order of business should be accessing the source data directly, which means you have no data entry errors.  You may have to massage the data by first plunking it into a word processor to replace spaces with [...]

View Answer   |  July 31, 2012  10:52 AM
Microsoft Excel
asked by:
1,590 pts.

Script that can rename from CSV/serial join domain
http://sourceforge.net/projects/admanag This is a tiny tool I wrote for the sole purpose of renaming machines according to their MAC address (from CSV file) and joining the domain afterwards without any interaction… It’s tiny and gets the job done I hope It helped…

View Answer   |  November 9, 2012  6:56 AM
.CSV files, VBS
asked by:
360 pts.

Excel Error Message
You usually get that  when you have a formula in that cell and the calculation does not return a valid value. Check your calc or just blank out the cell

View Answer   |  July 11, 2012  1:29 AM
Excel 2000
asked by:
5 pts.

Removing user
we can’t remove a user in the salesforce..we just inactivate the user..

View Answer   |  October 15, 2012  1:53 PM
removing, Salesforce, User
asked by:
30 pts.

PDF Scans
Create > From scanner or camera > Configure Presets … From here, you use a drop-down to select whatever you use by default.  In that window, select the desired resolution and toward the bottom right, click the Save button. 

View Answer   |  July 31, 2012  8:22 AM
PDF, PDF Scans
asked by:
1,590 pts.

If task completed early, can dependent tasks move forward
In the Gantt chart view, you have several non-exclusive options.  You can either alter the task duration.  You can change the task completion date.  You can alter the task start date.  It is critical for the PM to make changes to the project plan, inputting actual times and tasks to record actual events and progress.  [...]

View Answer   |  July 3, 2012  3:15 AM
Scheduled Tasks
asked by:
1,590 pts.

IPsec monitoring on a network
This Microsoft article has the step-by-step guide

View Answer   |  August 26, 2012  12:33 AM
Event logs, IPsec, IPsec VPN, Network Monitor, Windows Server 2003
9,660 pts.

Writing to block device is *slower* than writing to the filesystem?
When you write to the FS on RAID, the writes are getting distributed across 14 drives, but when you write directly to a single drive you are limited by the speed of that drive. One thing i’m not sure about is how you managed to get 260MB/s on a single drive. Are you using an [...]

View Answer   |  November 9, 2012  8:38 AM
Cache Memory, RAID, Storage
asked by:
15 pts.