AutoHotkey Community

It is currently May 27th, 2012, 4:04 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: May 30th, 2011, 10:39 am 
Offline

Joined: December 14th, 2005, 3:08 pm
Posts: 219
Can someone give me a pointer on where to look on how to get AHK to add directories to the Windows 7 'recent places' window?

Ta!
:D

_________________
Stuart Halliday


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 30th, 2011, 12:01 pm 
Offline

Joined: March 18th, 2011, 12:11 pm
Posts: 38
Location: Sweden
need to know the location of recent places or how to create a folder?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 31st, 2011, 10:03 am 
Offline

Joined: December 14th, 2005, 3:08 pm
Posts: 219
I guess both. :)

'Recent places' isn't an actual folder, so I guess it is a system folder with a unique number?

I tried looking through the registry for a location called 'recent places' and didn't find one.

I want to put my own shortcuts to real folders in 'recent places' via a AHK script.

_________________
Stuart Halliday


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 31st, 2011, 1:47 pm 
Offline

Joined: March 18th, 2011, 12:11 pm
Posts: 38
Location: Sweden
well, it is a actual folder and it is located:
C:\Users\Username\AppData\Roaming\Microsoft\Windows\Recent

You can't add a folder there, you can but you wount see it in recent files.
if you add a shortcut to a location you se it,


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 31st, 2011, 10:40 pm 
Offline

Joined: December 14th, 2005, 3:08 pm
Posts: 219
Hi John,

My copy of Windows 7 SP1, doesn't have that. :)

See image:

Image

_________________
Stuart Halliday


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 1st, 2011, 10:53 am 
Offline

Joined: March 18th, 2011, 12:11 pm
Posts: 38
Location: Sweden
it's right there, I see it, but the name is "Recent Items", on my computer it says "tidigare" witch is recent items in swedish ;)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 1st, 2011, 10:58 am 
Offline

Joined: April 11th, 2011, 10:12 am
Posts: 393
Location: West Yorkshire, England
Image

Lol, it is right there, sorry couldn't resist . . .

Just double click this folder . . .

_________________
Image

Hope this helps / Thanks <-------- (Delete Appropriate)

Chris


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 2nd, 2011, 7:37 pm 
Offline

Joined: December 14th, 2005, 3:08 pm
Posts: 219
No that isn't it.

In Recent Places I have 39 items (all folders)

In Recent Items (which contains files and shortcuts) I have 150.

Not the same thing at all. :)

_________________
Stuart Halliday


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 2nd, 2011, 7:51 pm 
Offline

Joined: March 18th, 2011, 12:11 pm
Posts: 38
Location: Sweden
recent places objecs is in recent items folder, just that in recent places it only shows recent places.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 2nd, 2011, 10:38 pm 
Offline

Joined: December 14th, 2005, 3:08 pm
Posts: 219
Eh?

_________________
Stuart Halliday


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 3rd, 2011, 7:19 am 
quatermass wrote:
In Recent Places I have 39 items (all folders)

...since everyone's so screenshotty, can you show me a screenshot of "Recent Places"?

Windows likes to lie about "Special" folder's names. So "Recent Items", probably really is located at C:\Users\<Username>\AppData\Roaming\Microsoft\Windows\Recent it's just that the "real" folder name is "Recent" & the UI "Pretty Name" is "Recent Items". I'm not sure where "Recent Places" comes into play, as I haven't seen a screenshot of that. But it very well could be a "limited view" of the "Recent Items" folder. Like the 50 (or less) most recent items (only folders? {or "shortcuts to folders}), used/accessed in the last day or week.

quatermass wrote:
Eh?

...so, "Recent Places" is probably using the contents of "Recent Items" to get it's results. Just place a shortcut (to a folder) there & try it!

Note: You will likely need to have a script periodically update the modified (or accessed) date on the shortcut you create, so it will stay "Recent", but we can jump off that bridge once you get a shortcut to display in "Recent Places"...just know that "once you get it working", there's (probably) more to do to "keep it working".


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 5th, 2011, 3:39 pm 
Offline

Joined: December 14th, 2005, 3:08 pm
Posts: 219
Here is a screenshot of my recent places.

Image

Hopes this helps.

_________________
Stuart Halliday


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 5th, 2011, 4:00 pm 
quatermass wrote:
Hopes this helps.

...thx, but also we want you to test...

Anonymous wrote:
Just place a shortcut (to a folder) there & try it!

...place a shortcut (to a folder) in the "Recent Items" folder & just find out if it shows up in "Recent Places", then we can go from there. I know you think those are different things (& they could be), but just test it & find out.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 6th, 2011, 9:25 pm 
Offline

Joined: December 14th, 2005, 3:08 pm
Posts: 219
Ah ha!

When I open a file then the parent folder and the file name appears in 'Recent Items'. But only the folder appears in 'Recent Places'.

But if the file is on my desktop then the desktop folder doesn't appear in the 'Recent places'. Logical I guess.

Cute.

But I can't add a shortcut to 'Recent Items' as I'm barred from doing so by the OS.

Any idea how to add my own folders to 'Recent Places/Items'?

I've got a AHK script that lists the last 20 explorer opened windows and this is in a AHK menu list.

If I click on one of these folders in the AHK list, it opens a Explorer window of that folder. But it doesn't get added to the Recent Items folder. So this must be an action by a 3rd party program and not the OS.

_________________
Stuart Halliday


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 7th, 2011, 7:41 am 
quatermass wrote:
But I can't add a shortcut to 'Recent Items' as I'm barred from doing so by the OS.

...what error msg? Are you admin? (do you even need admin to write there?) I think I will try this on a Win7 computer soon.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Leef_me, rbrtryn and 59 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group