topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday April 28, 2024, 3:58 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AbteriX [ switch to compact view ]

Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 46next
176
I have found this at
http://www.pcreview.co.uk/forums/do-you-use-clipboard-extendability-t2248703p4.html
and just want to keep things together

Hi Roger,

Roger Johansson wrote:
> Roger Johansson wrote:

>>I tried installing the extra tools, or what they are.
>>Very confusing.

Yes, the tools are indeed confusing when you first try to use them. The
only way to figure out what the different options do is to tinker around
with the options, and check to see what has changed.

>>And the utl dll, what is that for? What formats should it be installed for?

> Trying to reply to myself. Probably for all formats. (?)

No, "tool_utl.dll" is not for all formats. Let me explain a bit, in
tutorial format, for the benefit of all

There are 2 types of plugin DLLs that can be used with CLCL, Format
plugins, and Tool plugins.

-Format Plugins-
Format plugins enable CLCL to capture and store additional clipboard
formats. Examples are "fmt_metafile.dll" and "fmt_rtf.dll", which allow
for Metafile and RTF clipboard support, respectively.

These format plugin DLLs can be configured as follows:

1) Download the additional Format plugins that you wish to use, from
http://nakka.com/soft/clcl/index_eng.html . These are listed right at
the bottom of the page. Currently 3 plugins to support Unicode
(fmt_unicode.dll), RTF (fmt_rtf.dll), and Metafiles (fmt_metafile.dll)
are available.

2) Left-click once on the CLCL system tray icon.

3) This will open the CLCL "Viewer" window. Click "View" on the menu bar, and select "Options".

4) The "CLCL - Options" dialog opens. Click to activate the "Format" tab.

5) Click the "Add..." button.

6) The "Edit of Clipboard Format" dialog box opens. Click the "Browse..." button.

7) Browse to the path containing the DLLs that you downloaded in Step 1.
Select the plugin DLL (e.g fmt_metafile.dll), and click "Open".

8) The "Select function header" dialog box opens. Click OK.

9) Click "OK" to close the "CLCL - Options" dialog box.

Your selected format plugin is now configured, and this format will be
picked up and stored whenever it is available on the clipboard.

Note that you can only select 1 plugin DLL in step 7 from the Open
dialog box. So, steps 5 to 8 need to be repeated for each format plugin
DLL that you wish to add.


-Tool Plugins-

The second category of CLCL plugins can be thought of as a set of tiny
utilities, called "tools" that perform one or more functions. A single
Tool plugin DLL can contain one or more tools, and each tool performs
one specific task, such as "Clear Clipboard" or "Clear History". The
steps to configure tool plugins, and a description of what the different
tools do is given below.

1) Download the Tool plugins that you wish to use, from
http://nakka.com/soft/clcl/index_eng.html . These are listed right at
the bottom of the page. Currently 2 plugins DLLs containing text
manipulation functions (tool_text.dll), and utilitity tools
(tool_utl.dll) are available.

2) Left-click once on the CLCL system tray icon.

3) This will open the CLCL "Viewer" window. Click "View" on the menu bar, and select "Options".

4) The "CLCL - Options" dialog opens. Click to activate the "Tool" tab.
Note that Tool plugins are configured on the "Tool" tab, while Format
plugins are configured on the "Format" tab.

5) Click the "Add..." button.

6) The "Edit of Tool" dialog is displayed. Click the "Browse..." button.

7) Browse to the path containing the DLLs that you downloaded in Step 1.
Select the plugin DLL (e.g tool_text.dll), and click "Open".

8) The "Select Tool" dialog opens up. This dialog displays all the tools
contained in the selected DLL. Select a tool and click OK. Note that you
cannot select multiple tools in this dialog.

9) Click OK to close the "Edit of Tool" dialog.

10) Repeat steps 5 to 9 to add more tools.

Unfortunately, you can select only a single tool in Step 8, so you will
have to repeat steps 5 to 8 to configure multiple tools even if they are
all contained in the same DLL.

