topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday June 27, 2025, 2:14 pm
  • 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

Recent Posts

Pages: prev1 ... 78 79 80 81 82 [83] 84 85 86 87 88 ... 158next
2051
Ok.  Let me get it straight.  You right click an empty space on desktop or folder and the command is in the menu?  Or you right click on a file and the command is there?  It would seem more logical to do the former if making new files.

Yes, the former Miles.
Create a new txt file just clicking right in an empty space of the desktop or any windows explorer folder .
 :-*
2052
Really asinine

I prefer to wait to you. Seems an annoying solution by your words. And not for the main contextual menu.
 :-[
2053
Miles only hopes is a new entry in the main contextual menu, not in the new submenu of the main contextual menu......

 :-[
2054
Ok.  I already had Text File in New menu.  Here's what I did to get a template file.

This key
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.txt\ShellNew

I added a new string named FileName and for value Template.txt


In the folder C:\Windows\ShellNew I made a file named Template.txt.  The contents is:
This is a text file template.

Now if I right click the desktop or in a folder, select New text document, name it, then double click, it has the text from the template.

One thing I notice I can't do it directly under C:\

It has to be in a folder.  The permissions situation with W8 seems even worse than W7 now.  Every move is hamstrung. I can't even save a file from Editpad directly into C:\Windows\ShellNew.  I have to save it somewhere else, then drag it.  Really asinine.

Anyway, I hope the template text default was what you were interested in.  If not then, Never Mind.  :)

Seems easy for me. Running to try and will comment.

Best Regards
2055
have you tried running this command via a batch file? fsutil file [createnew]

https://www.microsof...cs/en-us/fsutil.mspx
Running to try inmediately.
Best Regards
 :-*

Seems a very powerful tool.
Have you tried really ?
I don't the command and is for windows 7-64

Best Regards
2056
have you tried running this command via a batch file? fsutil file [createnew]

https://www.microsof...cs/en-us/fsutil.mspx
Running to try inmediately.
Best Regards
 :-*
2057
It must be easy. Some day i will get.
I note down this post to not forget.
 :P
2058
I am using windows explorer tomos. I am very used to addons collected along the years and adapted when change system.

At the present moment i prefer to try with a explorer related tool.

continue trying with lopesoft.

Do you know if exist a forum of this tool ?

Best Regards
 :-*
2059
General Software Discussion / Re: I don't have the option send to desktop
« Last post by Contro on February 21, 2014, 06:31 AM »
Skwire please take a look at https://www.donation...66.new;topicseen#new
May be a similar case. I don't get to create the new entry in this case.

Best Regards
2060
Is the main menu also a folder ?
likes the sendto folder ? C:\Users\JOSE\AppData\Roaming\Microsoft\Windows\SendTo
Can i do something ?
 :-*
2061
General Software Discussion / Re: I don't have the option send to desktop
« Last post by Contro on February 21, 2014, 06:15 AM »
Done and working skwire

http://img329.imageshack.us/img329/1451/muyfelizna4.gif
2062
General Software Discussion / Re: Add a word 2010 function to template
« Last post by Contro on February 21, 2014, 04:48 AM »
open the VBA editor (SHIFT+F11) and copy to the NORMAL document.

if there's no module associated with NORMAL you can copy the module from the existing file, otherwise just copy and paste the code (then SAVE SAVE SAVE)

Copy how ?. A step by step ? I am lost.
 :-[
2063
General Software Discussion / Re: Add a word 2010 function to template
« Last post by Contro on February 20, 2014, 07:58 PM »
pretty sure you should copy it into the normal.dotm...

But How ?. I have a headache trying to see how to save the script/macro/VBA file . :-[
2064
General Software Discussion / Add a word 2010 function to template
« Last post by Contro on February 20, 2014, 12:59 PM »
How can I add this word function (macro) to the template exactly. I try with no results. I get functioning, but not to save to template for not copy/paste everytime I want to execute the function in a document to extract the hiperlinks.....
For word 2010


This is the code :

Code: Visual Basic [Select]
  1. Function doHL()
  2.  
  3. Dim nd As Document
  4. Dim a As Document
  5. Dim h As Hyperlink
  6. Dim r As Range
  7. Application.ScreenUpdating = False
  8. Set a = ActiveDocument
  9. Set nd = Documents.Add
  10. For Each h In a.Hyperlinks
  11. Set r = nd.Range
  12.  r.Collapse
  13.  r.InsertParagraph
  14.  r.InsertAfter (h.Address)
  15. Next
  16. nd.Activate
  17. Application.ScreenUpdating = True
  18. Application.ScreenRefresh
  19. End Function


Save the function to the normal.dotm or corresponding to have for ever available....
2065
General Software Discussion / Re: trying to combine antiviruses and firewalls
« Last post by Contro on February 19, 2014, 04:35 PM »
Yeapssss.
But i insist in the partial point of view of Mouser - like i see of course- that the really dangerous situation is two residents antivirus suites. Or incompatibles in any case like i have lived a few days ago with avast and outpost security suite agnitum.....
 :-*

Nevertheless i am in my school : donation coder.
2067
Probably is a question of arguments in the corrresponding line, but how can i do that.
It's like propose a command from the command line i think
Best Regards
2068
General Software Discussion / Re: trying to combine antiviruses and firewalls
« Last post by Contro on February 19, 2014, 02:33 AM »
Installed the portable version.
Seems strange to me, but i engaged to the windows 8 firewall forum .
I am learning
 :-*
2069
(see attachment in previous post)

Understood 4wd . Best Regards
 :tellme:
2070
General Software Discussion / Re: trying to combine antiviruses and firewalls
« Last post by Contro on February 18, 2014, 07:19 PM »
Just get a firewall, eg. the free version of Windows 8 Firewall Control.

I have windows 7 only . And xp in virtual machines, but don't use antivirus in the virtual machines.

Did you even look at the website?
 (see attachment in previous post)

I will take a look. But really i would like antivirus in coexistance only. I haven't a problem with windows firewall for years as long i remember.
 :P
2071
General Software Discussion / Re: List bookmarks url's to a txt file
« Last post by Contro on February 18, 2014, 10:08 AM »
With pspad

Edit-sort-delete duplicates-Accept

That's all !!!!

Best Regards


EditPad Lite 7 can do the same thing.  I used PsPad for html since it has a previewer that simulates IE.  That way I don't have to bring up IE just to test.  But anyway, PsPad is ok.  A bit quirky though. I've used EditPad Lite for plain text for years.  The font settings can be annoying when you forget how you got there. I don't know why there's no button to permanently set the font on the toolbar.  But other than that it's ok for a freebie.  :)




Understood Miles
Best Regards
 :P
2072
General Software Discussion / Re: trying to combine antiviruses and firewalls
« Last post by Contro on February 18, 2014, 10:07 AM »
I have Avast free, but sometimes don't detect the virus like the last time.
I usually apply a weekly scan with malwarebytes antimalware.
And Spybot s&d and superantispyware.
Until the moment works.
 :-*
2073
(see attachment in previous post)

Is it not possible anyway to share the configurations ?
 :-*
2074
General Software Discussion / Re: trying to combine antiviruses and firewalls
« Last post by Contro on February 18, 2014, 04:32 AM »
So I would like antivirus compatible with Avast, and even with the firewall in team.

You already have an anti-virus program, how many do you actually want?

Just get a firewall, eg. the free version of Windows 8 Firewall Control.

I have windows 7 only . And xp in virtual machines, but don't use antivirus in the virtual machines.
I would like at least seven desktop second opinions antivirus

I have now
malwarebytes antimalware
superantispyware
s&d spybot

 :-*
2075
General Software Discussion / Re: List bookmarks url's to a txt file
« Last post by Contro on February 17, 2014, 07:02 PM »
With pspad

Edit-sort-delete duplicates-Accept

That's all !!!!

Best Regards
Pages: prev1 ... 78 79 80 81 82 [83] 84 85 86 87 88 ... 158next