<< < 1 2 3 4 5 6 7 8 9 10 > >>   Sort: Date

Converting a Word Document into a PDF File
How to convert a Word document into a PDF (Portable Document Format) file? I have a nice Word document and want to send to my friends as a PDF file. Can I convert my word document to a PDF file with Word 2007? Yes, you can easily convert a Word document into a PDF (Portable Document Format) file wit...
2009-11-04, 5060🔥, 0💬

"start" Command Help Reference
How to get "start" command help reference? You can run the "start /?" command to get "start" command help reference as shown below: C:\fyicenter&gt;start /? Starts a separate window to run a specified program or command. START ["title"] [/D path] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED] [/LOW | ...
2017-12-09, 4971🔥, 0💬

"Invoke-Command -AsJob" - Remote Background Jobs in PowerShell
How to start a background job on a remote computer in Windows PowerShell? You can use the "Invoke-Command -AsJob" cmdlet to start a background job on a remote computer. Actually, the "Invoke-Command -AsJob" cmdlet is creating a local background job that runs the specified command on a remote compute...
2016-10-05, 4953🔥, 0💬

Compact the personal folders (.pst) files in Outlook
How to compact the personal folders (.pst) files in Microsoft Outlook, to eliminate deleted item space and recover room on your hard disk? 1. Open the personal folder (.pst) file in Outlook. 2. On the File menu, click Data File Management. 3. Click the personal folder that you want to compact, and t...
2010-07-12, 4925🔥, 0💬

Differences between Windows PowerShell and cmd.exe
What are differences between Windows PowerShell and cmd.exe? cmd.exe is the traditional command line shell. PowerShell is the new command line shell with the following differences: Windows PowerShell is a Windows command-line shell designed especially for system administrators. Windows PowerShell in...
2019-06-10, 4827🔥, 1💬

Supporting Files of the Web Page Format
How many supporting files are generated when converting a word document into a Web page with the "Web Page (*.htm; *.html)" format? When converting a word document into a Web page using the "Web Page (*.htm; *.html)" format, Word 2007 generates one HTML file and many supporting files. The exact numb...
2009-10-29, 4809🔥, 0💬

"New-PSSession" Cmdlet in Windows PowerShell
How to use "New-PSSession" cmdlet in Windows PowerShell? You can use the "New-PSSession" cmdlet to create a PSSession on a remote computer. The New-PSSession cmdlet creates a Windows PowerShell session (PSSession) on one or more remote computers. Once a PSSession is created on a remote computer, it ...
2016-10-17, 4743🔥, 0💬

Creating Files for Older Versions of Word
How to create word documents to be opened by older versions of Office Word? For example, I am running Office Word 2007, but my friend is still using Word 2003. Can I create a word document for my friend to open with Word 2003? Yes, you can create a word document with your Office Word 2007 for your f...
2009-10-21, 4733🔥, 0💬

Get Batch Parameter as File Path
How to get path name components of a batch file parameter? A file name is passed as the parameter. If a batch parameter represents a file name, you can use batch parameter modifiers on %1, %2 or others, to get its file patch components. Here is a batch file, Batch-Parameter-Modifiers.bat, that dumps...
2022-03-06, 4726🔥, 1💬

💬 2022-03-06 Gg: Windows System and Application Information Center http://windows.fyicenter.com/ A large collection FAQs, tutorials and tips for ...

Manage Breakpoints in Windows PowerShell ISE
How to add and remove breakpoints for debugging in the Windows PowerShell ISE? A breakpoint is a designated spot in a script where you would like operation to pause so that you can examine the current state of the variables and the environment in which your script is running. Once your script is pau...
2016-10-04, 4701🔥, 0💬

ActiveX controls for updates
When I try to see about MS or Win updates for my winXP, I see an error message that the site/program needs an activeX control to work. It has failed to install more than 150 updates. I can not find a way to resolve this.
2013-11-07, 4670🔥, 0💬

"Select-Object" Cmdlet in Windows PowerShell
What is the "Select-Object" cmdlet in Windows PowerShell? "Select-Object" cmdlet in Windows PowerShell takes an input of object list and generate an output object list by filtering out objects and/or modifying some object properties. Example 1: the following command uses "select-object" to take a su...
2016-11-03, 4640🔥, 0💬

Warning Message on Web Pages Generated by PowerPoint 2007
Why the browser gives a warning message when opening the Web page generated by PowerPoint 2007? I created a set of Web pages from my presentation file, PowerPoint_2007_Tutorials.pptx .When I open the first page, PowerPoint_2007_Tutorials.htm, the Web brower gives me this warning message: "This prese...
2016-10-02, 4624🔥, 0💬

Converting PDF to JPG with ImageMagick
How to convert my PDF document into images with ImageMagick? Can I use the ImageMagick "convert" command to convert PDF files? Yes. You can use ImageMagick "convert" command to convert PDF files into images and store them in JPG or other image file formats. You can test it out in these steps: 1. Ass...
2023-01-22, 4613🔥, 2💬

Converting a PowerPoint File into Web Pages
How to convert a PowerPoint presentation file into Web pages? I have a nice PowerPoint presentation and want to publish it on my Website as Web pages. Can I convert my presenation into Web pages, one slide per page? Yes, you can easily convert a PowerPoint presentation file into Web pages with Power...
2009-10-06, 4575🔥, 0💬

Openning password protected word documents
How to open a password protected word documents? If I receives a password protected word document, can I open ith without knowning the password? The answer is yes and no. Yes, you can still open a word document with a password protection on modify in read-only mode even if you don't know the passwor...
2009-10-28, 4570🔥, 0💬

Converting Older Version Files with Word 2007
How to convert word documents created with older versions of Word to Office Word 2007? If I have word documents created with older version of Word like Microsoft Office Word 2003, can I convert them to Office Word 2007 files? Yes, you can easily convert word documents created with older versions of ...
2009-10-20, 4532🔥, 0💬

Converting a Word Document into a Web Page
How to convert a Word document into a Web page? I have a nice Word document and want to publish it on my Website. Can I convert my word document into a Web page? Yes, you can easily convert a Word document into Web page with Word 2007 in 4 steps: 1. Open your word document (extension .docx) in Offic...
2009-10-29, 4501🔥, 0💬

Files Stored inside Word 2007 .docx Files
What files are stored inside a Word 2007 .docx file? According to Microsoft documentation, a .docx file is a ZIP file containing many XML files. How many files are stored inside a .docx file and what are they? The number of files stored inside a .docx file is 11, which are stored in different sub fo...
2009-10-23, 4458🔥, 0💬

Opening Older Version Files with Word 2007
How to open word documents created with older versions of Word? If I have word documents created with older versions of Word like Microsoft Office Word 2003, can I open them with Office Word 2007? Yes, you can easily open word documents created with older versions of Word with Microsoft Office Word ...
2009-10-20, 4424🔥, 0💬

Create a PowerShell Tab in Windows PowerShell ISE
How to Create a PowerShell Tab in Windows PowerShell ISE? Tabs in the Windows PowerShell® Integrated Scripting Environment (ISE) allow you to simultaneously create and use several execution environments within the same application. Each PowerShell tab corresponds to a separate execution environment...
2016-10-05, 4415🔥, 0💬

What Are Different File Types Used by Word 2007
What are different file types used by Word 2007? What is the file extension used for each file type? There are 4 different file types used by Word 2007: 1. "Document" - Extension: .docx 2. "Macro-enabled document" - Extension: .docm 3. "Template" - Extension: .dotx 4. "Macro-enabled template" - Exte...
2009-10-22, 4377🔥, 0💬

Batch Parameter Modifiers
What Are Batch Parameter Modifiers? Batch parameter modifiers are special functions that you can apply to batch parameters to modify their values. Here is a list batch parameter modifiers presented in formats for the 1 parameter. But you can use them on any of %0, %1, %2, ..., %9. %~1 - expands %1 r...
2022-04-13, 4374🔥, 0💬

Start cmd.exe Command Prompt
How to start the cmd.exe command prompt window? The quickest way to start the cmd.exe command prompt window is to type in "cmd" in the Windows search box and hit "Enter". You see the cmd.exe command prompt window showing up. The picture below shows you how to start command prompt window on Windows 7...
2021-07-02, 4241🔥, 1💬

<< < 1 2 3 4 5 6 7 8 9 10 > >>   Sort: Date