Many of these tools operate on the currently selected History item (or
items) in the Viewer. This means that when you select Tools -> ToolName,
you must make sure that the appropriate History item is first selected,
since the tool will perform its action on the currently selected item(s).



Here is a small explanation of what each tool does.



-Tools in "tool_text.dll"-

1) To &Lower – Converts the text in the selected item(s) to lowercase.

2) To &Upper - Converts the text in the selected item(s) to uppercase.

3) &Quotation – Brings up a dialog where you can enter a quotation
character (default character is >). When you enter the character and
click OK, each line of text in the selected item(s) will be prefixed by
the quotation character. For example, if the quotation character entered
is >> , the text :

This is just
an example

will turn into

>>This is just
>>an example



4) U&n Quotation - Brings up a dialog where you can enter a quotation
character (default character is >). When you enter the character and
click OK, the quotation character at the beginning of each line of text
in the selected item(s) will be removed (if it exists). For example, if
the quotation character entered is >> , the text :

>>This is just
>>an example

will turn into

This is just
an example

This feature is especially useful to strip the quotation characters from
the text in forwarded emails / quoted newsgroup posts.



5)<&TAG></TAG> - Brings up a dialog where you can enter a start and end
tag to wrap the text in the selected item(s) with. For example, if you
enter <B> for the "Start character" and </B> for the "End character",
the text
Turn Bold today

will turn into

<B>Turn Bold today</B>



6) Delete C&RLF - Removes any line breaks from the text in the selected
item(s). For example, the text

This sentence
has too
many line breaks

will turn into

This sentence has too many line breaks



7) C&onnection of text - This tool concatenates (or "connects", hence
the name of the tool) the text in all selected items, and copies them to
the clipboard. For example, if the following 3 History items are selected :

i) United
ii) we
iii) stand

running this tool will copy the following text to the clipboard :

United we stand



8) &Word Wrap - This tool brings up a dialog where you can enter a
number that is the column width (number of characters) to wrap the text
in the selected items into.



-Tools in "tool_utl.dll"-

1) Clear &History - This tool will delete all History items.

2) Clear &Clipboard - This tool will empty the clipboard of its
current contents.

3) Save of &more items - This tool will save the text in each selected
item into its own text file. You can choose the folder where these files
will be saved, and also specify the naming convention of the saved files.

4) Always on &Top - This will set the CLCL Viewer window to "Always on
top", which means that the Viewer window will remain in front of all
other windows even when some other window is active.

5) &Un Top - This will remove the "Always on top" attribute of the
Viewer window, if it was previously set using the "Always on &Top" tool.

6) &Play Sound - This tool will play a wav file of your choice when a
user-specified event occurs. To configure the wav file, select
View->Options in the Viewer. Click on the "Tool" tab. Select "&Play
Sound" from the list of tools, and click the "Properties..." button. The
"Open" dialog pops up, and you can select the desired wav file and click
OK. To configure the event when this wav sound is played, select "&Play
Sound" from the list of tools, and click the "Edit..." button. The "Edit
of tool" dialog opens up, and you can select the event in the "Call
Type" section. For example, checking "When data is added to h&istory"
will play the wav sound, whenever a new item is added to CLCL's list of
History items.

Hope this helps !

Regards,
Mario

##############

Querulantus wrote:

> What I haven't figured out yet: can it strip all formatting from text
> clips (rtf, ms-word, html)?

Querulantus,

Open the viewer, and select View -> Format on the menu bar.
A '+' sign will appear to the left of each item in your History list.
Clicking on the '+' sign will expand each item to display a list of
clipboard formats that are available for that item.

To get the plain text version of any RTF or MS-Word item, select the
entry named 'TEXT' and press Ctrl + C (or right - click and select 'Send to Clipboard' ).

HTH,
Mario

##############

Bill wrote:
> "Querulantus" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>>"Bill" <nospam@nospam> wrote:
>>It can also be used as a programme
>>launcher.

> Can't help you with the formatting query but how does it work as a programme
> launcher?

