「Win+R 最快的启动和搜索新玩法」的评论 http://inloveinparis.com/win-r-new-style/ 分享免费、小巧、实用、有趣、绿色的软件 Wed, 03 Oct 2018 12:49:08 +0000 hourly 1 https://wordpress.org/?v=6.8.1 评论者:伟清 http://inloveinparis.com/win-r-new-style/comment-page-1/#comment-427551 Wed, 03 Oct 2018 12:49:08 +0000 http://inloveinparis.com/win-r-new-style/#comment-427551 ::360
@echo off
set url=http://www.so.com/s?q=%1
start chrome %url%
——————————
::微博
@echo off
set url=http://s.weibo.com/weibo/%1
start chrome %url%
——————————
::苏宁
@echo off
set url=http://search.suning.com/%1/
start chrome %url%
——————————
::必应
@echo off
set url=http://cn.bing.com/search?q=%1
start chrome %url%
——————————
::youtobe
@echo off
set url=http://youtube.com/results?q=%1
start chrome %url%
——————————
::维基百科
@echo off
set url=http://zh.wikipedia.org/wiki/%1
start chrome %url%
——————————
::淘宝
@echo off
set url=http://s.taobao.com/search?q=%1
start chrome %url%
——————————
::知乎
@echo off
set url=http://www.zhihu.com/search?q=%1
start chrome %url%
——————————
::搜狗
@echo off
set url=http://www.sogou.com/web?query=%1
start chrome %url%
——————————
::谷歌
@echo off
set url=http://www.google.com/search?q=%1
start chrome %url%
——————————
::百度百科
@echo off
set url=https://baike.baidu.com/item/%1
start chrome %url%
——————————
::百度
@echo off
set url=http://www.baidu.com/s?wd=%1&ie=UTF-8
start chrome %url%
——————————
::豆瓣电影
@echo off
set url=http://movie.douban.com/subject_search?search_text=%1&cat=1002
start chrome %url%
——————————
::B站
@echo off
set url=https://search.bilibili.com/all?keyword=%1
start chrome %url%
——————————
::百度贴吧
@echo off
set url=http://tieba.baidu.com/f?kw=%1&ie=utf-8
start chrome %url%
——————————
::国美
@echo off
set url=http://www.gome.com.cn/search?question=%1
start chrome %url%
——————————
::当当
@echo off
set url=http://search.dangdang.com/search.php?key=%1
start chrome %url%
——————————
::天猫
@echo off
set url=http://list.tmall.com/search_product.htm?q=%1&type=p
start chrome %url%
——————————
::亚马逊
@echo off
set url=http://www.amazon.cn/s/ref=nb_sb_noss?field-keywords=%1
start chrome %url%
——————————
京东不知道怎么弄的
还有如果有搜索词中有空格 空格后面的就传不进去

]]>
评论者:要你管369 http://inloveinparis.com/win-r-new-style/comment-page-1/#comment-417847 Tue, 17 Apr 2018 02:06:12 +0000 http://inloveinparis.com/win-r-new-style/#comment-417847 回复给 VictorLin

我觉得你说的对,还有listray ,还有 autohotkey

]]>
评论者:Sora http://inloveinparis.com/win-r-new-style/comment-page-1/#comment-395200 Tue, 20 Sep 2016 21:52:22 +0000 http://inloveinparis.com/win-r-new-style/#comment-395200 想知道怎么得到搜索引擎的搜索参数,比如我想弄个b站的搜索应该怎么弄 http://search.bilibili.com/ 后面应该加什么

]]>
评论者:Zh.Long http://inloveinparis.com/win-r-new-style/comment-page-1/#comment-383268 Sat, 21 Nov 2015 16:32:07 +0000 http://inloveinparis.com/win-r-new-style/#comment-383268 回复给 zzk

用vbs好了。

]]>
评论者:Zh.Long http://inloveinparis.com/win-r-new-style/comment-page-1/#comment-383267 Sat, 21 Nov 2015 16:29:45 +0000 http://inloveinparis.com/win-r-new-style/#comment-383267 回复给 Gtyrande

在资源管理器路径输入
shell:::{4234d49b-0245-4df3-b780-3893943456e1}
进入
右键Modern应用, 创建快捷方式, 确定。

]]>
评论者:skystar http://inloveinparis.com/win-r-new-style/comment-page-1/#comment-381572 Wed, 28 Oct 2015 08:28:30 +0000 http://inloveinparis.com/win-r-new-style/#comment-381572 回复给 zvv

@zvv 是呀,好久不更新以后最近又开始更了

]]>
评论者:zvv http://inloveinparis.com/win-r-new-style/comment-page-1/#comment-381562 Wed, 28 Oct 2015 07:35:26 +0000 http://inloveinparis.com/win-r-new-style/#comment-381562 同推荐Rolan

]]>
评论者:caibing http://inloveinparis.com/win-r-new-style/comment-page-1/#comment-381542 Wed, 28 Oct 2015 05:47:50 +0000 http://inloveinparis.com/win-r-new-style/#comment-381542 针对本篇文章,我发现有个问题,不知道是不是个例,完成设置以后,win键打入“g 关键字”,默认选中的第一项是 “g 关键字 最佳匹配 搜索我的资料”,第二项才是我们需要的 “命令 g 关键字”。

有没有方法能够把第二项移到最前面去?这样子的话输入完以后直接回车就可以了,否则还需要多按一下方向键

]]>
评论者:caibing http://inloveinparis.com/win-r-new-style/comment-page-1/#comment-381541 Wed, 28 Oct 2015 05:40:58 +0000 http://inloveinparis.com/win-r-new-style/#comment-381541 回复给 caibing

@caibing

找到了,感谢博主分享!

]]>
评论者:scavin http://inloveinparis.com/win-r-new-style/comment-page-1/#comment-381540 Wed, 28 Oct 2015 05:40:54 +0000 http://inloveinparis.com/win-r-new-style/#comment-381540 回复给 caibing

@caibing 看这里: http://inloveinparis.com/how-to-search-apps-cortana-win10/

]]>