Bill,

In addition to the normal menu which you invoke by default via Alt + C,
you can also create extra user - defined menus in CLCL. These menus can
be configured to be displayed when you press a specific hotkey (among
other ways) , and each item on the menu can be bound to an application
that is launched when you click on that item.

You can do this from the 'Action' tab of the Options dialog.

Click on the 'Add' button, and in the 'Edit of Action' dialog that pops
up, select 'Menu' from the 'Actions' combo box.

To start adding menu items click on 'New content', and select 'External
Application' from the 'Content' combo box.

Click on the '...' button next to 'Path' to select the application to
launch for this menu item. You can assign whatever text you want to
appear for this menu item in the 'Title' textbox, and also specify an
icon. Similarly you can add more menu items. An item can also be a pop -
up menu, that is, clicking on it will display another sub - menu of
items. To create a pop - up menu select 'Pop-up Menu' from 'Content'.

You have many options with which you can invoke the menus you create.
This is controlled via the 'Call type' option. You can choose from one
of the following :

1) Hot key - Menu is displayed when you press a global hotkey. Hotkey
can be specified in the 'Hotkey' box just below the 'Call type' combo.

2) Ctrl + Ctrl - Menu is displayed when you tap the 'Ctrl' key twice quickly in succession.

3) Shift + Shift - Menu is displayed when you tap the 'Shift' key twice quickly in succession.

4) Alt + Alt - Menu is displayed when you tap the 'Alt' key twice quickly in succession.

5) Click on left for system tray - Menu is displayed when you left click on the CLCL system tray icon.

6) Double click on left for system tray - Menu is displayed when you
double click using the left mouse button on the CLCL system tray icon.

7) Click on right for system tray - Menu is displayed when you right click on the CLCL system tray icon.

6) Double click on right for system tray - Menu is displayed when you
double click using the right mouse button on the CLCL system tray icon.

If you need any more info, feel free to ask.

HTH,
Mario
##############       ##############        ##############            ##############

http://wrongsideof50.blogspot.de/2009/09/clcl.html

Tuesday, 29 September 2009
CLCL
I can't remember where I found out about Nakashima Tomoaki's CLCL, but I do remember that I was sufficiently taken by the idea of a program that remembers a list of everything I copy onto the clipboard, whether it be snippets of text or whole files, that I downloaded and installed it straight away, and I've been using it every day since. A few months later I was able to get it set up to act as a quick launcher too, and I use that every day as well.

Despite being so useful, some of the installation instructions took me a while to work out (which explains the few months gap I just mentioned), so I thought I'd lay out here what I did to get this excellent program working.

First, and unsurprisingly, you need to download it. I got my copy at http://www.nakka.com/soft/clcl/index_eng.html. Download clcl112_eng.exe (or one of the other language variants, if they're a better match for you than English). While you're there, also download the two tool plug-ins, tool_text and tool_utl, and the three format plug-ins.

Now run clcl112_eng.exe. It's an installer, and by default unpacks into C:\Program Files\CLCL. You should find you've now got four new files: readme.txt, CLCL.exe, CLCLHook.dll, and CLCLSetup.exe.

CLCL.exe is the clipboard program. It needs to be manually launched, so I put a link to it into my Startup folder under the Start menu. If you run it now, you should notice a paperclip icon appearing in the taskbar. This is a shortcut to CLCLSet.exe.

CLCLSet.exe is a bit confusing. If you double click on the file icon in C:\Program Files\CLCL, it will bring up the CLCL Options dialog. However, if you click on it in the taskbar, you get the CLCL viewer instead. Also, if you right click on the paperclip icon, you get a pop-up menu containing the clipboard history, the Options dialog, and the viewer.

There are endless ways of configuring CLCL, so I will only describe what I've done with it. I find this works flawlessly (for me), so hopefully it will for you too.

Setting up the clipboard history

    Run CLCLSet.exe to get into the Options dialog.
    Choose the Action tab.
    Click on Add...
    Set 'Action' to 'Menu' and 'Call type' to 'Alt + Alt'.
    In the 'Menu' area, click on the line marked '(New content)'. Don't be put off by it being greyed out.
    Now click on the 'Content' dropdown, and select 'History(Ascending)'.
    Hit OK.

You should now find that pressing ALT twice in quick succession will bring up a menu containing a history of everything you've put onto the clipboard since CLCL started running (and this history is retained from session to session).

Setting up the Quick Launcher

    Run CLCLSet.exe to get into the Options dialog.
    Choose the Action tab.
    Click on Add...
    Set 'Action' to 'Menu' and 'Call type' to 'Shift + Shift'.
    In the 'Menu' area, click on the line marked '(New content)'. Don't be put off by it being greyed out.
    Now click on the 'Content' dropdown, and select 'External Application'.
    Fill out 'Title' and 'Path' for an application of your choice; e.g. 'Python 2.5' and 'C:\Python25\python.exe'.
    Pick the executable for 'Icon path' too.
    Hit OK.

You have now added a quick launch for Python 2.5. Pressing Shift twice in quick succession should bring up a menu containing 'Python 2.5'.

Clicking on '(New content)' also allow you to add several other useful features, such as 'Options', 'Cancel', or sub-menus (via 'Pop-up menu').

The CLCL Viewer

I mentioned the CLCL viewer, that comes up when you left click on the paperclip icon in the task bar. The main use I make of this is to edit the contents of the clipboard.

CLCL Tools

Earlier on I said to download two tool plug-ins, tool_text and tool_utl. The tools inside them let you perform a variety of actions on selected text, such as wrapping in quotes, changing case, etc. I will now explain how to install these tools.

The download will give you two zip files. Unzip these and you should find a DLL in each one. There is also the source code and a text file, but these can be ignored. Move the DLLs to a sensible location, such as under C:\Program Files\CLCL.

Now bring up the CLCL options dialog again. Pick the Tools tab. Click on the Browse button and select one of the DLLs. Then select the first tool in the list that appears. Click OK twice to get back to the main dialog.

Repeat this until you have added all the tools in both DLLs. I'm afraid that I have not found a way to import all the tools in a DLL in one go.

To use these tools, go back to the instructions for setting up a quick launcher. Where it asks you to select 'External Application', select 'Tool' instead. In this way you can add the tools to your menus.

CLCL Formats

As well as the tool plug-ins, there were three format plug-ins. These will extend the range of formats available to CLCL, and to install them you have to perform these steps.

Unzip the downloads. Take the DLL in each one and move it to a suitable folder, such as the same one you put the tool DLLs into.
Bring up the CLCL options dialog. Pick the Format tab and click on the Add button. Now click on the Browse button and select one of the DLLs. This will bring up another dialog containing a list with one item in it. Select that item and then press OK twice to get back to the main dialog.

Finally

I hope these instructions prove useful to someone one day. Looking through the options dialog, I realise that there is plenty of stuff I still don't understand. The Window tab in the options dialog is a complete mystery, for instance. If anyone can illuminate that, or any of the other bits I've left out, please let me know and I'll add them to this guide.

Posted by Charles Anderson at 17:10
Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest
Labels: CLCL, clipboard program, Help, Nakashima Tomoaki



##############

to be continued...


Post here in this thread only tips and tuts please.

Use >this other thread< for comments.

177
Living Room / Re: Why Can't Germans Say 'Squirrel' ?
« on: October 10, 2012, 01:09 PM »
Ha! Lets say everybody  -Eichhörnchen-   :P

178
Living Room / Re: Cascading grammar trolls
« on: September 18, 2012, 05:43 AM »
excelent  ;D

not a chance, no one here will fall for that

PS you spelt excelent wrong

Next time put a : after PS, wiil you?

you're smiley's incomplete
Shouldn't a sentence start upper case, even in english?  :-\

179
General Software Discussion / Re: Modify the windows registry
« on: September 06, 2012, 03:43 PM »
Be very careful WHERE you load the hive to - create a temporary subkey for it.
What?
The  temporary subkey is created automatically after you are prompted for an  temporary name.
Ok, i always click at the top HKLM key first. What do you do to make it unsafely?


.

180
Found Deals and Discounts / Today 06. Sep. XYplorer 51% BitsDuJour
« on: September 06, 2012, 03:52 AM »
FYI > Once more... 06. Sep. 2012


Just some impressions from the beta forum > http://www.xyplorer.com/xyfc/index.php

v11.40.0206 - 2012-08-20 12:07
    + Configuration | Extended | Type Ahead Find: Added option "Ignore diacritics".

v11.40.0209 - 2012-08-22 10:41
    * Zebra Stripes: Highlighted Groups: Added a smart algorithm to

v11.50.0001 - 2012-08-25 15:38
    + Floating and Full Screen Preview: Added context menu commands to

v11.50.0002 - 2012-08-27 20:46
  +++ Duplicate File Finder: Finds duplicate files by name and/or


v11.50.0003 - 2012-08-29 10:42
    + SC run enhanced: Added a way to wait for a shelled process to

    + SC formatlist enhanced: The filter parameter on format = "f" now


v11.50.0004 - 2012-08-30 10:49
    + Configuration | Colors & Styles | Grid style: Added another style:


v11.50.0007 - 2012-08-31 19:01
    > Dupes: FYI, Byte-to-byte is not necessarily the slowest but


v11.50.0008 - 2012-09-02 16:35
    + Duplicate File Finder: Added two more match criteria to choose from: Date and Size.


v11.50.0009 - 2012-09-03 14:00
    + Menu File | File Special: Added command "Set Created Date to Exif".


v11.50.0010 - 2012-09-03 21:30
    + Menu Tools | Customize Tree: Added the revolutionary new style "Highlight Path".

v11.50.0011 - 2012-09-04 13:41
    ! List Management: Sorting of paths (e.g. in Favorites) could result


v11.50.0012 - 2012-09-04 21:45
    * Tree: Now when styles "Full Row Select" and "Highlight Path" are


v11.50.0014 - 2012-09-05 17:50
    + Configuration | Colors & Styles: Added option "Slim snake". Tick

    + Added a tweak to adjust the width of the fat Highlight Path snake.

181
Found Deals and Discounts / Today 05. Sep. 2012 XYplorer on BitsDuJour
« on: September 05, 2012, 02:06 AM »
Reminder...

182
XYplorer Lifetime License Pro
The Ultimate File Manager

50% Off $59.95 = $29.97 ( ~23.7 Euros) on Wednesday, 5th Sept. 2012

XYplorer Lifetime License Pro is licensed per user
Transfer of a license to another owned computer is allowed.
License activation isn't required.

Check it out folks, XYplorer just entered version 11.5!
Scroll down to check out some of the awesome new must-have features!

http://www.bitsdujou...-license/saf=501039/


There is a lot of documentation:
Product Infos >>> http://www.xyplorer.com/product.htm
In Details Tour >> http://www.xyplorer.com/tour/index.php
Usage Tips >>>> http://www.xyplorer.com/usage.php
FAQs >>>>>>>> http://www.xyplorer.com/faq.php

.

183
General Software Discussion / Re: Modify the windows registry
« on: September 01, 2012, 06:01 AM »
Yes, the Load Hive and Unload Hive menu elements would be,
...
 Don't know why they are greyed out.

You have to select the HKLM top/main key first.
Then this option is enabled.

BTW: If you are asked for an name just chose smtg random like 'XYZ'...
it's only for to add an temporary sub-key to view the loaded hive in
and have no other issue.

If you are finished with your modification use Unload Hive afterwards.


---
EDIT

found a few screen shots about this issue:

http://blogs.technet...gistry-settings.aspx



- - -


And from : http://technet.micro...ibrary/cc732157.aspx


Load or Unload Registry Hives



Loading a registry hive

To load or unload registry hives, use Registry Editor.
The Load Hive… and Unload Hive… commands affect only the HKEY_USERS and HKEY_LOCAL_MACHINE keys
and are active only when these predefined keys are selected.

When you load a hive into the registry, the hive becomes a subkey of one of these keys.


To load a hive into the registry

   1.      Open Registry Editor.
   2.      Click either the HKEY_USERS key or HKEY_LOCAL_MACHINE key.
   3.      On the File menu, click Load Hive….
   4.      Find the hive you want to load and click it.
   5.      Click Open.
   6.      In Key Name, type the name that you want to assign to the hive and then click OK.



Unloading a registry hive

To unload a registry hive

   1.      Open Registry Editor
   2.      Select a hive that you have previously loaded onto your system
   3.      On the File menu, click Unload Hive….


.

184
Announce Your Software/Service/Product / Re: Paste As File 2.1.0.0
« on: August 26, 2012, 03:10 PM »
Do you want to improve that further?

- Paste as TXT
- Paste as HTML
- With chose as which format to paste if there are more then one format in clipboard.

Also i want to use this app from command line instead as from context menu.
I imagine to include such an tool as an button into an file manager.
Therefor i would need three parameters:
* /P Path to the folder to store the file, like 'C:\temp' or '%P'
* /N Name of the file to created, like 'clip_%date%'
* /F Format to paste as, like 'HTML' or 'ASK' to prompt the user with the dialog

E.g.:

PasteAs /P:%P /F:txt

where name is the default Clipboard_20120825



.

185
General Software Discussion / Re: Arranges in a txt file
« on: August 13, 2012, 01:48 PM »
Code: Text [Select]
  1. FROM:
  2. first field,    second word, third column,  fourth item
  3. TO:
  4. first field,second word,third column,fourth item
  5.  
  6. Use RegEx
  7. Find: ,\s+(\w)
  8. Repl: ,\1


Code: Text [Select]
  1. FROM:
  2. first field,second word,third column,fourth item
  3. TO:
  4. "first field","second word","third column","fourth item"
  5.  
  6. Use RegEx
  7. Find: ^(.+?),(.+?),(.+?),(.+)$
  8. Repl: "\1","\2","\3","\4"


At least this works with EmEditor.
For other regex engines the patter may slightly different.
And often "$1" is used instead of "\" .

186
C:\>sc

DESCRIPTION:
        SC is a command line program used for communicating with the
        NT Service Controller and services.
USAGE:
        sc <server> [command] [service name] <option1> <option2>...

187
"found files" ? Where? In WinExplorer?
In WinExplorer there is an option to open the parent folder (try context menu) already.

188
Post New Requests Here / Re: editors
« on: July 16, 2012, 05:27 AM »
Hi gtrur3476433, welcome! (How should we call you?)

You can use e.g. EmEditor for such tasks too:

EmEditor_Outline-Plugin.png

This is EmEditor with his Outline plugin, using dashes as folding markers.

189
Directory Opus - 42% Discount BitsDuJour  09. July 2012 => see post No. 1 above

190
Finished Programs / Re: SOLVED: ReOpenDitto
« on: June 22, 2012, 04:14 PM »
If you just start something from an batch, the batch is waiting for the end of that program.
So take a look at the 'Start' command.  (C:\>start /?)

@echo off
taskkill.exe /im gmw5.exe /f
START Y:\GoldminePrg\gmw5.exe /i:esm /u:JOSE /p: /m:Y:\GoldminePrg\Macros\pep0.849

191
Post New Requests Here / Re: Chop off extra junk in file names
« on: June 21, 2012, 03:08 AM »
Nicholas, since the RegEx differs from tool to tool,... do you have an favorite now?

An RegEx for scarabee's Siren Renamer would be:
%b(s/(.+_).+/$1/).%e


- - -


Note that you can use also f.ex. den4b's ReNamer with an Rearrange Rule like this:

FROM:
_50501_22004_22404_3000.png
or
_50501_22004_22404_300012345678.png

TO:
_50501_22004_22404_.png

USE:
ReNamer Rearrange Rule:
Split by delimiters "_"
New pattern "$1_$2_$3_$4_"
(skip extension)

See > http://www.den4b.com...amer:Rules:Rearrange

Also note that ReNamer has an Analyze Dialog to test such issues without the need to have the file names in real on your disk:
http://www.den4b.com...wiki/ReNamer:Analyze

192
Post New Requests Here / Re: Chop off extra junk in file names
« on: June 21, 2012, 02:28 AM »
Please note that Nicholas don't want to remove the last underscore, e.g. there are only 4 signs to remove.

193
Which window do you talk about?
WinExplorer? Try right click context menu > New > Text file

194
Found Deals and Discounts / Re: Cintanotes at Bitsdujour (soon!)
« on: June 06, 2012, 10:51 AM »
A little bird told me that Cintanotes is going to be on special at Bitsdujour pretty soon.
http://www.bitsdujou...software/cintanotes/

Today online


Some infos about CN on DCF:
https://www.donation...ex.php?topic=17701.0
https://www.donation...ex.php?topic=30718.0



.

195
I had think you talk about capture the UAC prompt (ConsentUI) itself.
That is the only dialog on an separate desktop (Secure Desktop).
The started app then again is on the "normal" desktop and should be no problem to screen shot?

The sense of the UAC prompt is only to ask you if it is OK to use an token (think: ID-Card) with all rights,
instead of the token with just the default limited rights. (If you are in the admin group, you have more
rights then an limited user, but the "most powerful" rights are stripped out till you OK'ed the UAC prompt,
(or enter an admin password if you are an limited user) )
The desktop and the environment are the same for all your apps, started with or without UAC prompt.
Only for that UAC prompt itself there is an separate secure desktop to avoid malware hijacking and OK'ing without your intention.

196
The posted solution is the second one from only two* i can imagine.
Because the Secure Desktop is exactly there for that very purpose: no other process is allowed run at this desktop.
If there were  such an work around, anyone could use an tool to click [OK] at the ConsentUI prompt too.

*The second is to use an VM to show the ConsentUI prompt and then take an screen shot from the host.

197
I think tomos talk about this:



Found some time ago. Not tested yet.

198
Found Deals and Discounts / Re: WinISO Standard 6.1 Free
« on: March 22, 2012, 06:10 AM »
http://giveawayofthe...m/winiso-standard-6/ on March 22, 2012


Registers simply with the “email” & code from the read.me


Registered, the registration shows as …

Email: Giveawayoftheday
Registration Code: Registered, Never expires

THAT LAST PART IS IMPORTANT, because others have
also given away v6.1, & with those, the license expired after 1-year.
-Post #45 at giveawayoftheday



This is WinISO Standard 6.1.0.4463  (Update date: Mar. 21st, 2012)
Update history
2. Fixed the bug with loading IMG file.
http://www.winiso.com/download.html



Just an info. This tool is still untested by me.

200
Found Deals and Discounts / Re: WinISO Standard 6.1 Free
« on: February 29, 2012, 12:12 PM »
WOW, thanks for the info.

It's WinISO Standard 6.1.0.4435 (Update date: Feb. 22nd, 2012)
http://www.winiso.com/download.html



Note: The Giveaway started a while back and will end at 23:59 (Central European Time) on Wednesday February 29th.


http://dottech.org/f...d-6-1-24-hours-only/
I downloaded, installed and registered with the Serial Number provided.
When I check the registration info it says “registered until March 4, 2013″
It also states that it should be registered to remove the 500 Mb file size restriction. Comments?

You are right mine is saying the same. Interesting, DownloadCrew didnt mention this is a 1-year license only.
Hopefully they will clarify this point soon. I’ll update the articlr in the meantime.

Oh and I wouldn’t worry about the 500 MB limit message. Once you are registered,
and it looks like you are even if its for 1 year only, you won’t have that limit.

Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 46next